From f38214853d14677db6ade73126b7b6dad189080c Mon Sep 17 00:00:00 2001 From: Brian <16049740+bddrey@users.noreply.github.com> Date: Sun, 4 Sep 2022 21:29:49 -0400 Subject: [PATCH] Added toReplication usage description and example --- Tiered-Storage.md | 6 ++++++ 1 file changed, 6 insertions(+) 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: ```