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.