mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-08 03:14:24 +08:00
Updated FUSE Mount (markdown)
@@ -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
|
||||
|
Reference in New Issue
Block a user