mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1373 from ceph/docker-mon-wait
mon: increase wait for monitor socket timeoutpull/1371/head
commit
8b463d0bb8
|
@ -50,7 +50,7 @@
|
||||||
command: docker exec ceph-mon-{{ ansible_hostname }} stat /var/run/ceph/{{ cluster }}-mon.{{ ansible_fqdn }}.asok
|
command: docker exec ceph-mon-{{ ansible_hostname }} stat /var/run/ceph/{{ cluster }}-mon.{{ ansible_fqdn }}.asok
|
||||||
register: monitor_socket
|
register: monitor_socket
|
||||||
retries: 5
|
retries: 5
|
||||||
delay: 10
|
delay: 15
|
||||||
until: monitor_socket.rc == 0
|
until: monitor_socket.rc == 0
|
||||||
|
|
||||||
- name: force peer addition as potential bootstrap peer for cluster bringup
|
- name: force peer addition as potential bootstrap peer for cluster bringup
|
||||||
|
|
Loading…
Reference in New Issue