From 0c2bb2ed1f673bcf5595304996d979b009b16fca Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 28 Aug 2020 01:45:12 -0700 Subject: [PATCH] Updated Replication (markdown) --- Replication.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Replication.md b/Replication.md index 1e3e8e2..d732d93 100644 --- a/Replication.md +++ b/Replication.md @@ -64,4 +64,7 @@ If one replica is missing, there are no automatic repair right away. This is to To repair the missing replicas, you can use `volume.fix.replication` in `weed shell`. +## Change replication + +In `weed shell`, you can change a volume replication setting via `volume.configure.replication`. After that, the volume will become readonly since the replication setting is not matched. You will also need to run 'volume.fix.replication` to create missing replicas.