]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks: set require-osd-release 61073/head
authorLaura Flores <lflores@ibm.com>
Thu, 12 Dec 2024 23:26:12 +0000 (17:26 -0600)
committerLaura Flores <lflores@ibm.com>
Thu, 12 Dec 2024 23:26:12 +0000 (17:26 -0600)
After upgrading from a prior release to squid, we see the following warning
in the cluster log if we do not set `require-osd-release=squid`:

[WRN] OSD_UPGRADE_FINISHED: all OSDs are running squid or later but require_osd_release < squid

Fixes: https://tracker.ceph.com/issues/69098
Signed-off-by: Laura Flores <lflores@ibm.com>
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/6-verify.yaml

index c2b657e5a3b8af75cd430b3c4626022aa0d0399c..1d40699099036edc7542523b6ca1b1b0edcd9e53 100644 (file)
@@ -2,4 +2,5 @@ tasks:
 - cephadm.shell:
     host.a:
       - ceph fs dump
+      - ceph osd require-osd-release squid # after the upgrade, this should be bumped up
 - fs.post_upgrade_checks: