mirror of https://github.com/ceph/ceph-ansible.git
Add higher retry/delay defaults to check the quorum status.
As per bz1718981, this commit adds higher values to check the quorum status. This is helpful for several OSP deployments that fail during the scale up. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1718981 Signed-off-by: fpantano <fpantano@redhat.com>pull/4140/head
parent
b987534881
commit
ba73dc7b21
|
@ -443,8 +443,8 @@ dummy:
|
|||
# for both monitors and osds.
|
||||
#
|
||||
# Monitor handler checks
|
||||
#handler_health_mon_check_retries: 5
|
||||
#handler_health_mon_check_delay: 10
|
||||
#handler_health_mon_check_retries: 10
|
||||
#handler_health_mon_check_delay: 20
|
||||
#
|
||||
# OSD handler checks
|
||||
#handler_health_osd_check_retries: 40
|
||||
|
|
|
@ -443,8 +443,8 @@ ceph_rhcs_version: 4
|
|||
# for both monitors and osds.
|
||||
#
|
||||
# Monitor handler checks
|
||||
#handler_health_mon_check_retries: 5
|
||||
#handler_health_mon_check_delay: 10
|
||||
#handler_health_mon_check_retries: 10
|
||||
#handler_health_mon_check_delay: 20
|
||||
#
|
||||
# OSD handler checks
|
||||
#handler_health_osd_check_retries: 40
|
||||
|
|
|
@ -435,8 +435,8 @@ email_address: foo@bar.com
|
|||
# for both monitors and osds.
|
||||
#
|
||||
# Monitor handler checks
|
||||
handler_health_mon_check_retries: 5
|
||||
handler_health_mon_check_delay: 10
|
||||
handler_health_mon_check_retries: 10
|
||||
handler_health_mon_check_delay: 20
|
||||
#
|
||||
# OSD handler checks
|
||||
handler_health_osd_check_retries: 40
|
||||
|
|
Loading…
Reference in New Issue