From 6b393fb4dd380640c7428b953e1d398721b0d48c Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Tue, 14 Oct 2014 12:43:32 -0400 Subject: [PATCH] Increase CEPH_LOOPBACK_DISK_SIZE for ceph check-tempest-dsvm-full-ceph is failing due to space contraints in the Ceph store. Increase the size of this store to alleviate this problem. Change-Id: I753cee181b7a4e4de36840407f9cfbaafc4802a6 --- devstack-vm-gate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index 2a5f9e5d..9220de57 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -59,6 +59,7 @@ function setup_localrc { if [[ "$DEVSTACK_GATE_CEPH" == "1" ]]; then echo "CINDER_ENABLED_BACKENDS=ceph:ceph" >>localrc echo "TEMPEST_STORAGE_PROTOCOL=ceph" >>localrc + echo "CEPH_LOOPBACK_DISK_SIZE=8G" >>localrc fi # the exercises we *don't* want to test on for devstack