From bdccc7218734a55be737d5d4cbe1152d782941f5 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 22 Feb 2021 02:03:26 -0800 Subject: [PATCH] disk type support custom tags --- Path-Specific-Configuration.md | 4 ++-- Tiered-Storage.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Path-Specific-Configuration.md b/Path-Specific-Configuration.md index ef41c00..fa86266 100644 --- a/Path-Specific-Configuration.md +++ b/Path-Specific-Configuration.md @@ -56,7 +56,7 @@ $ weed shell # Options For any path, you can configure -* Disk type [hdd|ssd] +* Disk type [hdd|ssd|] * Fsync * Volume Growth Count * Collection @@ -74,7 +74,7 @@ Usage of fs.configure: -delete delete the configuration by locationPrefix -disk string - [hdd|ssd] hard drive or solid state drive + [hdd|ssd|] hard drive or solid state drive or any tag -fsync fsync for the writes -locationPrefix string diff --git a/Tiered-Storage.md b/Tiered-Storage.md index 30d87f4..eb10d12 100644 --- a/Tiered-Storage.md +++ b/Tiered-Storage.md @@ -40,7 +40,7 @@ volume.tier.move -fromDiskType=hdd -toDiskType=ssd -quietFor=1s -fullPercent=0.0 ### Change by `volume.move` `volume.move` in `weed shell` can be used to move across volume servers: ``` -volume.move -source -target -volumeId -disk [hdd|ssd] +volume.move -source -target -volumeId -disk [hdd|ssd|] ``` ### Manually move volume files