From bb232c1bbf9c6c765aa4d2b7fa192fdbd7f2b002 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 6 Apr 2020 23:39:53 -0700 Subject: [PATCH] Updated Production Setup (markdown) --- Production-Setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Production-Setup.md b/Production-Setup.md index c18aded..8f37361 100644 --- a/Production-Setup.md +++ b/Production-Setup.md @@ -123,9 +123,9 @@ Additional notes: ## Setup multiple filers -If using shared filer store, the filers are itself stateless. You can create multiple filers. +If using shared filer store, the filer itself is stateless. You can create multiple peer filers. The metadata and data are all shared. -If using default embedded filer store, the filers are unaware of each other, but they share the same SeaweedFS object store. +If using default embedded filer store, the metadata is not shared. The filers are unaware of each other, but they share the same SeaweedFS object store. So even the file data sits on the same cluster, one filer's data are not addressable by other filers. # Additional components