]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: whitelist slow requests progress.yaml 67761/head
authorKamoltat (Junior) Sirivadhna <ksirivad@redhat.com>
Fri, 6 Mar 2026 17:20:18 +0000 (17:20 +0000)
committerKamoltat (Junior) Sirivadhna <ksirivad@redhat.com>
Thu, 12 Mar 2026 14:44:28 +0000 (14:44 +0000)
commit8a4e9d152f426648fcef93b26ebb9e0954b43824
treea65b6da657add725c87f4284a6ef9369bd2a015d
parent8ce3b83d69bb24e271516970e9ad33bf21969e2f
qa: whitelist slow requests progress.yaml

The reason we had a slow-requests is because during the test, 16 concurrent 4 MB writes were running while recovery and backfill were disabled. At the same time, osd.0 was marked out and then back in, causing PG remapping. Because recovery/backfill was disabled, some PGs could not restore their replicas after the remap, leaving them in degraded/remapped states. As a result, a batch of writes remained stuck in the replicated write path, leading to IO stall and slow ops being reported. Solution is to ignore this as we are testing the progress module, not the write paths of OSDs. We intentionally disable backfill and recovery in order to prevent the recovery event to finish quickly. We wanted to prolong it until the progress event pops up.

Fixes: https://tracker.ceph.com/issues/70320
Signed-off-by: Kamoltat (Junior) Sirivadhna <ksirivad@redhat.com>
(cherry picked from commit 6b0c943c8bd004665529c5c5786ecec42bcc9ff7)
qa/suites/rados/mgr/tasks/4-units/progress.yaml
qa/tasks/mgr/test_progress.py