]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
vstart.sh: specify block files
authorSage Weil <sage@redhat.com>
Wed, 11 Oct 2017 22:33:00 +0000 (17:33 -0500)
committerSage Weil <sage@redhat.com>
Mon, 16 Oct 2017 15:56:25 +0000 (10:56 -0500)
This is mostly just to test ceph-bluestore-tool prime-osd-dir.

Signed-off-by: Sage Weil <sage@redhat.com>
src/vstart.sh

index 95b8518becb1f87ec1bca8d7b8ee98c145b7cc6b..b11ae695175d05b636492ffc89d5906be2652ef0 100755 (executable)
@@ -515,8 +515,10 @@ $DAEMONOPTS
         osd copyfrom max chunk = 524288
         bluestore fsck on mount = true
         bluestore block create = true
+       bluestore block db path = $CEPH_DEV_DIR/osd\$id/block.db.file
         bluestore block db size = 67108864
         bluestore block db create = true
+       bluestore block wal path = $CEPH_DEV_DIR/osd\$id/block.wal.file
         bluestore block wal size = 1048576000
         bluestore block wal create = true
 $COSDDEBUG