]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: fix "end reached" check in collection_list_legacy 37053/head
authorMykola Golub <mgolub@suse.com>
Mon, 9 Nov 2020 20:19:48 +0000 (20:19 +0000)
committerMykola Golub <mgolub@suse.com>
Tue, 9 Mar 2021 17:03:41 +0000 (19:03 +0200)
commitb227b3960a5720b5e38e0cb5a45b16041f55ea99
tree97004ec282794d27f878c9f74f115e61eb631d61
parent1b48afe10ea8e4a52547000f25209e62d06b2a6b
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>
(cherry picked from commit e63489f249f9ba3bc9cb1806568f860effd8a0b6)
src/os/bluestore/BlueStore.cc