mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Added toReplication usage description and example
parent
b8c447255e
commit
f38214853d
|
@ -58,6 +58,12 @@ When `volume.balance` or `volume.fix.replication`, the volume disk type would no
|
|||
volume.tier.move -fromDiskType=hdd -toDiskType=ssd -quietFor=1s -fullPercent=0.001 -collection=benchmark -force
|
||||
```
|
||||
|
||||
#### Alter replication settings of moved volumes
|
||||
the `-toReplication` feature can be used to alter the replication settings for the newly moved volumes via the `volume.tier.move` command.
|
||||
```
|
||||
volume.tier.move -fromDiskType=hdd -toDiskType=ssd -quietFor=1s -fullPercent=0.001 -collection=benchmark -toReplication 100 -force
|
||||
```
|
||||
|
||||
### Change by `volume.move`
|
||||
`volume.move` in `weed shell` can be used to move across volume servers:
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue