From: Sage Weil Date: Tue, 12 Dec 2017 16:04:37 +0000 (-0600) Subject: qa/standalone/ceph-helpers: pass --verbose to ceph-disk X-Git-Tag: v13.0.2~732^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=86dc1626867393b9034a3d3f02b9c1e5811edeb6;p=ceph.git qa/standalone/ceph-helpers: pass --verbose to ceph-disk Signed-off-by: Sage Weil --- diff --git a/qa/standalone/ceph-helpers.sh b/qa/standalone/ceph-helpers.sh index e464439f80e..0133cce0414 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="