]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa: pass kwargs to mount from remount
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 2 May 2024 02:06:54 +0000 (22:06 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 9 May 2024 12:25:29 +0000 (08:25 -0400)
So we can pass mntargs.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit afcbfc040b56779e58563f715f26a0fe25e9f916)

qa/tasks/cephfs/mount.py

index 1cb8c6f910181f4d1238948af54f92b36a6aa522..f995f7c8b4a41ceb32592097063b58aaaa135b4f 100644 (file)
@@ -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.