From 6b5487d1e56f48dbba7305079465c32c8231663e Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 18 Apr 2019 10:44:41 +0200 Subject: [PATCH] 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) --- roles/ceph-mds/tasks/create_mds_filesystems.yml | 7 ------- 1 file changed, 7 deletions(-) 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