]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
os/bluestore: fix "end reached" check in collection_list_legacy
authorMykola Golub <mgolub@suse.com>
Mon, 9 Nov 2020 20:19:48 +0000 (20:19 +0000)
committerMykola Golub <mgolub@suse.com>
Tue, 10 Nov 2020 13:51:06 +0000 (13:51 +0000)
commite63489f249f9ba3bc9cb1806568f860effd8a0b6
tree284ac5d55998583510c550ca9e200365205c9394
parent8aae1dfdf19393e6f9f86f1a83fbd538dc6ebfb4
os/bluestore: fix "end reached" check in collection_list_legacy

To preserve the old bluestore behavior it should compare the
current object with the end using bluestore keys, not oids.

Fixes: https://tracker.ceph.com/issues/48153
Signed-off-by: Mykola Golub <mgolub@suse.com>
src/os/bluestore/BlueStore.cc