From 18b9dcc6692e9a329d9baee7db02b532d8990c84 Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Fri, 22 Aug 2014 17:02:40 +0300 Subject: [PATCH] Increase CEPH_LOOPBACK_DISK_SIZE_DEFAULT to 4GB 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 --- lib/ceph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ceph b/lib/ceph index 32a4760784..84640420df 100644 --- a/lib/ceph +++ b/lib/ceph @@ -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