ceph-ansible/roles/ceph-client
Guillaume Abrioux 51cf3b7fa0 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>
2018-06-13 16:10:46 +02:00
..
defaults tests: update the type for the rule used in pools 2018-04-30 08:15:18 +02:00
meta ceph-client: Add support for the openSUSE Leap distributions 2017-11-14 10:51:23 +00:00
tasks client: try to kill dummy container only on first client node 2018-06-13 16:10:46 +02:00
LICENSE ceph-client: introduce new client role 2016-05-11 14:36:35 +02:00
README.md Cleanup readme files in roles directories 2017-10-17 11:22:06 +02:00

README.md

Ansible role: ceph-client

Documentation is available at http://docs.ceph.com/ceph-ansible/.