]> 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, 7 May 2024 12:19:27 +0000 (08:19 -0400)
So we can pass mntargs.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/cephfs/mount.py

index 2711f6376d30d6edc3ea993beb0f5ffe007f02d7..61d8d5cb3da67782b3015bc44a2dd0b3a4622b52 100644 (file)
@@ -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.