]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/ceph.py: no osd id to 'osd create' command 16233/head
authorSage Weil <sage@redhat.com>
Sun, 9 Jul 2017 19:03:21 +0000 (15:03 -0400)
committerSage Weil <sage@redhat.com>
Mon, 10 Jul 2017 14:43:16 +0000 (10:43 -0400)
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 <sage@redhat.com>
qa/tasks/ceph.py

index 1eaab1f1a4e95683b494684ff61e2fcec7a9cbd2..69ccbde5aa3403c3c01e49e17683788009a47271 100644 (file)
@@ -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'):