Skip to content

Commit 9677ad6

Browse files
committed
qa: Add benign cluster warning from ec-inconsistent-hinfo test to ignorelist
The changes introduced in PR: ceph#53524 made the randomized values of osd_op_queue and osd_op_queue_cut_off consistent across all OSD shards. Due to the above, ec-inconsistent-hinfo test could fail with the following cluster warning (benign) depending on the randomly selected scheduler type. "cluster [WRN] Error(s) ignored for 2:ad551702:::test:head enough copies available" In summary, the warning is generated due to the difference in the PG deletion rates between WPQ and mClock schedulers. Therefore, the warning shows up in cases where the mClock scheduler is the op queue scheduler chosen randomly for the test. The PG deletion rate with mClock scheduler is quicker compared to the WPQ scheduler since it doesn't use sleeps between each delete transaction and relies on the cost of the deletion which in turn is proportional to the average size of the objects in the PG. For a more detailed analysis, see the associated tracker. Fixes: https://tracker.ceph.com/issues/64573 Signed-off-by: Sridhar Seshasayee <[email protected]>
1 parent 62be5c7 commit 9677ad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qa/suites/rados/singleton/all/ec-inconsistent-hinfo.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ tasks:
3030
- slow request
3131
- unfound
3232
- \(POOL_APP_NOT_ENABLED\)
33+
- enough copies available
3334
conf:
3435
osd:
3536
osd min pg log entries: 5

0 commit comments

Comments
 (0)