From 3d6c3fd05e2e67a40f370773f08ba4a4cf8d3c38 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 23 Aug 2018 00:57:31 -0700 Subject: [PATCH] Updated Mount (markdown) --- Mount.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mount.md b/Mount.md index b293cb8..ce8ca61 100644 --- a/Mount.md +++ b/Mount.md @@ -15,7 +15,8 @@ To unmount, just shut it down the "weed mount". ### Weed Mount Architecture -"weed mount" has a persistent connection to Master to know the locations of all volumes. +"weed mount" has a persistent client connecting to Master, to get the location updates of all volumes. +There are no network round trip to lookup the volume id location. For reads: 1. Client Reads File Metadata => Weed Filer => Weed Filer database (LevelDB, Cassandra, Redis, Mysql, Postgres, etc)