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