From 3626271a27cea728fda5bae5633d7ea37a6cd769 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 20 Apr 2026 00:14:51 -0700 Subject: [PATCH] Update P2P-reading-in-weed-mount.md --- P2P-reading-in-weed-mount.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/P2P-reading-in-weed-mount.md b/P2P-reading-in-weed-mount.md index a209577..ecdf3e9 100644 --- a/P2P-reading-in-weed-mount.md +++ b/P2P-reading-in-weed-mount.md @@ -9,17 +9,17 @@ The design is documented in [design-weed-mount-peer-chunk-sharing.md](https://gi ## How it works at a glance ```mermaid -flowchart LR +flowchart TB Filer["Filer
mount registry"] + Volumes["Volume servers"] MountA["weed mount"] MountB["weed mount"] - Volumes["Volume servers"] MountA --- Filer MountB --- Filer - MountA <-- "peer fetch" --> MountB MountA -. "fallback" .-> Volumes MountB -. "fallback" .-> Volumes + MountA <-- "peer fetch" --> MountB ``` ### Chunk read sequence