mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
Merge pull request #25839 from tchaikov/wip-37773
mgr/test_orchestrator: correct ceph-volume path Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
This commit is contained in:
commit
4dd332ebfb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user