ceph-ansible/roles/ceph-mds
Randy J. Martinez ca572a11f1 ceph-mds: delete duplicate tasks which cause multimds container deployments to fail.
This update will resolve error['cephfs' is undefined.] in multimds container deployments.
See: roles/ceph-mon/tasks/create_mds_filesystems.yml. The same last two tasks are present there, and actully need to happen in that role since "{{ cephfs }}" gets defined in
roles/ceph-mon/defaults/main.yml, and not roles/ceph-mds/defaults/main.yml.

Signed-off-by: Randy J. Martinez <ramartin@redhat.com>
2018-03-29 09:32:40 +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 ceph-mds: delete duplicate tasks which cause multimds container deployments to fail. 2018-03-29 09:32:40 +02:00
templates Rename fact docker_version to ceph_docker_version 2017-12-15 20:12:21 +01: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/.