Update P2P-reading-in-weed-mount.md

Chris Lu
2026-04-20 00:26:31 -07:00
parent 080ce71b51
commit 24c7ad9901
+9 -9
@@ -9,15 +9,15 @@ The design is documented in [design-weed-mount-peer-chunk-sharing.md](https://gi
## How it works at a glance
```
┌──────────────────┐ ┌──────────────────┐
│ Filer │ │ Volume servers │
│ mount registry │ │ │
└─────────────────┘ └─────────────────┘
│ register / list │ fallback
│ │
┌────────┴─────────┐ peer fetch ┌─────────────────┐
│ weed mount │ ◄──────────► │ weed mount │
└──────────────────┘ └──────────────────┘
┌──────────────────┐ ┌──────────────────┐
│ Filer │ │ Volume servers │
│ mount registry │ │ │
└─────────────────┘ └─────────────────┘
│ register / list │ read chunks
┌────────┴─────────┐ read from peer ┌─────────────────┐
│ weed mount │ ◄────────────► │ weed mount │
└──────────────────┘ └──────────────────┘
```
### Chunk read sequence