From 15075d47378b5f264a0d81fa97e6ac39c930f344 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 22 Feb 2021 02:08:49 -0800 Subject: [PATCH] Updated Tiered Storage (markdown) --- Tiered-Storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiered-Storage.md b/Tiered-Storage.md index be91f05..f78afbe 100644 --- a/Tiered-Storage.md +++ b/Tiered-Storage.md @@ -27,7 +27,7 @@ fs.configure -locationPrefix=/buckets/ssd_ -disk=ssd -apply https://github.com/chrislusf/seaweedfs/wiki/Path-Specific-Configuration -# Customizable Tags for Disk Type +# Custom Tags Custom Tags are supported for the disk types. Besides the default `hdd` and `ssd`, you can use any lower-cased tags, such as `ssd1`, `hdd2`, `nvme`, `raid6`, etc.