Merge pull request #1187 from ceph/wait-for

common: show which file we are waiting for
pull/1190/head
Sébastien Han 2016-12-14 21:13:11 +01:00 committed by GitHub
commit 13fd78bd20
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
# NOTE (leseb): wait for mon discovery and quorum resolution
# the admin key is not instantaneously created so we have to wait a bit
- name: wait for client.admin key exists
- name: "wait for {{ cluster }}.client.admin.keyring exists"
wait_for:
path: /etc/ceph/{{ cluster }}.client.admin.keyring
when: cephx

View File

@ -65,7 +65,7 @@
# NOTE: if we don't wait we will attempt to copy config to ansible host
# before admin key is ready, preventing future daemons e.g. ceph-mds from
# properly retrieving key
- name: wait for client.admin key exists
- name: "wait for {{ cluster }}.client.admin.keyring exists"
wait_for:
path: /etc/ceph/{{ cluster }}.client.admin.keyring
when: cephx