From 9bc879d419bff78c9c2f05aab5a42b5e27180b55 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 17 Jun 2018 02:47:28 -0700 Subject: [PATCH] Updated Mount (markdown) --- Mount.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Mount.md b/Mount.md index e2bd17c..f4e66d3 100644 --- a/Mount.md +++ b/Mount.md @@ -15,8 +15,11 @@ For reads: 1. Client Reads File Metadata => Weed Filer => Weed Filer database (LevelDB, Cassandra, Redis, Mysql, Postgres, etc) 2. Client Reads File Chunks => Weed Volume Servers - +![](MountRead.png) For writes: 1. Client uploads data to Weed Volume Servers, and breaks the large files into chunks. 2. Client writes the metadata and chunk information into Filer and then into Filer database. + +![](MountWrite.png) +