mirror of
https://github.com/ceph/ceph
synced 2025-02-24 03:27:10 +00:00
qa/tasks: set defer_client_eviction_on_laggy_osds=false in api tests
We expect laggy OSDs in this testing environment, so it makes sense to disable this warning. Fixes: https://tracker.ceph.com/issues/61907 Signed-off-by: Laura Flores <lflores@redhat.com>
This commit is contained in:
parent
669f76b058
commit
2322d2c8e0
@ -104,7 +104,11 @@ class MgrTestCase(CephTestCase):
|
|||||||
raise SkipTest(
|
raise SkipTest(
|
||||||
"Only have {0} manager daemons, {1} are required".format(
|
"Only have {0} manager daemons, {1} are required".format(
|
||||||
len(cls.mgr_cluster.mgr_ids), cls.MGRS_REQUIRED))
|
len(cls.mgr_cluster.mgr_ids), cls.MGRS_REQUIRED))
|
||||||
|
|
||||||
|
# We expect laggy OSDs in this testing environment so turn off this warning.
|
||||||
|
# See https://tracker.ceph.com/issues/61907
|
||||||
|
cls.mgr_cluster.mon_manager.raw_cluster_cmd('config', 'set', 'mds',
|
||||||
|
'defer_client_eviction_on_laggy_osds', 'false')
|
||||||
cls.setup_mgrs()
|
cls.setup_mgrs()
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user