From 1a54da0b011908164e878d19aecc0ee628e3c62c Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 14 Mar 2020 08:30:43 -0500 Subject: [PATCH] qa/tasks/cephadm: pass -v to bootstrap Signed-off-by: Sage Weil --- qa/tasks/cephadm.py | 1 + 1 file changed, 1 insertion(+) 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, -- 2.47.3