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
| ... | ... |
@@ -36,7 +36,7 @@ CEPH_CONF_DIR=${CEPH_CONF_DIR:-/etc/ceph}
|
| 36 | 36 |
# Ceph data. Set ``CEPH_LOOPBACK_DISK_SIZE`` to the disk size in |
| 37 | 37 |
# kilobytes. |
| 38 | 38 |
# Default is 1 gigabyte. |
| 39 |
-CEPH_LOOPBACK_DISK_SIZE_DEFAULT=2G |
|
| 39 |
+CEPH_LOOPBACK_DISK_SIZE_DEFAULT=4G |
|
| 40 | 40 |
CEPH_LOOPBACK_DISK_SIZE=${CEPH_LOOPBACK_DISK_SIZE:-$CEPH_LOOPBACK_DISK_SIZE_DEFAULT}
|
| 41 | 41 |
|
| 42 | 42 |
# Common |