From 79ea18851119ee4c31cdffccf6a6170b86041432 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 8 Dec 2020 14:14:37 -0800 Subject: [PATCH] Updated Production Setup (markdown) --- Production-Setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Production-Setup.md b/Production-Setup.md index 57e99fc..e1d0f15 100644 --- a/Production-Setup.md +++ b/Production-Setup.md @@ -50,9 +50,9 @@ OK. Your CTO just wants multiple masters. To do so, see [[Failover Master Server Assuming your machine has a directory: `/data/seaweedfs`. Run these on 3 machines with ip addresses as ip1, ip2, ip3. ``` -weed master -mdir=/data/seaweedfs/master -peers=ip1:9333,ip2:9333,ip3:9333 -weed master -mdir=/data/seaweedfs/master -peers=ip1:9333,ip2:9333,ip3:9333 -weed master -mdir=/data/seaweedfs/master -peers=ip1:9333,ip2:9333,ip3:9333 +weed master -mdir=/data/seaweedfs/master -peers=ip1:9333,ip2:9333,ip3:9333 -ip=ip1 +weed master -mdir=/data/seaweedfs/master -peers=ip1:9333,ip2:9333,ip3:9333 -ip=ip2 +weed master -mdir=/data/seaweedfs/master -peers=ip1:9333,ip2:9333,ip3:9333 -ip=ip3 ``` Additional notes: