From 67831973eb49ed60bcbc52e9e9a9e43b6bcf1386 Mon Sep 17 00:00:00 2001 From: Baptiste Mille-Mathias Date: Thu, 10 Dec 2020 16:44:21 +0100 Subject: [PATCH] Updated Replication (markdown) --- Replication.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Replication.md b/Replication.md index 9582dea..d7f01c8 100644 --- a/Replication.md +++ b/Replication.md @@ -7,7 +7,8 @@ Basically, the way it works is: 1. start weed master, and optionally specify the default replication type ```bash - ./weed master -defaultReplication=001 # 001 means for each file a replica will be created in the same rack + # 001 means for each file a replica will be created in the same rack + ./weed master -defaultReplication=001 ``` 2. start volume servers as this: