From: Sage Weil Date: Sun, 9 Jul 2017 19:03:21 +0000 (-0400) Subject: qa/tasks/ceph.py: no osd id to 'osd create' command X-Git-Tag: v12.1.1~88^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F16233%2Fhead;p=ceph.git 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 --- diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index 1eaab1f1a4e95..69ccbde5aa340 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'):