ceph-ansible/roles/ceph-mds
Guillaume Abrioux 608ea947a9 mds: move mds fs pools creation
When collocating mds on monitor node, the cephpfs will fail
because `docker_exec_cmd` is reset to `ceph-mds-monXX` which is
incorrect because we need to delegate the task on `ceph-mon-monXX`.
In addition, it wouldn't have worked since `ceph-mds-monXX` container
isn't started yet.

Moving the task earlier in the `ceph-mds` role will fix this issue.

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

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-05-25 11:16:56 +02:00
..
defaults containers: bump memory limit 2018-01-09 11:26:50 +01:00
meta ceph-mds: Add support for openSUSE Leap distributions 2017-11-14 10:51:23 +00:00
tasks mds: move mds fs pools creation 2018-05-25 11:16:56 +02:00
templates Expose /var/run/ceph 2018-04-20 15:48:32 +02:00
LICENSE Add READMEs for each roles 2015-07-25 10:51:53 +02:00
README.md Cleanup readme files in roles directories 2017-10-17 11:22:06 +02:00

README.md

Ansible role: ceph-mds

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