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
Sébastien Han 2017-03-16 11:16:49 +01:00
parent 38ab6de602
commit 60a56b5d4a
1 changed files with 1 additions and 1 deletions

View File

@ -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