]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake/modules/BuildRocksDB.cmake: enable compressions for rocksdb 22181/head
authorKefu Chai <kchai@redhat.com>
Wed, 23 May 2018 15:20:21 +0000 (23:20 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 23 May 2018 15:59:41 +0000 (23:59 +0800)
commit71462ddf05afa59bdaed8c471ee0617ee08dc71a
treeb657596ae2a1999609d51841a0a6948615791972
parent9d0e6da2ee8eaa9adca1fbe77bbab2ee53e8f04f
cmake/modules/BuildRocksDB.cmake: enable compressions for rocksdb

we should enable them if they are found.

currently, we don't have bzip2 compressor plugin, so it's not detected
in the cmake script. we can always enable it for rocksdb in future.

Fixes: http://tracker.ceph.com/issues/24025
Signed-off-by: Kefu Chai <kchai@redhat.com>
cmake/modules/BuildRocksDB.cmake
src/kv/CMakeLists.txt