]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/standalone: osd-backfill-space.sh wip-ksirivad-fix-74524
authorKamoltat (Junior) Sirivadhna <ksirivad@redhat.com>
Wed, 11 Feb 2026 22:53:59 +0000 (22:53 +0000)
committerKamoltat (Junior) Sirivadhna <ksirivad@redhat.com>
Tue, 17 Feb 2026 19:50:19 +0000 (19:50 +0000)
commit29fb42e38e1cd0050cfaa3a338b0646f1d36fca2
treebef6d95cdccfd98954df889daf204043e8f7492e
parent48e05a5518576141757d78b73a42ab0ae283098d
qa/standalone: osd-backfill-space.sh

Problem:
In TEST_backfill_test_sametarget
test fails to keep 1 PG at backfill-toofull
and 1 PG at active+clean due to not giving enough
time from 1 backfill to the other

In TEST_ec_backfill_multi
Similar to the test_sametarget above, not enough
time from 1 backfill to the other

Solution:
Give more time gap between one backfill request
from another using sleep <duration> bash command

Fixes: https://tracker.ceph.com/issues/74524
Signed-off-by: Kamoltat (Junior) Sirivadhna <ksirivad@redhat.com>
qa/standalone/osd-backfill/osd-backfill-space.sh