]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore/BlueStore: fix crimson-only omap_get_values start handling
authorSamuel Just <sjust@redhat.com>
Tue, 17 Oct 2023 04:33:08 +0000 (21:33 -0700)
committerSamuel Just <sjust@redhat.com>
Wed, 13 Dec 2023 20:40:47 +0000 (12:40 -0800)
commit40337a8e472579d05a4d1cc44f7248dd1447a982
tree3f049481d5835e93cd419f624eb87fc218198597
parentfb14ab7d386c3abe3b52365d76ee4b760963a9e8
os/bluestore/BlueStore: fix crimson-only omap_get_values start handling

seek_to_first() if start is nullopt, upper_bound() otherwise.

Introduced: 9cf183ed46ad
Fixes: https://tracker.ceph.com/issues/63819
Signed-off-by: Samuel Just <sjust@redhat.com>
src/os/bluestore/BlueStore.cc