Updated FUSE Mount (markdown)

Chris Lu 2020-10-22 20:36:48 -07:00
parent 0e673e7ba8
commit e9f0a960a5

@ -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