From 24c68e2663367e5897b9ea0a0cb6c3062278c302 Mon Sep 17 00:00:00 2001 From: Leonid Usov Date: Tue, 16 Apr 2024 16:27:29 +0300 Subject: [PATCH] test_quiesce_patch --- qa/tasks/cephfs/test_quiesce.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qa/tasks/cephfs/test_quiesce.py b/qa/tasks/cephfs/test_quiesce.py index bdb803e8c47fc..39a0601215177 100644 --- a/qa/tasks/cephfs/test_quiesce.py +++ b/qa/tasks/cephfs/test_quiesce.py @@ -643,7 +643,7 @@ class TestQuiesceMultiRank(QuiesceTestCase): That a quiesce_inode op with outstanding remote authpin requests can be killed. """ - self.config_set('mds', 'mds_heartbeat_grace', '60') + self.config_set('mds', 'mds_heartbeat_grace', '120') self._configure_subvolume() self.mount_a.setfattr(".", "ceph.dir.pin.distributed", "1") self._client_background_workload() @@ -653,8 +653,8 @@ class TestQuiesceMultiRank(QuiesceTestCase): p = self.mount_a.run_shell_payload("ls", stdout=StringIO()) dirs = p.stdout.getvalue().strip().split() - # make rank 0 unresponsive to auth pin requests - p = self.run_ceph_cmd("tell", f"mds.{self.fs.id}:1", "lockup", "30000", wait=False) + # make rank 1 unresponsive to auth pin requests + p = self.run_ceph_cmd("tell", f"mds.{self.fs.id}:1", "lockup", "90000", wait=False) qops = [] for d in dirs: -- 2.39.5