]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Disable monitors complain about low pgs per osd 322/head
authorleseb <seb@redhat.com>
Tue, 7 Jul 2015 15:55:05 +0000 (17:55 +0200)
committerleseb <seb@redhat.com>
Tue, 7 Jul 2015 15:55:05 +0000 (17:55 +0200)
Also add a bunch of option that weren't activated before...

Signed-off-by: leseb <seb@redhat.com>
group_vars/all
roles/ceph-common/defaults/main.yml
roles/ceph-common/templates/ceph.conf.j2

index f9504bb4c08bdb6c6b6e8adafbb7818656451e59..bc9ed921df8bdae37d57e3a8bc5ef7f74e4565eb 100644 (file)
@@ -112,6 +112,7 @@ dummy:
 #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
 #
index 4e9fc9ac05e5e40acdb873c0ec5db5838908a347..6b935d55471a89b1cd637008a441881da1496fc8 100644 (file)
@@ -119,6 +119,7 @@ mon_clock_drift_warn_backoff: 30
 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
index acfcb0ef48bec47ff525a34eee51b45f3291d382..5863871ad665ef639a573e48ed48b9a18d42f420 100644 (file)
 [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 }}