]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
build: Remove LevelDB support 43612/head
authorAdam C. Emerson <aemerson@redhat.com>
Wed, 20 Oct 2021 20:39:15 +0000 (16:39 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Mon, 1 Nov 2021 16:42:17 +0000 (12:42 -0400)
commit447564e4db680157c72a3f090e2c73cc35cfe700
tree31e95a80be24986e94379487c7a17d1708c5b32e
parent352399d6a46baec12f65b0a68a9e6880dbfdc9cf
build: Remove LevelDB support

Whereas new LevelDB packages are build with -fno-rtti and break our
attempts to compile against them,

and whereas LevelDB has been deprecated for some time, with the Ceph
team expending great effort to migrating OSDs off of it,

let it be therefore removed.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
12 files changed:
CMakeLists.txt
ceph.spec.in
cmake/modules/Findleveldb.cmake [deleted file]
debian/control
src/include/config-h.in.cmake
src/kv/CMakeLists.txt
src/kv/KeyValueDB.cc
src/kv/KeyValueDB.h
src/kv/LevelDBStore.cc [deleted file]
src/kv/LevelDBStore.h [deleted file]
src/test/common/CMakeLists.txt
src/test/objectstore/test_kv.cc