]> 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)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 14 May 2024 15:50:05 +0000 (17:50 +0200)
So we can pass mntargs.

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

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.