From c26c80fd109fdeecfca7b9c728ebdf323943cd97 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 6 Oct 2016 13:58:06 -0400 Subject: [PATCH] mon: default to rocksdb (for new mons) Signed-off-by: Sage Weil --- src/common/config_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 312b8edf36ba..aecf56003b54 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -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) -- 2.47.3