ceph-client: do not kill the dummy container

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 <seb@redhat.com>
pull/2846/head
Sébastien Han 2018-06-29 12:10:16 +02:00 committed by mergify[bot]
parent 96b187b30e
commit 63658c05c7
1 changed files with 0 additions and 7 deletions

View File

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