]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/config_opts: kill mon_pg_create_interval 13800/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Mon, 6 Mar 2017 06:47:38 +0000 (14:47 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Fri, 31 Mar 2017 05:56:21 +0000 (13:56 +0800)
This is not needed anymore.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/common/config_opts.h

index 9eb84cc1b9fc2aa9532830ab3c3619e1a35e5ecc..41e059c9df5cf9ddf2f55bbc2e3e866717f4be7f 100644 (file)
@@ -298,7 +298,6 @@ OPTION(mon_clock_drift_allowed, OPT_FLOAT, .050) // allowed clock drift between
 OPTION(mon_clock_drift_warn_backoff, OPT_FLOAT, 5) // exponential backoff for clock drift warnings
 OPTION(mon_timecheck_interval, OPT_FLOAT, 300.0) // on leader, timecheck (clock drift check) interval (seconds)
 OPTION(mon_timecheck_skew_interval, OPT_FLOAT, 30.0) // on leader, timecheck (clock drift check) interval when in presence of a skew (seconds)
-OPTION(mon_pg_create_interval, OPT_FLOAT, 30.0) // no more than every 30s
 OPTION(mon_pg_stuck_threshold, OPT_INT, 300) // number of seconds after which pgs can be considered inactive, unclean, or stale (see doc/control.rst under dump_stuck for more info)
 OPTION(mon_pg_min_inactive, OPT_U64, 1) // the number of PGs which have to be inactive longer than 'mon_pg_stuck_threshold' before health goes into ERR. 0 means disabled, never go into ERR.
 OPTION(mon_pg_warn_min_per_osd, OPT_INT, 30)  // min # pgs per (in) osd before we warn the admin