common: ability to disable handler osd health check

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/1279/head
Sébastien Han 2017-02-02 11:22:55 +01:00
parent d7e326b86f
commit 65a983911d
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