From 3e3fdc5512d4cbfe37bc774accbcf1f042e0cffc Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 10 Aug 2021 00:56:22 -0700 Subject: [PATCH] Updated Remote Storage Architecture (markdown) --- Remote-Storage-Architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote-Storage-Architecture.md b/Remote-Storage-Architecture.md index 93eb520..a46f859 100644 --- a/Remote-Storage-Architecture.md +++ b/Remote-Storage-Architecture.md @@ -47,7 +47,7 @@ The metadata will be used for all metadata operations, such as listing, director A file has metadata and its content. -By default, the file content is cached to local volume servers on the first read. +By default, the file content is [[cached|Cache Remote Storage]] to local volume servers on the first read. Sometimes you may want to fetch all file content for a set of files. But trying to warm up the cache by open and read all files is not fun.