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 <gabrioux@redhat.com>
(cherry picked from commit 58f3851573)
pull/3888/head
Guillaume Abrioux 2019-04-18 10:44:41 +02:00 committed by Dimitri Savineau
parent e83f02ad71
commit 6b5487d1e5
1 changed files with 0 additions and 7 deletions

View File

@ -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