From ba4289451608fe6177b7f9adab2c3fcaa6c3a296 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Mon, 2 Oct 2017 11:05:14 +0200 Subject: [PATCH] osd: do not copy admin key on collocated scenario MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- roles/ceph-osd/tasks/pre_requisite.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/ceph-osd/tasks/pre_requisite.yml b/roles/ceph-osd/tasks/pre_requisite.yml index 39afc7911..805656c91 100644 --- a/roles/ceph-osd/tasks/pre_requisite.yml +++ b/roles/ceph-osd/tasks/pre_requisite.yml @@ -28,12 +28,6 @@ - /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 }}" -- 2.39.5