diff --git a/Tiered-Storage.md b/Tiered-Storage.md index 58a9858..3b1ae70 100644 --- a/Tiered-Storage.md +++ b/Tiered-Storage.md @@ -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: ```