diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index 1a767f2ff..5677e45d2 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -175,10 +175,12 @@ roles: - ceph-defaults - - ceph-config - { role: ceph-common, when: not containerized_deployment } - { role: ceph-docker-common, when: containerized_deployment } - - { role: ceph-mgr, when: "ceph_release_num[ceph_release] >= ceph_release_num.luminous" } + - ceph-config + - { role: ceph-mgr, + when: "(ceph_release_num[ceph_release] >= ceph_release_num.luminous) or + (ceph_release_num[ceph_release] < ceph_release_num.luminous and rolling_update)" } post_tasks: - name: start ceph mgr