summaryrefslogtreecommitdiffstats
path: root/src/vstart.sh
diff options
context:
space:
mode:
authorSage Weil <sage@redhat.com>2019-03-10 22:47:15 +0100
committerSage Weil <sage@redhat.com>2019-03-10 22:47:15 +0100
commitbac5c940355a5149003ff97e87f6d4a56a654ef5 (patch)
treeb0d1ef914b295c3940881391ae7744e337a18ba5 /src/vstart.sh
parentos/bluestore: make bluefs spillover messages nicer (diff)
downloadceph-bac5c940355a5149003ff97e87f6d4a56a654ef5.tar.xz
ceph-bac5c940355a5149003ff97e87f6d4a56a654ef5.zip
vstart.sh: make 'db' volume 1G instead of 64M
64M is barely usable. Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to '')
-rwxr-xr-xsrc/vstart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vstart.sh b/src/vstart.sh
index 02977b5e360..22ca3c6318d 100755
--- a/src/vstart.sh
+++ b/src/vstart.sh
@@ -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