From: Sage Weil Date: Wed, 11 Oct 2017 22:33:00 +0000 (-0500) Subject: vstart.sh: specify block files X-Git-Tag: v13.0.1~508^2~10 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d4e0c46d89c2ebe6ae5f9af1c909a09daaea9687;p=ceph-ci.git vstart.sh: specify block files This is mostly just to test ceph-bluestore-tool prime-osd-dir. Signed-off-by: Sage Weil --- diff --git a/src/vstart.sh b/src/vstart.sh index 95b8518becb..b11ae695175 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -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