]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
mds: remove legacy task
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 18 Apr 2019 08:44:41 +0000 (10:44 +0200)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Thu, 18 Apr 2019 14:15:43 +0000 (10:15 -0400)
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 <gabrioux@redhat.com>
(cherry picked from commit 58f38515730730771f363c3b79acab14d1093b6d)

roles/ceph-mds/tasks/create_mds_filesystems.yml

index f9a6e5a745ac456f3c947ac247cdb0682300b572..63dd56a1d8478fd2c93d06d4719b3dd428e43bac 100644 (file)
   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