From: Sage Weil Date: Thu, 30 Nov 2017 15:19:37 +0000 (-0600) Subject: osd: teach mclock about peering_event X-Git-Tag: v13.0.2~840^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=204f0f0536ace738091569ed3ff05aa28cd1577a;p=ceph.git osd: teach mclock about peering_event Signed-off-by: Sage Weil --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index ec32f3d25567..66b9c31ed12f 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -670,6 +670,9 @@ OPTION(osd_op_queue_mclock_recov_lim, OPT_DOUBLE) OPTION(osd_op_queue_mclock_scrub_res, OPT_DOUBLE) OPTION(osd_op_queue_mclock_scrub_wgt, OPT_DOUBLE) OPTION(osd_op_queue_mclock_scrub_lim, OPT_DOUBLE) +OPTION(osd_op_queue_mclock_peering_event_res, OPT_DOUBLE) +OPTION(osd_op_queue_mclock_peering_event_wgt, OPT_DOUBLE) +OPTION(osd_op_queue_mclock_peering_event_lim, OPT_DOUBLE) OPTION(osd_ignore_stale_divergent_priors, OPT_BOOL) // do not assert on divergent_prior entries which aren't in the log and whose on-disk objects are newer diff --git a/src/common/options.cc b/src/common/options.cc index e75f67b08b7f..548e886392fa 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -2298,6 +2298,66 @@ std::vector