mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-06-13 23:36:45 +03:00
Added toReplication usage description and example
@@ -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:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user