]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: Add benign cluster warning from ec-inconsistent-hinfo test to ignorelist 56151/head
authorSridhar Seshasayee <sseshasa@redhat.com>
Fri, 9 Feb 2024 09:11:19 +0000 (14:41 +0530)
committerSridhar Seshasayee <sseshasa@redhat.com>
Wed, 13 Mar 2024 08:07:51 +0000 (13:37 +0530)
The changes introduced in PR: https://github.com/ceph/ceph/pull/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 <sseshasa@redhat.com>
(cherry picked from commit 9677ad6dddf34302e5ad1cde6e72342d06e73642)

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

index 31724f9e81b110e4867b9c52ae4eef9b89ad7c61..84abb702cf46099af2312cf81ae9631535978446 100644 (file)
@@ -30,6 +30,7 @@ tasks:
       - slow request
       - unfound
       - \(POOL_APP_NOT_ENABLED\)
+      - enough copies available
     conf:
       osd:
         osd min pg log entries: 5