From: Sage Weil Date: Wed, 11 Oct 2017 22:33:00 +0000 (-0500) Subject: vstart.sh: specify block files X-Git-Tag: v12.2.2~133^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bb9b70c33a3e013ef78d931fd865ab44c255d772;p=ceph.git vstart.sh: specify block files This is mostly just to test ceph-bluestore-tool prime-osd-dir. Signed-off-by: Sage Weil (cherry picked from commit d4e0c46d89c2ebe6ae5f9af1c909a09daaea9687) --- diff --git a/src/vstart.sh b/src/vstart.sh index ad1ecfa8d73f..e8cf7d729d9c 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -507,8 +507,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