From 181282bb6b273a0efa5a55587fa170af1d3bc31f Mon Sep 17 00:00:00 2001 From: chrislu Date: Tue, 15 Nov 2022 16:27:40 -0800 Subject: [PATCH] adjust text --- Replication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Replication.md b/Replication.md index 8473780..bc1bd60 100644 --- a/Replication.md +++ b/Replication.md @@ -1,4 +1,5 @@ -SeaweedFS can support replication. The replication is implemented not on file level, but on volume level. +SeaweedFS blob storage can support replication, not implemented on file level, but on volume level. +File level replication is in filer layer. ## How to use @@ -94,4 +95,3 @@ In certain circumstances—like adding/removing/altering replication settings of ## 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. -