]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/cephfs: set omit_sudo False when sudo is set to True
authorRishabh Dave <ridave@redhat.com>
Thu, 5 May 2022 14:25:16 +0000 (19:55 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 5 May 2022 14:33:28 +0000 (20:03 +0530)
commit76edd3bb32ba071485f03b121efbab8a87dfeafe
tree5b4abb3f6112b13276d908163bd28607d5251ca6
parent26ed4f5228e5b625774694bb41493380d5cbf5d5
qa/cephfs: set omit_sudo False when sudo is set to True

In these methods, parameter "sudo" indicates whether or not sudo is set
to True but the same is not indicated to methods underneath. This value
needs to be passed for the parameter to fulfill it's commitment.

Fixes: https://tracker.ceph.com/issues/55557
Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/mount.py
qa/tasks/vstart_runner.py