Skip to content

Commit

Permalink
qa: pass kwargs to mount from remount
Browse files Browse the repository at this point in the history
So we can pass mntargs.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit afcbfc0)
  • Loading branch information
batrick committed May 9, 2024
1 parent ed939ee commit 14e030f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/tasks/cephfs/mount.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ def remount(self, **kwargs):

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.
Expand Down

0 comments on commit 14e030f

Please sign in to comment.