]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
os/bluestore: fix dirty_shard off-by-one
authorSage Weil <sage@redhat.com>
Fri, 4 Aug 2017 14:27:54 +0000 (10:27 -0400)
committerSage Weil <sage@redhat.com>
Sun, 6 Aug 2017 14:33:04 +0000 (10:33 -0400)
commitdb79734cd10335ccdc631b87393c07af9b4bf02b
tree2375249abd2eaa605880ba45230afa6afe83bc58
parent95a02883687bfbf385796a7dd8c6e046f2be4bb4
os/bluestore: fix dirty_shard off-by-one

If we dirty an extent that abuts the end of a
shard, we should not dirty the next shard too.

Signed-off-by: Sage Weil <sage@redhat.com>
src/os/bluestore/BlueStore.cc