mirror of https://github.com/ceph/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 <gabrioux@redhat.com>pull/3655/head
parent
0bee90b201
commit
58f3851573
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue