From 1c87bb63aae98f53573a6e714f608606eb506bc5 Mon Sep 17 00:00:00 2001 From: Dien Vu Date: Thu, 25 May 2023 11:46:38 +0700 Subject: [PATCH] We should add -dataCenter -rack to filer. --- Production-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Production-Setup.md b/Production-Setup.md index 1787b1f..ea0ac08 100644 --- a/Production-Setup.md +++ b/Production-Setup.md @@ -136,7 +136,7 @@ The filer store to choose depends on your requirements, your existing data store ``` -weed filer -ip=xxx.xxx.xxx.xxx -master=ip1:9333,ip2:9333,ip3:9333 +weed filer -ip=xxx.xxx.xxx.xxx -master=ip1:9333,ip2:9333,ip3:9333 -dataCenter=dc1 -rack=rack1 ``` Additional notes: