]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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>
Thu, 19 Oct 2017 13:21:50 +0000 (08:21 -0500)
This is mostly just to test ceph-bluestore-tool prime-osd-dir.

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit d4e0c46d89c2ebe6ae5f9af1c909a09daaea9687)

src/vstart.sh

index ad1ecfa8d73ff751e1e6bf5a5bb7f28c1547c53b..e8cf7d729d9c65b702134afd625fbb7bae2d4ec3 100755 (executable)
@@ -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