Added toReplication usage description and example

Brian 2022-09-04 21:29:49 -04:00
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:
```