From: Patrick Donnelly Date: Thu, 2 May 2024 02:06:54 +0000 (-0400) Subject: qa: pass kwargs to mount from remount X-Git-Tag: v19.1.1~326^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cfe64abb8a28df7bee44bf36838a5ba2e0a77930;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 ed78ae035a96..d4a176c36cc4 100644 --- a/qa/tasks/cephfs/mount.py +++ b/qa/tasks/cephfs/mount.py @@ -582,7 +582,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.