From 63658c05c7609894f9e2b72c83ba985ea65b97ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Fri, 29 Jun 2018 12:10:16 +0200 Subject: [PATCH] ceph-client: do not kill the dummy container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The container runs for 300 sec, then dies and removes itself thanks to the '--rm' option, so there is no point of removing it. Also this is causing failure under some circonstances. Closing: https://bugzilla.redhat.com/show_bug.cgi?id=1568157 Signed-off-by: Sébastien Han --- roles/ceph-client/tasks/create_users_keys.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/roles/ceph-client/tasks/create_users_keys.yml b/roles/ceph-client/tasks/create_users_keys.yml index d042dc414..91b1d8afd 100644 --- a/roles/ceph-client/tasks/create_users_keys.yml +++ b/roles/ceph-client/tasks/create_users_keys.yml @@ -106,13 +106,6 @@ - inventory_hostname in groups.get(client_group_name) | first - item.1.rc != 0 -- name: kill a dummy container that created pool(s)/key(s) - command: docker rm -f ceph-create-keys - changed_when: false - when: - - containerized_deployment - - inventory_hostname == groups.get(client_group_name) | first - - name: get client cephx keys copy: dest: "{{ item.source }}"