From: Kefu Chai Date: Tue, 8 Jan 2019 18:59:15 +0000 (+0800) Subject: mgr/test_orchestrator: correct ceph-volume path X-Git-Tag: v14.1.0~446^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F25839%2Fhead;p=ceph.git mgr/test_orchestrator: correct ceph-volume path s/ceph_volume/ceph-volume/ Fixes: http://tracker.ceph.com/issues/37773 Signed-off-by: Kefu Chai --- diff --git a/src/pybind/mgr/test_orchestrator/module.py b/src/pybind/mgr/test_orchestrator/module.py index 324aeb076120..41162b6db900 100644 --- a/src/pybind/mgr/test_orchestrator/module.py +++ b/src/pybind/mgr/test_orchestrator/module.py @@ -193,7 +193,7 @@ class TestOrchestrator(MgrModule, orchestrator.Orchestrator): There is no guarantee which devices are returned by get_inventory. """ try: - c_v_out = check_output(['ceph_volume', 'inventory', '--format', 'json']) + c_v_out = check_output(['ceph-volume', 'inventory', '--format', 'json']) except OSError: cmd = """ . /tmp/ceph-volume-virtualenv/bin/activate