]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: use different config options to generate MDS_TRIM 59375/head
authorRishabh Dave <ridave@redhat.com>
Wed, 21 Aug 2024 07:31:25 +0000 (13:01 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 23 Aug 2024 12:00:56 +0000 (17:30 +0530)
commit389535f1b7ffdf0a02b07d42dbdebdc5a41f4846
treee7474715b33d63bc56fda6be309c077f1fb66aa7
parente8fe7fc94b78e59becfc678546edf1d806193a2a
qa/cephfs: use different config options to generate MDS_TRIM

Test test_with_health_warn_trim in classes TestFSFail and TestMDSFail
use config options mds_log_trim_decay_rate and mds_log_trim_threshold
to generte health warning MDS_TRIM which is required for this test.

Since these config options are not present in Reef, use config options
mds_log_max_segments and mds_log_warn_factor to generate health
MDS_TRIM.

Fixes: https://tracker.ceph.com/issues/66829
Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/test_admin.py