From d4e0c46d89c2ebe6ae5f9af1c909a09daaea9687 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 11 Oct 2017 17:33:00 -0500 Subject: [PATCH] vstart.sh: specify block files This is mostly just to test ceph-bluestore-tool prime-osd-dir. Signed-off-by: Sage Weil --- src/vstart.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5