diff options
author | Sridhar Seshasayee <sseshasa@redhat.com> | 2022-12-12 08:09:33 +0100 |
---|---|---|
committer | Sridhar Seshasayee <sseshasa@redhat.com> | 2022-12-12 13:42:46 +0100 |
commit | 5b2fee21e85ff46441701f2e3cdf43f13181db54 (patch) | |
tree | 0c18dbd050779f4b4b9173d3573b4d8750dfbdb5 /qa/config | |
parent | qa/standalone: Add/Modify tests to verify mclock recovery/backfill limits (diff) | |
download | ceph-5b2fee21e85ff46441701f2e3cdf43f13181db54.tar.xz ceph-5b2fee21e85ff46441701f2e3cdf43f13181db54.zip |
qa: Allow tests to override recovery configs with mClock scheduler enabled
Set osd_mclock_override_recovery_settings option to true for tests that
modify recovery/backfill configuration options. This prevents logging of
the cluster warning when modifying recovery/backfill limits.
Fixes: https://tracker.ceph.com/issues/57529
Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
Diffstat (limited to 'qa/config')
-rw-r--r-- | qa/config/rados.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/config/rados.yaml b/qa/config/rados.yaml index 2f5779b0e9c..1785089fb4b 100644 --- a/qa/config/rados.yaml +++ b/qa/config/rados.yaml @@ -7,5 +7,6 @@ overrides: osd debug verify missing on start: true osd debug verify cached snaps: true bluestore zero block detection: true + osd mclock override recovery settings: true mon: mon scrub interval: 300 |