]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-mds: delete duplicate tasks which cause multimds container deployments to fail.
authorRandy J. Martinez <ramartin@redhat.com>
Thu, 29 Mar 2018 00:15:19 +0000 (19:15 -0500)
committerSébastien Han <seb@redhat.com>
Thu, 29 Mar 2018 07:32:40 +0000 (09:32 +0200)
commitca572a11f1eb7ded5583c8d8b810a42db61cd98f
treec4551f44c722a298cc62101196c8bac5872c2c0e
parent3fcf966803e35d7ba30e7c1b0ba78db94c664594
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>
roles/ceph-mds/tasks/containerized.yml