]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: delete unused config opts of mon_sync_fs_threshold and remove it in mon-config-ref 15676/head
authorlinbing <hawkerous@gmail.com>
Wed, 14 Jun 2017 00:22:13 +0000 (08:22 +0800)
committerlinbing <hawkerous@gmail.com>
Wed, 14 Jun 2017 05:20:22 +0000 (13:20 +0800)
Signed-off-by: linbing <linbing@t2cloud.net>
doc/rados/configuration/mon-config-ref.rst
src/common/config_opts.h

index 8bbc6925b0e26a684e57fdcd101afbf1d442d94e..984354791c181f39a2cb20e4ed38849c493391dc 100644 (file)
@@ -1025,12 +1025,6 @@ Miscellaneous
 :Type: 32-bit Integer
 :Default: ``100``
 
-``mon sync fs threshold`` 
-
-:Description: Synchronize with the filesystem when writing the specified number of objects. Set it to ``0`` to disable it.
-:Type: 32-bit Integer
-:Default: ``5`` 
-
 ``mon subscribe interval`` 
 
 :Description: The refresh interval (in seconds) for subscriptions. The 
index e6ae7df00b1a36f62e687d4e58ef08164a51f1c9..89fd1b4f7976fa840b55c4008d662f9f82ebfc11 100644 (file)
@@ -264,7 +264,6 @@ OPTION(inject_early_sigterm, OPT_BOOL, false)
 
 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_sync_fs_threshold, OPT_INT, 5)   // sync() when writing this many objects; 0 to disable.
 OPTION(mon_compact_on_start, OPT_BOOL, false)  // compact leveldb on ceph-mon start
 OPTION(mon_compact_on_bootstrap, OPT_BOOL, false)  // trigger leveldb compaction on bootstrap
 OPTION(mon_compact_on_trim, OPT_BOOL, true)       // compact (a prefix) when we trim old states