]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart.sh: make 'db' volume 1G instead of 64M 26879/head
authorSage Weil <sage@redhat.com>
Sun, 10 Mar 2019 21:47:15 +0000 (16:47 -0500)
committerSage Weil <sage@redhat.com>
Sun, 10 Mar 2019 21:47:15 +0000 (16:47 -0500)
64M is barely usable.

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

index 02977b5e3608880b30acea44de812458cd1c5415..22ca3c6318d182e79b0e113ee2590d8aae2bfe1c 100755 (executable)
@@ -566,7 +566,7 @@ EOF
         bluestore_block_path = spdk:$(get_pci_selector)"
             else
                 BLUESTORE_OPTS="        bluestore block db path = $CEPH_DEV_DIR/osd\$id/block.db.file
-        bluestore block db size = 67108864
+        bluestore block db size = 1073741824
         bluestore block db create = true
         bluestore block wal path = $CEPH_DEV_DIR/osd\$id/block.wal.file
         bluestore block wal size = 1048576000