]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/standalone/ceph-helpers: pass --verbose to ceph-disk 19456/head
authorSage Weil <sage@redhat.com>
Tue, 12 Dec 2017 16:04:37 +0000 (10:04 -0600)
committerSage Weil <sage@redhat.com>
Tue, 12 Dec 2017 18:56:45 +0000 (12:56 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/standalone/ceph-helpers.sh

index e464439f80e1b5fbe3b25af87a1d20dd7ef23e0f..0133cce0414e8b8c90ddbc0b95a1f024498a7253 100755 (executable)
@@ -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="