mirror of https://github.com/ceph/ceph-ansible.git
mon: remove mon map from ceph_config_keys
During the initial bootstrap of the first mon, the monmap file is destroyed so it's not available and ansible will never find it. Signed-off-by: Sébastien Han <seb@redhat.com>pull/2540/head
parent
62ec33d1e5
commit
35c1eb7183
|
@ -3,7 +3,6 @@
|
|||
set_fact:
|
||||
ceph_config_keys:
|
||||
- /etc/ceph/{{ cluster }}.client.admin.keyring
|
||||
- /etc/ceph/monmap-{{ cluster }}
|
||||
- /etc/ceph/{{ cluster }}.mon.keyring
|
||||
- /var/lib/ceph/bootstrap-osd/{{ cluster }}.keyring
|
||||
- /var/lib/ceph/bootstrap-rgw/{{ cluster }}.keyring
|
||||
|
|
Loading…
Reference in New Issue