[Pkg-ceph-commits] [ceph] 01/01: Disabled bundled RocksDB:

Dmitry Smirnov onlyjob at moszumanska.debian.org
Thu Jan 1 03:00:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

onlyjob pushed a commit to branch experimental
in repository ceph.

commit 572bf36 (experimental)
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Thu Jan 1 02:54:11 2015

    Disabled bundled RocksDB:
    
     RocksDB suppose to improve performance of keyvaluestore OSDs but the
     latter slow down to nearly unusable state when filled over 1 TiB even with
     RocksDB. Moreover KV backend is experimental and super dangerous -- I lost
     cluster due to OSD poisoning caused by KV OSD which was plugged only
     during limited time. LevelDB is good enough, for now I see no reason to
     use RocksDB especially considering that it is not packaged separately.
---
 debian/rules | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4000b97..f655fba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,9 +22,6 @@ extraopts += --with-babeltrace
 ## do not build with lttng just yet, see #765842.
 extraopts += --without-lttng
 
-## build bundled RocksDB
-extraopts += --with-librocksdb-static=check
-
 ifeq ($(DEB_HOST_ARCH), armel)
   # armel supports ARMv4t or above instructions sets.
   # libatomic-ops is only usable with Ceph for ARMv6 or above.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list