Skip to content

Commit

Permalink
Increase CEPH_LOOPBACK_DISK_SIZE_DEFAULT to 4GB
Browse files Browse the repository at this point in the history
CEPH_LOOPBACK_DISK_SIZE_DEFAULT should be more than 2GB
to make volume snapshot feature works. 2GB is not enough
because min Cinder volume size is 1GB and no snapshot
could be created.

This also fixes related Tempest tests and experimental
check-tempest-dsvm-full-ceph gate job.

Change-Id: Ifa41d0d1764d68ea02dcb32a5fc62f7f6282904d
  • Loading branch information
e0ne committed Sep 9, 2014
1 parent 219e9c2 commit 18b9dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ceph
Expand Up @@ -36,7 +36,7 @@ CEPH_CONF_DIR=${CEPH_CONF_DIR:-/etc/ceph}
# Ceph data. Set ``CEPH_LOOPBACK_DISK_SIZE`` to the disk size in
# kilobytes.
# Default is 1 gigabyte.
CEPH_LOOPBACK_DISK_SIZE_DEFAULT=2G
CEPH_LOOPBACK_DISK_SIZE_DEFAULT=4G
CEPH_LOOPBACK_DISK_SIZE=${CEPH_LOOPBACK_DISK_SIZE:-$CEPH_LOOPBACK_DISK_SIZE_DEFAULT}

# Common
Expand Down

0 comments on commit 18b9dcc

Please sign in to comment.