From: Guillaume Abrioux Date: Thu, 18 Apr 2019 08:44:41 +0000 (+0200) Subject: mds: remove legacy task X-Git-Tag: v4.0.0rc4~14 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6b5487d1e56f48dbba7305079465c32c8231663e;p=ceph-ansible.git mds: remove legacy task this task has nothing to do in stable-4.0 and after. Let's remove it since stable-4.0 and after aren't intended to deploy luminous. Closes: #3873 Signed-off-by: Guillaume Abrioux (cherry picked from commit 58f38515730730771f363c3b79acab14d1093b6d) --- diff --git a/roles/ceph-mds/tasks/create_mds_filesystems.yml b/roles/ceph-mds/tasks/create_mds_filesystems.yml index f9a6e5a74..63dd56a1d 100644 --- a/roles/ceph-mds/tasks/create_mds_filesystems.yml +++ b/roles/ceph-mds/tasks/create_mds_filesystems.yml @@ -63,13 +63,6 @@ when: - check_existing_cephfs.rc != 0 -- name: allow multimds - command: "{{ docker_exec_cmd | default('') }} ceph --cluster {{ cluster }} fs set {{ cephfs }} allow_multimds true --yes-i-really-mean-it" - changed_when: false - delegate_to: "{{ groups[mon_group_name][0] }}" - when: - - ceph_release_num[ceph_release] == ceph_release_num.luminous - - name: set max_mds command: "{{ docker_exec_cmd | default('') }} ceph --cluster {{ cluster }} fs set {{ cephfs }} max_mds {{ mds_max_mds }}" changed_when: false