From af21bceffdc4cf837f3ca3a7784f224cb6309fc9 Mon Sep 17 00:00:00 2001 From: Michael Spradling Date: Wed, 4 Dec 2024 22:40:46 -0500 Subject: [PATCH] typo --- Filer-Store-Replication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Filer-Store-Replication.md b/Filer-Store-Replication.md index dd57198..55dfde9 100644 --- a/Filer-Store-Replication.md +++ b/Filer-Store-Replication.md @@ -27,7 +27,7 @@ Knowing all the peers, one filer will keep its own metadata updated: This is tightly related to FUSE Mount, which streams filer meta data changes from one filer. When using multiple filers but without peer file metadata updates, a FUSE mount can only see the changes applied to the connected filer. -So aggregating metadata updates form its peers is required when the filers are using either shared or dedicated filer stores. +So aggregating metadata updates from its peers is required when the filers are using either shared or dedicated filer stores. ``` FUSE mount <----> filer1 -- filer2