From b67bc0bc4bdaccba8ad69e7df9e6cc47be9e8495 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 17 May 2012 15:11:39 -0700 Subject: [PATCH] mon: drop mon_initial_hosts Bad idea. Signed-off-by: Sage Weil --- src/common/config_opts.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 399c41e2cca39..6485de124f5be 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -97,7 +97,6 @@ OPTION(ms_tcp_read_timeout, OPT_U64, 900) OPTION(ms_inject_socket_failures, OPT_U64, 0) OPTION(mon_data, OPT_STR, "/var/lib/ceph/mon/$cluster-$id") OPTION(mon_initial_members, OPT_STR, "") // list of initial cluster mon ids; if specified, need majority to form initial quorum and create new cluster -OPTION(mon_initial_hosts, OPT_STR, "") // list of initial cluster mon hosts; if specified, need majority to form initial quorum and create new cluster OPTION(mon_sync_fs_threshold, OPT_INT, 5) // sync() when writing this many objects; 0 to disable. OPTION(mon_tick_interval, OPT_INT, 5) OPTION(mon_subscribe_interval, OPT_DOUBLE, 300) -- 2.39.5