From: Yuri Weinstein Date: Tue, 23 Sep 2025 16:31:37 +0000 (-0700) Subject: qa/tests: added messages to the whitelist X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d86a5997798b4436c0f26d6e459a880b88f3841a;p=ceph.git qa/tests: added messages to the whitelist Signed-off-by: Yuri Weinstein --- diff --git a/qa/suites/upgrade/reef-x/parallel/0-start.yaml b/qa/suites/upgrade/reef-x/parallel/0-start.yaml index 182aa1ebd538..98a9ea458930 100644 --- a/qa/suites/upgrade/reef-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/reef-x/parallel/0-start.yaml @@ -52,3 +52,10 @@ overrides: - FS_DEGRADED - OSDMAP_FLAGS - OSD_UPGRADE_FINISHED + - CEPHADM_FAILED_DAEMON + - pg .* is stuck undersized + - HEALTH_WARN .* osds down + - MDS_INSUFFICIENT_STANDBY + - POOL_FULL + + diff --git a/qa/suites/upgrade/reef-x/stress-split/1-start.yaml b/qa/suites/upgrade/reef-x/stress-split/1-start.yaml index 53ac04719850..9983a1869f59 100644 --- a/qa/suites/upgrade/reef-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/reef-x/stress-split/1-start.yaml @@ -26,6 +26,11 @@ overrides: - MDS_UP_LESS_THAN_MAX - filesystem is offline - with fewer MDS than max_mds + - CEPHADM_FAILED_DAEMON + - pg .* is stuck undersized + - HEALTH_WARN .* osds down + - MDS_INSUFFICIENT_STANDBY + - POOL_FULL tasks: - install: branch: reef diff --git a/qa/suites/upgrade/squid-x/parallel/0-start.yaml b/qa/suites/upgrade/squid-x/parallel/0-start.yaml index 314f9f95686b..042ba7998373 100644 --- a/qa/suites/upgrade/squid-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/squid-x/parallel/0-start.yaml @@ -52,3 +52,8 @@ overrides: - OSDMAP_FLAGS - OSD_UPGRADE_FINISHED - PG_DEGRADED + - CEPHADM_FAILED_DAEMON + - pg .* is stuck undersized + - HEALTH_WARN .* osds down + - MDS_INSUFFICIENT_STANDBY + - POOL_FULL diff --git a/qa/suites/upgrade/squid-x/stress-split/1-start.yaml b/qa/suites/upgrade/squid-x/stress-split/1-start.yaml index ec10443f9607..29cd66ad02cd 100644 --- a/qa/suites/upgrade/squid-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/squid-x/stress-split/1-start.yaml @@ -25,6 +25,11 @@ overrides: - MDS_UP_LESS_THAN_MAX - filesystem is offline - with fewer MDS than max_mds + - CEPHADM_FAILED_DAEMON + - pg .* is stuck undersized + - HEALTH_WARN .* osds down + - MDS_INSUFFICIENT_STANDBY + - POOL_FULL tasks: - install: branch: squid