From 0863f5415e8bcda5b1e059a0e6f7bfa97229c3ac Mon Sep 17 00:00:00 2001 From: "Adam C. Emerson" Date: Mon, 14 Nov 2016 19:37:47 -0500 Subject: [PATCH] common: Remove now unused clock_offset option Signed-off-by: Adam C. Emerson --- 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 c53d0e98a38..f0085e28444 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -379,7 +379,6 @@ OPTION(paxos_trim_max, OPT_INT, 500) // max number of extra proposals to trim at OPTION(paxos_service_trim_min, OPT_INT, 250) // minimum amount of versions to trigger a trim (0 disables it) OPTION(paxos_service_trim_max, OPT_INT, 500) // maximum amount of versions to trim during a single proposal (0 disables it) OPTION(paxos_kill_at, OPT_INT, 0) -OPTION(clock_offset, OPT_DOUBLE, 0) // how much to offset the system clock in Clock.cc OPTION(auth_cluster_required, OPT_STR, "cephx") // required of mon, mds, osd daemons OPTION(auth_service_required, OPT_STR, "cephx") // required by daemons of clients OPTION(auth_client_required, OPT_STR, "cephx, none") // what clients require of daemons -- 2.47.3