]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/tasks/cephadm: pass -v to bootstrap
authorSage Weil <sage@redhat.com>
Sat, 14 Mar 2020 13:30:43 +0000 (08:30 -0500)
committerSage Weil <sage@redhat.com>
Mon, 16 Mar 2020 19:38:22 +0000 (14:38 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/tasks/cephadm.py

index 8f7947571fc6ed4354dbfb30879011a0315ab93b..8bef25ce92cd7397655c58c7219c351bd0ba2b7a 100644 (file)
@@ -353,6 +353,7 @@ def ceph_bootstrap(ctx, config):
             'sudo',
             ctx.cephadm,
             '--image', ctx.ceph[cluster_name].image,
+            '-v',
             'bootstrap',
             '--fsid', fsid,
             '--mon-id', first_mon,