From: Patrick Donnelly Date: Thu, 2 May 2024 02:06:54 +0000 (-0400) Subject: qa: pass kwargs to mount from remount X-Git-Tag: v18.2.5~668^2~11 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=14e030f746ab66a5a3cf930da1618ba6fbd61180;p=ceph.git qa: pass kwargs to mount from remount So we can pass mntargs. Signed-off-by: Patrick Donnelly (cherry picked from commit afcbfc040b56779e58563f715f26a0fe25e9f916) --- diff --git a/qa/tasks/cephfs/mount.py b/qa/tasks/cephfs/mount.py index 1cb8c6f9101..f995f7c8b4a 100644 --- a/qa/tasks/cephfs/mount.py +++ b/qa/tasks/cephfs/mount.py @@ -588,7 +588,7 @@ class CephFSMount(object): self.update_attrs(**kwargs) - retval = self.mount(mntopts=mntopts, check_status=check_status) + retval = self.mount(mntopts=mntopts, check_status=check_status, **kwargs) # avoid this scenario (again): mount command might've failed and # check_status might have silenced the exception, yet we attempt to # wait which might lead to an error.