]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: default to rocksdb (for new mons)
authorSage Weil <sage@redhat.com>
Thu, 6 Oct 2016 17:58:06 +0000 (13:58 -0400)
committerSage Weil <sage@redhat.com>
Thu, 6 Oct 2016 17:58:06 +0000 (13:58 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/common/config_opts.h

index 312b8edf36bab5de5c1fa3ede97fa36141ca2ea2..aecf56003b541fafb6c131039586727ca0b4aac3 100644 (file)
@@ -334,7 +334,7 @@ OPTION(mon_inject_transaction_delay_probability, OPT_DOUBLE, 0) // range [0, 1]
 OPTION(mon_sync_provider_kill_at, OPT_INT, 0)  // kill the sync provider at a specific point in the work flow
 OPTION(mon_sync_requester_kill_at, OPT_INT, 0) // kill the sync requester at a specific point in the work flow
 OPTION(mon_force_quorum_join, OPT_BOOL, false) // force monitor to join quorum even if it has been previously removed from the map
-OPTION(mon_keyvaluedb, OPT_STR, "leveldb")   // type of keyvaluedb backend
+OPTION(mon_keyvaluedb, OPT_STR, "rocksdb")   // type of keyvaluedb backend
 
 // UNSAFE -- TESTING ONLY! Allows addition of a cache tier with preexisting snaps
 OPTION(mon_debug_unsafe_allow_tier_with_nonempty_snaps, OPT_BOOL, false)