ceph-ansible/roles/ceph-mds/tasks
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
..
common.yml refactor the way we copy keys 2018-04-18 16:46:33 +02:00
containerized.yml selinux: remove chcon calls 2018-04-19 14:59:37 +02:00
create_mds_filesystems.yml mdss: move cephfs pools creation in ceph-mds 2018-05-24 09:39:38 -07:00
main.yml mds: move mds fs pools creation 2018-05-25 11:16:56 +02:00
non_containerized.yml refactor the way we copy keys 2018-04-18 16:46:33 +02:00