From 11239fbe8ee565a08941404231658a66e9981e20 Mon Sep 17 00:00:00 2001 From: Baptiste Mille-Mathias Date: Mon, 14 Dec 2020 16:22:11 +0100 Subject: [PATCH] Updated Replication (markdown) --- Replication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Replication.md b/Replication.md index a5898f7..4e6bd18 100644 --- a/Replication.md +++ b/Replication.md @@ -76,7 +76,7 @@ When a client do a write request, here follows the work-flow: 4. the volume server persist the file and also replicated the file if needed. 5. If everything is fine, the client get a OK response. -When the client talks to the filer, the filer acts a client on the above. +When a write is made to the filer, there is an additional step before step 1. and after 5. and the filer acts a client in the step 1 to 5. ## Fix replication