diff options
author | Sage Weil <sage@redhat.com> | 2019-03-10 22:47:15 +0100 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2019-03-10 22:47:15 +0100 |
commit | bac5c940355a5149003ff97e87f6d4a56a654ef5 (patch) | |
tree | b0d1ef914b295c3940881391ae7744e337a18ba5 /src/vstart.sh | |
parent | os/bluestore: make bluefs spillover messages nicer (diff) | |
download | ceph-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-x | src/vstart.sh | 2 |
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 |