ceph-ansible/roles/ceph-rbd-mirror
Guillaume Abrioux 5ba7824c55 container: force rm --storage on ExecStartPre
This is a workaround to avoid error like following:
```
Error: error creating container storage: the container name "ceph-mgr-magna022" is already in use by "4a5f674e113f837a0cc561dea5d2cd55d16ca159a647b7794ab06c4c276ef701"
```

that doesn't seem to be 100% reproducible but it shows up after a
reboot. The only workaround we came up with at the moment is to run
`podman rm --storage <container>` before starting it.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1887716

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2020-11-16 10:38:40 -05:00
..
defaults global: remove fetch_directory dependency 2019-09-26 11:35:24 +02:00
meta meta: set the right minimum ansible version required for galaxy 2018-12-11 09:59:25 +01:00
tasks keyring: use ceph_key module for get-or-create cmd 2020-11-02 17:17:29 +01:00
templates container: force rm --storage on ExecStartPre 2020-11-16 10:38:40 -05:00
LICENSE ceph-rbd-mirorr: add license file 2016-04-08 12:17:46 +02:00
README.md Cleanup readme files in roles directories 2017-10-17 11:22:06 +02:00

README.md

Ansible role: ceph-rbd

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