]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: don't remove sudo from the command arguments 44305/head
authorRishabh Dave <ridave@redhat.com>
Mon, 24 Jan 2022 18:33:05 +0000 (00:03 +0530)
committerKotresh HR <khiremat@redhat.com>
Wed, 27 Apr 2022 10:32:36 +0000 (16:02 +0530)
commit2fcdbcd6f57051b5607812b53f2e82d27b5f1581
treec97318cc78a66bebd2c82415f438ff0502a9eacd
parentd9fbf65f77ea69355a0f2aeeb8ee6e6d95a14a26
qa/cephfs: don't remove sudo from the command arguments

run_shell() in qa.tasks.cephfs.mount.CephFSMount prepends "sudo" to its
command arguments but it doesn't specify to the underlying method that
"sudo" shouldn't be deleted from the command arguments.

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