rolling-update: remove old condition

This failure condition was only valid at the time where clusters didn't
have ceph-mgr activated. Now since we collocate the ceph-mgr with the
mon by default, if the daemon wasn't present it will be created during
the upgrade.

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/3375/head
Sébastien Han 2018-10-26 14:13:43 +02:00 committed by Guillaume Abrioux
parent a42ba03d71
commit bb7bfca113
1 changed files with 0 additions and 6 deletions

View File

@ -36,12 +36,6 @@
invoking the playbook"
when: ireallymeanit != 'yes'
- name: fail if no mgr host is present in the inventory
fail:
msg: "Please add a mgr host to your inventory."
when:
- groups.get(mgr_group_name, []) | length == 0
- name: gather facts and check the init system