From 86dc1626867393b9034a3d3f02b9c1e5811edeb6 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 12 Dec 2017 10:04:37 -0600 Subject: [PATCH] qa/standalone/ceph-helpers: pass --verbose to ceph-disk Signed-off-by: Sage Weil --- qa/standalone/ceph-helpers.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qa/standalone/ceph-helpers.sh b/qa/standalone/ceph-helpers.sh index e464439f80e1..0133cce0414e 100755 --- a/qa/standalone/ceph-helpers.sh +++ b/qa/standalone/ceph-helpers.sh @@ -576,6 +576,7 @@ function run_osd() { local osd_data=$dir/$id local ceph_disk_args + ceph_disk_args+=" --verbose" ceph_disk_args+=" --statedir=$dir" ceph_disk_args+=" --sysconfdir=$dir" ceph_disk_args+=" --prepend-to-path=" @@ -595,6 +596,7 @@ function run_osd_bluestore() { local osd_data=$dir/$id local ceph_disk_args + ceph_disk_args+=" --verbose" ceph_disk_args+=" --statedir=$dir" ceph_disk_args+=" --sysconfdir=$dir" ceph_disk_args+=" --prepend-to-path=" @@ -714,6 +716,7 @@ function activate_osd() { local osd_data=$dir/$id local ceph_disk_args + ceph_disk_args+=" --verbose" ceph_disk_args+=" --statedir=$dir" ceph_disk_args+=" --sysconfdir=$dir" ceph_disk_args+=" --prepend-to-path=" -- 2.47.3