From: Patrick Donnelly Date: Thu, 2 May 2024 02:06:54 +0000 (-0400) Subject: qa: pass kwargs to mount from remount X-Git-Tag: testing/wip-vshankar-testing-20240509.053109-debug~10^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=afcbfc040b56779e58563f715f26a0fe25e9f916;p=ceph-ci.git qa: pass kwargs to mount from remount So we can pass mntargs. Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/cephfs/mount.py b/qa/tasks/cephfs/mount.py index 2711f6376d3..61d8d5cb3da 100644 --- a/qa/tasks/cephfs/mount.py +++ b/qa/tasks/cephfs/mount.py @@ -581,7 +581,7 @@ class CephFSMountBase(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.