Skip to content

Commit

Permalink
update: update ceph release pre-check
Browse files Browse the repository at this point in the history
update this check in order to check for Ceph Squid

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
  • Loading branch information
guits committed Feb 14, 2024
1 parent 644fac8 commit c58529f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure-playbooks/rolling_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@

- name: check ceph release being deployed
fail:
msg: "This version of ceph-ansible is intended for upgrading to Ceph Reef only."
when: "'reef' not in ceph_version.stdout.split()"
msg: "This version of ceph-ansible is intended for upgrading to Ceph Squid only."
when: "'squid' not in ceph_version.stdout.split()"


- name: upgrade ceph mon cluster
Expand Down

0 comments on commit c58529f

Please sign in to comment.