From b5f81e73138060d845ab1d10cfd5351b90d7ffd3 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 9 Jul 2017 15:03:21 -0400 Subject: [PATCH] qa/tasks/ceph.py: no osd id to 'osd create' command This isn't recognized by hammer, and we don't need it for jewel. Fixes: http://tracker.ceph.com/issues/20548 Signed-off-by: Sage Weil --- qa/tasks/ceph.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index 1eaab1f1a4e..69ccbde5aa3 100644 --- a/qa/tasks/ceph.py +++ b/qa/tasks/ceph.py @@ -1126,11 +1126,11 @@ def run_daemon(ctx, config, type_): ] ) except: - # fallback to pre-luminous + # fallback to pre-luminous (hammer or jewel) remote.run( args=[ 'sudo', 'ceph', '--cluster', cluster_name, - 'osd', 'create', osd_uuid, id_, + 'osd', 'create', osd_uuid, ] ) if config.get('add_osds_to_crush'): -- 2.39.5