disk type support custom tags

Chris Lu 2021-02-22 02:03:26 -08:00
parent 454eafe71d
commit bdccc72187
2 changed files with 3 additions and 3 deletions

@ -56,7 +56,7 @@ $ weed shell
# Options
For any path, you can configure
* Disk type [hdd|ssd]
* Disk type [hdd|ssd|<tag>]
* 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|<tag>] hard drive or solid state drive or any tag
-fsync
fsync for the writes
-locationPrefix string

@ -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 <source volume server host:port> -target <target volume server host:port> -volumeId <volume id> -disk [hdd|ssd]
volume.move -source <source volume server host:port> -target <target volume server host:port> -volumeId <volume id> -disk [hdd|ssd|<tag>]
```
### Manually move volume files