Merge pull request #1279 from ceph/backport-1274

backport 1274: common: ability to disable handler osd health check
pull/1280/head
Sébastien Han 2017-02-03 17:30:22 +01:00 committed by GitHub
commit fe324025aa
3 changed files with 3 additions and 0 deletions

View File

@ -330,6 +330,7 @@ dummy:
#handler_health_mon_check_delay: 10
#handler_health_osd_check_retries: 40
#handler_health_osd_check_delay: 30
#handler_health_osd_check: true
###################
# CONFIG OVERRIDE #

View File

@ -322,6 +322,7 @@ handler_health_mon_check_retries: 5
handler_health_mon_check_delay: 10
handler_health_osd_check_retries: 40
handler_health_osd_check_delay: 30
handler_health_osd_check: true
###################
# CONFIG OVERRIDE #

View File

@ -17,3 +17,4 @@
retries: "{{ handler_health_osd_check_retries }}"
delay: "{{ handler_health_osd_check_delay }}"
delegate_to: "{{ groups[mon_group_name][0] }}"
when: handler_health_osd_check