From bac5c940355a5149003ff97e87f6d4a56a654ef5 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 10 Mar 2019 16:47:15 -0500 Subject: [PATCH] vstart.sh: make 'db' volume 1G instead of 64M 64M is barely usable. Signed-off-by: Sage Weil --- src/vstart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vstart.sh b/src/vstart.sh index 02977b5e3608..22ca3c6318d1 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 -- 2.47.3