From 24c7ad99015e794ae7aefbd0eae4d166ab9fd2fa Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 20 Apr 2026 00:26:31 -0700 Subject: [PATCH] Update P2P-reading-in-weed-mount.md --- P2P-reading-in-weed-mount.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/P2P-reading-in-weed-mount.md b/P2P-reading-in-weed-mount.md index fd61589..525f7a3 100644 --- a/P2P-reading-in-weed-mount.md +++ b/P2P-reading-in-weed-mount.md @@ -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