mirror of https://github.com/ceph/ceph-ansible.git
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
parent
96b187b30e
commit
63658c05c7
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in New Issue