mirror of
https://github.com/ceph/ceph
synced 2025-01-18 09:02:08 +00:00
qa: fix MDS_CLIENT_RECALL copy error
Fixes: http://tracker.ceph.com/issues/20682 Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
parent
b94d1dc385
commit
f8e0571982
@ -62,7 +62,7 @@ class TestClientLimits(CephFSTestCase):
|
||||
# MDS should not be happy about that, as the client is failing to comply
|
||||
# with the SESSION_RECALL messages it is being sent
|
||||
mds_recall_state_timeout = float(self.fs.get_config("mds_recall_state_timeout"))
|
||||
self.wait_for_health("MDS_HEALTH_CLIENT_RECALL",
|
||||
self.wait_for_health("MDS_CLIENT_RECALL",
|
||||
mds_recall_state_timeout + 10)
|
||||
|
||||
# We can also test that the MDS health warning for oversized
|
||||
|
Loading…
Reference in New Issue
Block a user