From: Sage Weil Date: Sat, 14 Mar 2020 13:30:43 +0000 (-0500) Subject: qa/tasks/cephadm: pass -v to bootstrap X-Git-Tag: v15.2.0~36^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1a54da0b011908164e878d19aecc0ee628e3c62c;p=ceph-ci.git qa/tasks/cephadm: pass -v to bootstrap Signed-off-by: Sage Weil --- diff --git a/qa/tasks/cephadm.py b/qa/tasks/cephadm.py index 8f7947571fc..8bef25ce92c 100644 --- a/qa/tasks/cephadm.py +++ b/qa/tasks/cephadm.py @@ -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,