]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common: Remove now unused clock_offset option
authorAdam C. Emerson <aemerson@redhat.com>
Tue, 15 Nov 2016 00:37:47 +0000 (19:37 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Thu, 22 Dec 2016 18:55:37 +0000 (13:55 -0500)
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/common/config_opts.h

index c53d0e98a384afaf93abf38930ec86dae1a071c3..f0085e28444de838fb154d82fc6d978cc74c138d 100644 (file)
@@ -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