From 4e0abfb07064a6fd5f66dcfaf889239ed590f5a5 Mon Sep 17 00:00:00 2001 From: Matan Breizman Date: Wed, 12 Nov 2025 11:10:50 +0000 Subject: [PATCH] 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 --- qa/tasks/ceph_objectstore_tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/ceph_objectstore_tool.py b/qa/tasks/ceph_objectstore_tool.py index db27bdb2fc21a..c5d86f0215fbe 100644 --- a/qa/tasks/ceph_objectstore_tool.py +++ b/qa/tasks/ceph_objectstore_tool.py @@ -310,7 +310,7 @@ def test_objectstore(ctx, config, cli_remote, REP_POOL, REP_NAME, ec=False): log.info("Test --op list by generating json for all objects") if CRIMSON: - prefix = ("sudo ceph-objectstore-tool " + prefix = ("sudo crimson-objectstore-tool " "--data-path {fpath} " "--device-type {device_t} ").format(fpath=FSPATH, device_t=CRIMSON_DEVICE_TYPE) else: -- 2.39.5