]> git.apps.os.sepia.ceph.com Git - ceph.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>
Tue, 21 May 2024 16:18:58 +0000 (12:18 -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 ed78ae035a965373c1c1be547f7fb940ad154c0c..d4a176c36cc4a03791d3e3d12e89ae19c3b45fdd 100644 (file)
@@ -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.