ceph-ansible/roles/ceph-mgr
Guillaume Abrioux f463d1838e mgr: wait for all mgr to be available
before managing mgr modules, we must ensure all mgr are available
otherwise we can hit failure like following:

```
stdout:Error ENOENT: all mgr daemons do not support module 'restful', pass --force to force enablement
```

It happens because all mgr are not yet available when trying to manage
with mgr modules.

This should have been cherry-picked from
41f7518c1b but there's too much changes.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-07-11 10:02:25 +02:00
..
defaults refactor the way we copy keys 2018-04-18 16:46:33 +02:00
meta ceph-mgr: Add support for openSUSE Leap distributions 2017-11-14 10:51:23 +00:00
tasks mgr: wait for all mgr to be available 2019-07-11 10:02:25 +02:00
templates Avoid using tests as filter 2018-10-16 14:35:08 +02:00
LICENSE mgr: add new role for ceph-mgr 2017-04-10 15:13:09 +02:00
README.md Cleanup readme files in roles directories 2017-10-17 11:22:06 +02:00

README.md

Ansible role: ceph-mgr

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