mirror of https://github.com/ceph/ceph-ansible.git
ceph-mds: do not enable multimds on jewel
Multiple active MDS became stable in Luminous.
Introduced-by: c8573fe0d7
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
pull/2760/head
parent
752781e2c9
commit
9ce81ae845
|
@ -25,8 +25,7 @@
|
|||
changed_when: false
|
||||
delegate_to: "{{ groups[mon_group_name][0] }}"
|
||||
when:
|
||||
- ceph_release_num[ceph_release] >= ceph_release_num.jewel
|
||||
- ceph_release_num[ceph_release] < ceph_release_num.mimic
|
||||
- ceph_release_num[ceph_release] == ceph_release_num.luminous
|
||||
|
||||
- name: set max_mds
|
||||
command: "{{ hostvars[groups[mon_group_name][0]]['docker_exec_cmd'] | default('') }} ceph --cluster {{ cluster }} fs set {{ cephfs }} max_mds {{ mds_max_mds }}"
|
||||
|
|
Loading…
Reference in New Issue