Signed-off-by: Alfredo Deza <adeza@redhat.com>
failed_when: false
when:
ansible_distribution != "Ubuntu" and
- is_ceph_infernalis
+ is_after_hammer
- name: start and add that the metadata service to the init sequence (ubuntu)
command: initctl emit ceph-mds cluster={{ cluster }} id={{ mds_name }}
changed_when: false
when:
ansible_distribution != "Ubuntu" and
- not is_ceph_infernalis
+ is_before_infernalis
- name: start and add that the metadata service to the init sequence (for or after infernalis)
service:
changed_when: false
when:
ansible_distribution != "Ubuntu" and
- is_ceph_infernalis
+ is_after_hammer