]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/upgrade/*-x: ignore telemetry re-opt-in nudges
authorIlya Dryomov <idryomov@gmail.com>
Sun, 8 Dec 2024 16:01:39 +0000 (17:01 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Sat, 11 Jan 2025 17:26:05 +0000 (18:26 +0100)
Cover warnings like

  [WRN] Health check failed: Telemetry requires re-opt-in (TELEMETRY_CHANGED)" in cluster log
  [WRN] telemetry module includes new collections; please re-opt-in to new collections with `ceph telemetry on`" in cluster log

Re-opt-in can happen in a respective workunit
(test_telemetry_quincy_x.sh or test_telemetry_reef_x.sh), but it gets
run only at the very end after both "workload" and "upgrade-sequence"
complete.  Over an hour passes in the interim:

  2024-12-08T00:06:31.197 INFO:teuthology.task.print:**** done end upgrade, wait...
  ...
  2024-12-08T01:28:38.588 INFO:tasks.workunit:Running workunit test_telemetry_reef_x.sh...

The existing list is now duplicated in 0-start.yaml, so replace it
entirely.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit cb2c5e3a604d6c4a939c28487b31972651f2a39d)

qa/suites/upgrade/quincy-x/parallel/1-tasks.yaml
qa/suites/upgrade/reef-x/parallel/1-tasks.yaml

index e27c7c0f0928836c50ade39d8ec32e385c8ca42c..f7167975aa9fcdcb8aef26ac9f6eb38ca8d63223 100644 (file)
@@ -1,11 +1,8 @@
 overrides:
   ceph:
     log-ignorelist:
-      - mons down
-      - mon down
-      - MON_DOWN
-      - out of quorum
-      - PG_AVAILABILITY
+      - Telemetry requires re-opt-in
+      - telemetry module includes new collections
 tasks:
 - install:
     branch: quincy
index ce4e0cc228bbad33b681eaf7b712db38cbadc56a..b5160c2dd00efd40751cbc027f4aaf17ac62b4ea 100644 (file)
@@ -1,12 +1,8 @@
 overrides:
   ceph:
     log-ignorelist:
-      - mons down
-      - mon down
-      - MON_DOWN
-      - out of quorum
-      - PG_AVAILABILITY
-      - PG_DEGRADED
+      - Telemetry requires re-opt-in
+      - telemetry module includes new collections
 tasks:
 - install:
     branch: reef