mirror of https://github.com/ceph/ceph-ansible.git
mon: increase wait for monitor socket timeout
Sometimes the socket appears during the 5th attempt and sometimes not so increasing the timeout a little bit. Signed-off-by: Sébastien Han <seb@redhat.com>pull/1373/head
parent
38ab6de602
commit
60a56b5d4a
|
@ -50,7 +50,7 @@
|
|||
command: docker exec ceph-mon-{{ ansible_hostname }} stat /var/run/ceph/{{ cluster }}-mon.{{ ansible_fqdn }}.asok
|
||||
register: monitor_socket
|
||||
retries: 5
|
||||
delay: 10
|
||||
delay: 15
|
||||
until: monitor_socket.rc == 0
|
||||
|
||||
- name: force peer addition as potential bootstrap peer for cluster bringup
|
||||
|
|
Loading…
Reference in New Issue