Skip to content

Commit fa5282e

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Increase CEPH_LOOPBACK_DISK_SIZE_DEFAULT to 4GB"
2 parents 07810d8 + 18b9dcc commit fa5282e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ceph

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ CEPH_CONF_DIR=${CEPH_CONF_DIR:-/etc/ceph}
3636
# Ceph data. Set ``CEPH_LOOPBACK_DISK_SIZE`` to the disk size in
3737
# kilobytes.
3838
# Default is 1 gigabyte.
39-
CEPH_LOOPBACK_DISK_SIZE_DEFAULT=2G
39+
CEPH_LOOPBACK_DISK_SIZE_DEFAULT=4G
4040
CEPH_LOOPBACK_DISK_SIZE=${CEPH_LOOPBACK_DISK_SIZE:-$CEPH_LOOPBACK_DISK_SIZE_DEFAULT}
4141

4242
# Common

0 commit comments

Comments
 (0)