]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/upgrade/octopus-x: disable insecure global_id reclaim health warnings
authorSage Weil <sage@newdream.net>
Thu, 25 Mar 2021 17:36:56 +0000 (13:36 -0400)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 12 Apr 2021 18:50:53 +0000 (20:50 +0200)
These will trigger on upgrade; suppress them so that our health gates
will still work.

Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 3e80f61efeafc186ea8130984d64c05b2707d6ba)

Conflicts:
qa/suites/upgrade/octopus-x/rgw-multisite/overrides.yaml [
  commit b6773dd3f197 ("qa/rgw: add octopus-x upgrade suite for
  multisite") not in pacific ]

qa/suites/rados/cephadm/upgrade/3-start-upgrade.yaml
qa/suites/upgrade/octopus-x/parallel/1-tasks.yaml
qa/suites/upgrade/octopus-x/stress-split-no-cephadm/1-ceph-install/octopus.yaml
qa/suites/upgrade/octopus-x/stress-split/1-start.yaml

index 33b1a83ac8a84599d9e39ec8345dbea94f376512..80463a6c075631c6d74422a8ac18f7bdba269120 100644 (file)
@@ -8,4 +8,6 @@ tasks:
       - radosgw-admin period update --rgw-realm=r --commit
       - ceph orch apply rgw r z --placement=2 --port=8000
       - sleep 120
+      - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force
+      - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force
       - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1
index a765d7a27d6ace6a5fbb690f85b80a32ece33992..c26119db5725df7f1d91f159ea89719e6a8c6572 100644 (file)
@@ -26,6 +26,9 @@ tasks:
 - cephadm.shell:
     mon.a:
       - ceph config set mgr mgr/cephadm/use_repo_digest true --force
+      - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force
+      - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force
+
 - print: "**** done cephadm.shell ceph config set mgr..."
 
 - print: "**** done start parallel"
index 90a958412005b865b38e6275d19d40c1d0e7a5b1..3d7a52a499f12afa76ddcc623dcda94fbaf84736 100644 (file)
@@ -14,6 +14,9 @@ tasks:
         bluestore_warn_on_legacy_statfs: false
         bluestore warn on no per pool omap: false
         mon pg warn min per osd: 0
+      mon:
+        mon_warn_on_insecure_global_id_reclaim: false
+        mon_warn_on_insecure_global_id_reclaim_allowed: false
     log-ignorelist:
       - Not found or unloadable
       - evicting unresponsive client
index 71dfacba2cfe24c4503f159d2c9c615a1efa525d..1aa90967e2c228797a2d6afcbbb1be312da2a738 100644 (file)
@@ -17,6 +17,9 @@ tasks:
 - cephadm.shell:
     mon.a:
       - ceph fs volume create foo
+      - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force
+      - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force
+
 - ceph.healthy:
 
 - print: "**** upgrading first half of cluster, with stress ****"