]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
bluestore: add config option to allow rocksdb iterator bounds to be disabled
authorCory Snyder <csnyder@iland.com>
Thu, 21 Apr 2022 17:13:22 +0000 (13:13 -0400)
committerCory Snyder <csnyder@iland.com>
Thu, 21 Apr 2022 17:28:09 +0000 (13:28 -0400)
commitca3ccd9559f57d674869e110fe1ee888d28fe260
treee557ae0b0a998f4dd1f0cbc1056b2a59092dbb4c
parent850c16c2468c3200a340493c12930543f326b0e1
bluestore: add config option to allow rocksdb iterator bounds to be disabled

Add osd_rocksdb_iterator_bounds_enabled config option to allow rocksdb iterator bounds to be disabled.
Also includes minor refactoring to shorten code associated with IteratorBounds initialization in bluestore.

Signed-off-by: Cory Snyder <csnyder@iland.com>
src/common/options/osd.yaml.in
src/kv/RocksDBStore.cc
src/kv/RocksDBStore.h
src/os/bluestore/BlueStore.cc