mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-20 13:30:46 +02:00
Updated Mount (markdown)
+2
-1
@@ -15,7 +15,8 @@ To unmount, just shut it down the "weed mount".
|
||||
|
||||
### Weed Mount Architecture
|
||||
|
||||
"weed mount" has a persistent connection to Master to know the locations of all volumes.
|
||||
"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.
|
||||
|
||||
For reads:
|
||||
1. Client Reads File Metadata => Weed Filer => Weed Filer database (LevelDB, Cassandra, Redis, Mysql, Postgres, etc)
|
||||
|
||||
Reference in New Issue
Block a user