From 2d47a0378d02213a1844da20509609bcb697e089 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 9 Jan 2013 12:28:28 -0500 Subject: [PATCH] up cinder volumes to 10G this is to address a short term issue with cinder tempest tests not being very good about cleaning up in a timely manner. Change-Id: I8d3954aa12939169a3d04f990f147e1652da6663 --- devstack-vm-gate.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index 31c7b209..70a64d41 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -121,7 +121,12 @@ if [ "$DEVSTACK_GATE_TEMPEST" -eq "1" ]; then # to be created, each of 1G size. Devstack's default # volume backing file size is 2G, so we increase to 5G # (apparently 4G is not always enough). - echo "VOLUME_BACKING_FILE_SIZE=5G" >> localrc + # + # NOTE(sdague): the 10G setting is far larger than should + # be needed, however cinder tempest tests are currently + # not cleaning up correctly, and this is a temp measure + # to prevent it from blocking unrelated changes + echo "VOLUME_BACKING_FILE_SIZE=10G" >> localrc fi # Make the workspace owned by the stack user