From e9f0a960a5530536049a6b758b7a4c954df89f80 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 22 Oct 2020 20:36:48 -0700 Subject: [PATCH] Updated FUSE Mount (markdown) --- FUSE-Mount.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FUSE-Mount.md b/FUSE-Mount.md index 6451086..e742355 100644 --- a/FUSE-Mount.md +++ b/FUSE-Mount.md @@ -72,7 +72,7 @@ filer ---- mount1 `weed mount` has a persistent client connecting to Master, to get the location updates of all volumes. There are no network round trip to lookup the volume id location. -`weed mount` also subscribe all metadata updates from the Filer. So later reads would not need a network read from Filer, and the metadata reads, e.g., directory listings, are all local operations. +`weed mount` also continuously synchronize all metadata updates with the Filer. So later reads would not need a network read from Filer, and the metadata reads, e.g., directory listings, are all local operations. For reads: 1. Mount optionally lookups volume Id => Weed Filer => Weed Master