ceph-disk used to have a bug requiring the admin key to store the
encrypted key in the mon kv store. This was reported in:
http://tracker.ceph.com/issues/17849
Fixed and backported here: https://github.com/ceph/ceph/pull/11996
Signed-off-by: Sébastien Han <seb@redhat.com>
- /var/lib/ceph/bootstrap-osd/
- /var/lib/ceph/osd/
-- name: set_fact copy_admin_key
- set_fact:
- copy_admin_key: true
- when:
- - osd_scenario == 'collocated'
-
- name: copy osd bootstrap key
copy:
src: "{{ fetch_directory }}/{{ fsid }}{{ item.name }}"