Skip to content

Commit

Permalink
qa/standalone/ceph-helpers: pass --verbose to ceph-disk
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed Dec 12, 2017
1 parent 548bc8b commit 86dc162
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qa/standalone/ceph-helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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="
Expand All @@ -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="
Expand Down Expand Up @@ -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="
Expand Down

0 comments on commit 86dc162

Please sign in to comment.