#mon_osd_full_ratio: .95
#mon_osd_nearfull_ratio: .85
#mon_osd_report_timeout: 300
+#mon_pg_warn_max_per_osd: 0 # disable complains about low pgs numbers per osd
## OSD options
#
mon_osd_full_ratio: .95\r
mon_osd_nearfull_ratio: .85\r
mon_osd_report_timeout: 300\r
+mon_pg_warn_max_per_osd: 0 # disable complains about low pgs numbers per osd\r
\r
## OSD options\r
#\r
[mon]
mon osd down out interval = {{ mon_osd_down_out_interval }}
mon osd min down reporters = {{ mon_osd_min_down_reporters }}
+ mon clock drift allowed = {{ mon_clock_drift_allowed }}
+ mon clock drift warn backoff = {{ mon_clock_drift_warn_backoff }}
+ mon osd full ratio = {{ mon_osd_full_ratio }}
+ mon osd nearfull ratio = {{ mon_osd_nearfull_ratio }}
+ mon osd report timeout = {{ mon_osd_report_timeout }}
+ mon pg warn max per osd = {{ mon_pg_warn_max_per_osd }}
+
{% if enable_debug_mon %}
debug mon = {{ debug_mon_level }}
debug paxos = {{ debug_mon_level }}