From: Sébastien Han Date: Mon, 23 Mar 2015 17:53:42 +0000 (+0100) Subject: Enforce var pool creation X-Git-Tag: v1.0.0~240^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1122c90ec4acbd5e568edfebe70c02fe77183311;p=ceph-ansible.git Enforce var pool creation Make sure that 'mds' is enabled before creating the filesystem. Signed-off-by: Sébastien Han --- diff --git a/roles/ceph-mon/tasks/main.yml b/roles/ceph-mon/tasks/main.yml index 24a470f27..079768a5c 100644 --- a/roles/ceph-mon/tasks/main.yml +++ b/roles/ceph-mon/tasks/main.yml @@ -6,7 +6,7 @@ when: not ceph_containerized_deployment - include: create_mds_filesystems.yml - when: not ceph_containerized_deployment and not {{ ceph_version.stdout | version_compare('0.84', '<') }} + when: not ceph_containerized_deployment and not {{ ceph_version.stdout | version_compare('0.84', '<') }} and mds - include: docker.yml when: ceph_containerized_deployment