mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
disk type support custom tags
parent
454eafe71d
commit
bdccc72187
|
@ -56,7 +56,7 @@ $ weed shell
|
||||||
# Options
|
# Options
|
||||||
|
|
||||||
For any path, you can configure
|
For any path, you can configure
|
||||||
* Disk type [hdd|ssd]
|
* Disk type [hdd|ssd|<tag>]
|
||||||
* Fsync
|
* Fsync
|
||||||
* Volume Growth Count
|
* Volume Growth Count
|
||||||
* Collection
|
* Collection
|
||||||
|
@ -74,7 +74,7 @@ Usage of fs.configure:
|
||||||
-delete
|
-delete
|
||||||
delete the configuration by locationPrefix
|
delete the configuration by locationPrefix
|
||||||
-disk string
|
-disk string
|
||||||
[hdd|ssd] hard drive or solid state drive
|
[hdd|ssd|<tag>] hard drive or solid state drive or any tag
|
||||||
-fsync
|
-fsync
|
||||||
fsync for the writes
|
fsync for the writes
|
||||||
-locationPrefix string
|
-locationPrefix string
|
||||||
|
|
|
@ -40,7 +40,7 @@ volume.tier.move -fromDiskType=hdd -toDiskType=ssd -quietFor=1s -fullPercent=0.0
|
||||||
### Change by `volume.move`
|
### Change by `volume.move`
|
||||||
`volume.move` in `weed shell` can be used to move across volume servers:
|
`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
|
### Manually move volume files
|
||||||
|
|
Loading…
Reference in a new issue