mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Mount (markdown)
parent
e2c41fbd2f
commit
3d6c3fd05e
3
Mount.md
3
Mount.md
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue