From: Chris Harris Date: Mon, 19 Jan 2026 11:19:36 +0000 (+0000) Subject: qa: remove reef code from fs X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8499d6bd5bc168ca2bcf01a029794ca4e06defe2;p=ceph.git qa: remove reef code from fs Remove the reef code from the fs upgrade suites as we no longer want to test X-3 releases Signed-off-by: Chris Harris --- diff --git a/qa/suites/fs/upgrade/featureful_client/old_client/tasks/0-from/reef.yaml b/qa/suites/fs/upgrade/featureful_client/old_client/tasks/0-from/reef.yaml deleted file mode 100644 index ddccab4b9645..000000000000 --- a/qa/suites/fs/upgrade/featureful_client/old_client/tasks/0-from/reef.yaml +++ /dev/null @@ -1,41 +0,0 @@ -meta: -- desc: | - install ceph/reef latest -tasks: -- install: - branch: reef - exclude_packages: - - librados3 - - ceph-mgr-dashboard - - ceph-mgr-diskprediction-local - - ceph-mgr-rook - - ceph-mgr-cephadm - - cephadm - - ceph-volume - - ceph-osd-classic - - ceph-osd-crimson - extra_packages: ['librados2'] -- print: "**** done installing reef" -- ceph: - log-ignorelist: - - overall HEALTH_ - - \(FS_ - - \(MDS_ - - \(OSD_ - - \(MON_DOWN\) - - \(CACHE_POOL_ - - \(POOL_ - - \(MGR_DOWN\) - - \(PG_ - - \(SMALLER_PGP_NUM\) - - Monitor daemon marked osd - - Behind on trimming - - Manager daemon - conf: - global: - mon warn on pool no app: false - ms bind msgr2: false -- exec: - osd.0: - - ceph osd set-require-min-compat-client reef -- print: "**** done ceph" diff --git a/qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/0-from/reef.yaml b/qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/0-from/reef.yaml deleted file mode 100644 index ddccab4b9645..000000000000 --- a/qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/0-from/reef.yaml +++ /dev/null @@ -1,41 +0,0 @@ -meta: -- desc: | - install ceph/reef latest -tasks: -- install: - branch: reef - exclude_packages: - - librados3 - - ceph-mgr-dashboard - - ceph-mgr-diskprediction-local - - ceph-mgr-rook - - ceph-mgr-cephadm - - cephadm - - ceph-volume - - ceph-osd-classic - - ceph-osd-crimson - extra_packages: ['librados2'] -- print: "**** done installing reef" -- ceph: - log-ignorelist: - - overall HEALTH_ - - \(FS_ - - \(MDS_ - - \(OSD_ - - \(MON_DOWN\) - - \(CACHE_POOL_ - - \(POOL_ - - \(MGR_DOWN\) - - \(PG_ - - \(SMALLER_PGP_NUM\) - - Monitor daemon marked osd - - Behind on trimming - - Manager daemon - conf: - global: - mon warn on pool no app: false - ms bind msgr2: false -- exec: - osd.0: - - ceph osd set-require-min-compat-client reef -- print: "**** done ceph" diff --git a/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/$ b/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/$ deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/.qa b/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/.qa deleted file mode 120000 index a602a0353e75..000000000000 --- a/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa/ \ No newline at end of file diff --git a/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/reef.yaml b/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/reef.yaml deleted file mode 100644 index 75b0c5dff607..000000000000 --- a/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/reef.yaml +++ /dev/null @@ -1,33 +0,0 @@ -meta: -- desc: | - setup ceph/reef - -tasks: -- install: - branch: reef - exclude_packages: - - ceph-volume - - ceph-osd-classic - - ceph-osd-crimson -- print: "**** done install task..." -- cephadm: - image: quay.ceph.io/ceph-ci/ceph:reef - roleless: true - compiled_cephadm_branch: reef - conf: - osd: - #set config option for which cls modules are allowed to be loaded / used - osd_class_load_list: "*" - osd_class_default_list: "*" -- print: "**** done end installing reef cephadm ..." -- cephadm.shell: - host.a: - - ceph config set mgr mgr/cephadm/use_repo_digest true --force -- print: "**** done cephadm.shell ceph config set mgr..." -- cephadm.shell: - host.a: - - ceph orch status - - ceph orch ps - - ceph orch ls - - ceph orch host ls - - ceph orch device ls diff --git a/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/v18.2.0.yaml b/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/v18.2.0.yaml deleted file mode 100644 index b0ea9dbfab81..000000000000 --- a/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/v18.2.0.yaml +++ /dev/null @@ -1,33 +0,0 @@ -meta: -- desc: | - setup ceph/v18.2.0 - -tasks: -- install: - tag: v18.2.0 - exclude_packages: - - ceph-volume - - ceph-osd-classic - - ceph-osd-crimson -- print: "**** done install task..." -- cephadm: - image: quay.io/ceph/ceph:v18.2.0 - roleless: true - compiled_cephadm_branch: reef - conf: - osd: - #set config option for which cls modules are allowed to be loaded / used - osd_class_load_list: "*" - osd_class_default_list: "*" -- print: "**** done end installing v18.2.0 cephadm ..." -- cephadm.shell: - host.a: - - ceph config set mgr mgr/cephadm/use_repo_digest true --force -- print: "**** done cephadm.shell ceph config set mgr..." -- cephadm.shell: - host.a: - - ceph orch status - - ceph orch ps - - ceph orch ls - - ceph orch host ls - - ceph orch device ls diff --git a/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/v18.2.1.yaml b/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/v18.2.1.yaml deleted file mode 100644 index b2c66dd12673..000000000000 --- a/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/v18.2.1.yaml +++ /dev/null @@ -1,33 +0,0 @@ -meta: -- desc: | - setup ceph/v18.2.1 - -tasks: -- install: - tag: v18.2.1 - exclude_packages: - - ceph-volume - - ceph-osd-classic - - ceph-osd-crimson -- print: "**** done install task..." -- cephadm: - image: quay.io/ceph/ceph:v18.2.1 - roleless: true - compiled_cephadm_branch: reef - conf: - osd: - #set config option for which cls modules are allowed to be loaded / used - osd_class_load_list: "*" - osd_class_default_list: "*" -- print: "**** done end installing v18.2.1 cephadm ..." -- cephadm.shell: - host.a: - - ceph config set mgr mgr/cephadm/use_repo_digest true --force -- print: "**** done cephadm.shell ceph config set mgr..." -- cephadm.shell: - host.a: - - ceph orch status - - ceph orch ps - - ceph orch ls - - ceph orch host ls - - ceph orch device ls diff --git a/qa/suites/fs/upgrade/nofs/tasks/0-from/reef.yaml b/qa/suites/fs/upgrade/nofs/tasks/0-from/reef.yaml deleted file mode 100644 index ddccab4b9645..000000000000 --- a/qa/suites/fs/upgrade/nofs/tasks/0-from/reef.yaml +++ /dev/null @@ -1,41 +0,0 @@ -meta: -- desc: | - install ceph/reef latest -tasks: -- install: - branch: reef - exclude_packages: - - librados3 - - ceph-mgr-dashboard - - ceph-mgr-diskprediction-local - - ceph-mgr-rook - - ceph-mgr-cephadm - - cephadm - - ceph-volume - - ceph-osd-classic - - ceph-osd-crimson - extra_packages: ['librados2'] -- print: "**** done installing reef" -- ceph: - log-ignorelist: - - overall HEALTH_ - - \(FS_ - - \(MDS_ - - \(OSD_ - - \(MON_DOWN\) - - \(CACHE_POOL_ - - \(POOL_ - - \(MGR_DOWN\) - - \(PG_ - - \(SMALLER_PGP_NUM\) - - Monitor daemon marked osd - - Behind on trimming - - Manager daemon - conf: - global: - mon warn on pool no app: false - ms bind msgr2: false -- exec: - osd.0: - - ceph osd set-require-min-compat-client reef -- print: "**** done ceph" diff --git a/qa/suites/fs/upgrade/upgraded_client/tasks/0-install/reef.yaml b/qa/suites/fs/upgrade/upgraded_client/tasks/0-install/reef.yaml deleted file mode 100644 index 00a2ba1ac872..000000000000 --- a/qa/suites/fs/upgrade/upgraded_client/tasks/0-install/reef.yaml +++ /dev/null @@ -1,55 +0,0 @@ -meta: -- desc: | - install ceph/reef latest -tasks: -- install: - branch: reef - exclude_packages: - - cephadm - - ceph-mgr-cephadm - - ceph-immutable-object-cache - - python3-rados - - python3-rgw - - python3-rbd - - python3-cephfs - - ceph-volume - - ceph-osd-classic - - ceph-osd-crimson - extra_packages: - - python-rados - - python-rgw - - python-rbd - - python-cephfs - # For kernel_untar_build workunit - extra_system_packages: - - bison - - flex - - elfutils-libelf-devel - - openssl-devel - - NetworkManager - - iproute - - util-linux -- print: "**** done installing reef" -- ceph: - log-ignorelist: - - overall HEALTH_ - - \(FS_ - - \(MDS_ - - \(OSD_ - - \(MON_DOWN\) - - \(CACHE_POOL_ - - \(POOL_ - - \(MGR_DOWN\) - - \(PG_ - - \(SMALLER_PGP_NUM\) - - Monitor daemon marked osd - - Behind on trimming - - Manager daemon - conf: - global: - mon warn on pool no app: false - ms bind msgr2: false -- exec: - osd.0: - - ceph osd set-require-min-compat-client reef -- print: "**** done ceph"