]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/cephfs/test_client_limits.py
update sources to v12.2.3
[ceph.git] / ceph / qa / tasks / cephfs / test_client_limits.py
index cb5e3a4625243510d5216f94234b7d60e65b1f74..b06d5123d8f2396685ab1e6316316c0ba5204fb0 100644 (file)
@@ -134,10 +134,10 @@ class TestClientLimits(CephFSTestCase):
         # Client B tries to stat the file that client A created
         rproc = self.mount_b.write_background("file1")
 
-        # After mds_revoke_cap_timeout, we should see a health warning (extra lag from
+        # After mds_session_timeout, we should see a health warning (extra lag from
         # MDS beacon period)
-        mds_revoke_cap_timeout = float(self.fs.get_config("mds_revoke_cap_timeout"))
-        self.wait_for_health("MDS_CLIENT_LATE_RELEASE", mds_revoke_cap_timeout + 10)
+        mds_session_timeout = float(self.fs.get_config("mds_session_timeout"))
+        self.wait_for_health("MDS_CLIENT_LATE_RELEASE", mds_session_timeout + 10)
 
         # Client B should still be stuck
         self.assertFalse(rproc.finished)