commit | 645a102581b3639836b17d147c35d574fd6e8267 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Wed Oct 28 15:15:05 2009 -0700 |
committer | Sage Weil <sage@newdream.net> | Wed Oct 28 17:45:41 2009 -0700 |
tree | f7117157b3f4eb4803189eccd7a5d6464d4fb255 | |
parent | 5600f5ebd318f7af6f4b19a29f08d18bb85264e5 [diff] |
ceph: fix object striping calculation for non-default striping schemes We were incorrectly calculationing of object offset. If we have multiple stripe units per object, we need to shift to the start of the current su in addition to the offset within the su. Also rename bno to ono (object number) to avoid some variable naming confusion. Signed-off-by: Sage Weil <sage@newdream.net>