From d2c145e66cc50affd1c138beeae732444e7b2e6f Mon Sep 17 00:00:00 2001 From: Rachana Patel Date: Wed, 20 Jan 2016 13:38:34 -0500 Subject: [PATCH] doc :- fixing image in section ERASURE CODING Description:- When write is completed successfully and previous chunks of previous version of object is removed - log should show 1,2 and no need of indicating - write operation. Signed-off-by: Rachana Patel --- doc/architecture.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/architecture.rst b/doc/architecture.rst index d9e65d1fadd..e918d42710b 100644 --- a/doc/architecture.rst +++ b/doc/architecture.rst @@ -935,11 +935,11 @@ on **OSD 3**. Primary OSD +-------------+ - | OSD 1 | +-------------+ - | log | Write Full | | - | +----+ |<------------+ Ceph Client | - | |D1v2| 1,1 | v2 | | - | +----+ | +-------------+ + | OSD 1 | + | log | + | +----+ | + | |D1v2| 1,2 | + | +----+ | +------+------+ | | @@ -947,7 +947,7 @@ on **OSD 3**. | | OSD 2 | | | log | +--------->+ +----+ | - | | |D2v2| 1,1 | + | | |D2v2| 1,2 | | | +----+ | | +-------------+ | @@ -955,7 +955,7 @@ on **OSD 3**. | | OSD 3 | | | log | +--------->| +----+ | - | |C1v2| 1,1 | + | |C1v2| 1,2 | | +----+ | +-------------+