From d62955bcbac685886aadc9fab66c53cf48a93bea Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 6 Mar 2020 13:00:19 -0600 Subject: [PATCH] qa/tasks/cephadm: use 'orch daemon osd add' Signed-off-by: Sage Weil --- qa/tasks/cephadm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/cephadm.py b/qa/tasks/cephadm.py index 02de3609870..8f7947571fc 100644 --- a/qa/tasks/cephadm.py +++ b/qa/tasks/cephadm.py @@ -604,7 +604,7 @@ def ceph_osds(ctx, config): _shell(ctx, cluster_name, remote, [ 'ceph-volume', 'lvm', 'zap', dev]) _shell(ctx, cluster_name, remote, [ - 'ceph', 'orch', 'osd', 'create', + 'ceph', 'orch', 'daemon', 'add', 'osd', remote.shortname + ':' + short_dev ]) ctx.daemons.register_daemon( -- 2.47.3