Whamcloud - gitweb
LUDOC-385 dom: fix figure to match description 63/32263/2
authorAndreas Dilger <andreas.dilger@intel.com>
Wed, 2 May 2018 23:31:09 +0000 (17:31 -0600)
committerJoseph Gmitter <joseph.gmitter@intel.com>
Fri, 4 May 2018 00:55:38 +0000 (00:55 +0000)
commitcc77f5557a0c142305f543db60e3c47c59a9dfb0
tree0f2ff47075b6ef57f54e629d600a6f3e0690ab5a
parentdc4c76e573994eeb92d7111c782f4229037a4130
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 <andreas.dilger@intel.com>
Change-Id: I1b9487c4b19cecbdc738744381166968373ebbe5
Reviewed-on: https://review.whamcloud.com/32263
Tested-by: Jenkins
Reviewed-by: Joseph Gmitter <joseph.gmitter@intel.com>
figures/DoM_Layout1.png