]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
client: try to kill dummy container only on first client node
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 13 Jun 2018 11:54:59 +0000 (13:54 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 13 Jun 2018 14:10:46 +0000 (16:10 +0200)
commit51cf3b7fa0211fbbfcbd8c4228dcd39d20f02e54
treef9a8501ce391a26d6ce6fd38d0a3950f7ded3735
parent9ce81ae845510cb70eee76ceef4412aa8155713a
client: try to kill dummy container only on first client node

The 'dummy' container is created only on first client node, it means we
must seek to destroy this container only on this node, otherwise this
can cause failure like following :
```
fatal: [192.168.24.8]: FAILED! => {"changed": false, "cmd": ["docker", "rm",
"-f", "ceph-create-keys"], "delta": "0:00:00.023692", "end": "2018-06-12
20:56:07.261278", "msg": "non-zero return code", "rc": 1, "start":
"2018-06-12 20:56:07.237586", "stderr": "Error response from daemon: No such
container: ceph-create-keys", "stderr_lines": ["Error response from daemon: No
such container: ceph-create-keys"], "stdout": "", "stdout_lines": []}

```

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1590746
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-client/tasks/create_users_keys.yml