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:pull/2772/headc8573fe0d7
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> (cherry picked from commit9ce81ae845
) Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
parent
35af792fa1
commit
2bcc1c71c0
|
@ -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