From 9c1ed0bc57981f92b0a44e44215b7698388ce839 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 21 Sep 2023 22:42:04 -0400 Subject: [PATCH] Add line explaining the diagram --- docs/architecture/georedundancy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/georedundancy.md b/docs/architecture/georedundancy.md index fe4777a..5d70e58 100644 --- a/docs/architecture/georedundancy.md +++ b/docs/architecture/georedundancy.md @@ -42,7 +42,7 @@ PVC clusters are quite network-intensive, as outlined in the [hardware requireme ## Network Latency & Distance -The storage write process for PVC is heavily dependent on network latency. +The storage write process for PVC is heavily dependent on network latency. To explain why, one must understand the process behind writes within the Ceph storage subsystem: [![Ceph Write Process](images/pvc-ceph-write-process.png)](images/pvc-ceph-write-process.png)