mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
8 lines
321 B
Plaintext
8 lines
321 B
Plaintext
|
1. clients report its own server info, volumes info,
|
||
|
2. master collect all volumes, separated into readable volumes, writable volumes, volume2machine mapping
|
||
|
machines is an array of machine info
|
||
|
writable volumes is an array of vids
|
||
|
vid2machineId maps volume id to machineId, which is the index of machines array
|
||
|
|
||
|
|