]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa: set "shell" to False for run_ceph_w()
authorRishabh Dave <ridave@redhat.com>
Mon, 7 Dec 2020 16:33:31 +0000 (22:03 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 12 Mar 2021 03:33:13 +0000 (09:03 +0530)
commitdf88ec382221e0c1a0a6e66961f3fc1519f95986
treec5f4b07f422710b06a218e1ac668127bbb027c91
parent391e5b19fc65e5b91d8e47771ce2c994f68cfcd7
qa: set "shell" to False for run_ceph_w()

Setting shell to True in call to run() in LocalCephManager.run_ceph_w()
leads to a crash when self.subproc.communicate() is executed for the
process created by running "ceph -w".

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