mirror of https://github.com/ceph/ceph-ansible.git
rolling_update: set health_mon_check_delay to 15
The old value of 10 did not give enough time for a containerized mon to pass the health check. Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1599/head
parent
a9867e22fb
commit
e2104acb62
|
@ -52,7 +52,7 @@
|
|||
|
||||
vars:
|
||||
health_mon_check_retries: 5
|
||||
health_mon_check_delay: 10
|
||||
health_mon_check_delay: 15
|
||||
upgrade_ceph_packages: True
|
||||
|
||||
hosts:
|
||||
|
|
Loading…
Reference in New Issue