Skip to content

Commit 4e0abfb

Browse files
committed
qa/tasks/ceph_objectstore_tool: Use crimson-objectstore-tool
The crimson-objectstore-tool should be used instead of ceph-obejctstore-tool once ``` ceph_objectstore_tool: crimson_objectstore_tool: true ``` Signed-off-by: Matan Breizman <[email protected]>
1 parent ceb3272 commit 4e0abfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/tasks/ceph_objectstore_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def test_objectstore(ctx, config, cli_remote, REP_POOL, REP_NAME, ec=False):
310310
log.info("Test --op list by generating json for all objects")
311311

312312
if CRIMSON:
313-
prefix = ("sudo ceph-objectstore-tool "
313+
prefix = ("sudo crimson-objectstore-tool "
314314
"--data-path {fpath} "
315315
"--device-type {device_t} ").format(fpath=FSPATH, device_t=CRIMSON_DEVICE_TYPE)
316316
else:

0 commit comments

Comments
 (0)