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
Sébastien Han 2018-04-19 18:40:16 +02:00 committed by Guillaume Abrioux
parent 62ec33d1e5
commit 35c1eb7183
1 changed files with 0 additions and 1 deletions

View File

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