]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/vstart_runner: get rid of "exec sudo" from "ceph -w" cmd args
authorRishabh Dave <ridave@redhat.com>
Sat, 25 Sep 2021 09:29:27 +0000 (14:59 +0530)
committerRishabh Dave <ridave@redhat.com>
Mon, 2 May 2022 14:55:19 +0000 (20:25 +0530)
commit43b170ab187406ae477fbf25e0660c3fc07bb12a
tree68593202989068c31aba0003fc8256757bc6e8c6
parenta67d500ee1bacbaf57351409b93d40a0f3a6a706
qa/vstart_runner: get rid of "exec sudo" from "ceph -w" cmd args

Passing "exec sudo" to "ceph -w" caused "Ceph API test" CI job to fail.
Error was not related to this tracker issue but the code added for it
is reversed now in this commit. The tracker issue -
https://tracker.ceph.com/issues/49644.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/vstart_runner.py