From 537d9a0f4c921080f1be8f6fa0db9ffe3185112b Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 14 Feb 2021 11:39:03 -0800 Subject: [PATCH] disk type only supports hdd and ssd, not ready for random tags yet --- 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 fa86266..ef41c00 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 or any tag + [hdd|ssd] hard drive or solid state drive -fsync fsync for the writes -locationPrefix string diff --git a/Tiered-Storage.md b/Tiered-Storage.md index dc653ce..00a1350 100644 --- a/Tiered-Storage.md +++ b/Tiered-Storage.md @@ -33,7 +33,7 @@ When `volume.balance` or `volume.fix.replication`, the volume disk type would no `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] ``` For now, if you only want to change the disk type of a volume, and the volume server is not running, you can simply move the volume data from ssd directory to hdd directory, or vice versa.