From: Rishabh Dave Date: Tue, 9 Aug 2022 08:47:42 +0000 (+0530) Subject: qa/cephfs: set omit_sudo=False when ceph-fuse is executed X-Git-Tag: v19.0.0~436^2~3 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1414bb3e0e2a6b3a5021314e74148b44e9923223;p=ceph-ci.git qa/cephfs: set omit_sudo=False when ceph-fuse is executed Although setting "omit_sudo" to "False" will have no impact on ceph-fuse mount command during testing with teuthology (because teuthology code does nothing whether omit_sudo is set or unset), let's set it to False so that there's no chance for any bugs in future. Signed-off-by: Rishabh Dave --- diff --git a/qa/tasks/cephfs/fuse_mount.py b/qa/tasks/cephfs/fuse_mount.py index 0b9b1740386..106c6648d4a 100644 --- a/qa/tasks/cephfs/fuse_mount.py +++ b/qa/tasks/cephfs/fuse_mount.py @@ -87,7 +87,8 @@ class FuseMount(CephFSMount): stdin=self._mount_cmd_stdin, stdout=mountcmd_stdout, stderr=mountcmd_stderr, - wait=False + wait=False, + omit_sudo=False ) return self._wait_and_record_our_fuse_conn(