From: Andreas Dilger Date: Wed, 2 May 2018 23:31:09 +0000 (-0600) Subject: LUDOC-385 dom: fix figure to match description X-Git-Tag: 2.11.0~3 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=cc77f5557a0c142305f543db60e3c47c59a9dfb0;p=doc%2Fmanual.git LUDOC-385 dom: fix figure to match description The figure describes 4MB OST stripe_size, but the diagram shows five blocks within the "4MB" range on the OSTs, with the first 1MB block being (correctly) sparse because of the DoM component. Fix this to show the proper 4MB range on the OST objects. Also, show the MB offset of each OST stripe as "4, 8, 4N" rather than "2, 3, N" to better explain how Lustre striping works. Signed-off-by: Andreas Dilger Change-Id: I1b9487c4b19cecbdc738744381166968373ebbe5 Reviewed-on: https://review.whamcloud.com/32263 Tested-by: Jenkins Reviewed-by: Joseph Gmitter --- diff --git a/figures/DoM_Layout1.png b/figures/DoM_Layout1.png index 74922bb..273870b 100644 Binary files a/figures/DoM_Layout1.png and b/figures/DoM_Layout1.png differ