update: update ceph release pre-check

update this check in order to check for Ceph Squid

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
pull/7474/head
Guillaume Abrioux 2024-02-14 08:37:27 +01:00
parent 644fac8f2d
commit c58529fc04
1 changed files with 2 additions and 2 deletions

View File

@ -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