diff options
author | Linjing Li <linjingli2012@gmail.com> | 2024-10-04 23:56:42 +0200 |
---|---|---|
committer | Linjing Li <linjingli2012@gmail.com> | 2024-10-04 23:56:42 +0200 |
commit | 405798aeda91520bf50fa6aad52faa67b1e437c6 (patch) | |
tree | d970f4e7f6a8a9be93aa6decce53c9c22286edb5 /qa | |
parent | Merge pull request #59977 from tobias-urdin/rgw-cors-v2-auth (diff) | |
download | ceph-405798aeda91520bf50fa6aad52faa67b1e437c6.tar.xz ceph-405798aeda91520bf50fa6aad52faa67b1e437c6.zip |
qa/tasks: added "is down" warning to thrash-old-clients ingorelist
This integration test failed due to an "osd down" warning,
but we intentionally mark OSDs down in this test, so the warning should
be ignored.
Fixes: https://tracker.ceph.com/issues/67820
Signed-off-by: Linjing Li <linjingli2012@gmail.com>
Diffstat (limited to 'qa')
-rw-r--r-- | qa/tasks/thrashosds-health.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/tasks/thrashosds-health.yaml b/qa/tasks/thrashosds-health.yaml index b70583a75e1..dbde1ced0db 100644 --- a/qa/tasks/thrashosds-health.yaml +++ b/qa/tasks/thrashosds-health.yaml @@ -30,3 +30,4 @@ overrides: - out of quorum - noscrub - nodeep-scrub + - is down |