Merge pull request #1373 from ceph/docker-mon-wait

mon: increase wait for monitor socket timeout
pull/1371/head
Sébastien Han 2017-03-16 12:03:15 +01:00 committed by GitHub
commit 8b463d0bb8
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