From 11aa38317925e99f3b4d50908ae53bdced630e0f Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sun, 16 Nov 2014 15:52:36 -0500 Subject: [PATCH] doc: fix typos in diagram for incomplete write In this example of a write of v2 of the object being interrupted, OSD2 would never have any version of the D1 chunk. It only has the old v1 version of the D2 chunk. Signed-off-by: Adam Spiers --- doc/architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/architecture.rst b/doc/architecture.rst index 72bbc0ec5bfb3..060676cbbb0c9 100644 --- a/doc/architecture.rst +++ b/doc/architecture.rst @@ -980,7 +980,7 @@ will be the head of the new authoritative log. | | OSD 2 | | | log | | | +----+ | - +---------->+ |D1v2| 1,2 | + +---------->+ |D2v1| 1,1 | | | +----+ | | | | | +-------------+ -- 2.39.5