Bump the Cinder LVM backing file size to 24Gb.
This follows a change made to devstack-gate in commit 841ebc3 to allow tempest to succeed even if it happens to run several volume tests in parallel. Right now it's possible for a tempest-full test (run without devstack-gate) to fail with an "Insufficient free virtual space" error in the cinder-scheduler log. Suggested by: Clark Boylan <clark.boylan@gmail.com> Closes-Bug: 1743597 Change-Id: I16ccb9976d1bc7c9f56a6a4d73e35042a5867ef9
This commit is contained in:
parent
b09e9b9b48
commit
6bcd8cad16
@ -667,7 +667,7 @@ with ``VOLUME_BACKING_FILE_SIZE``.
|
|||||||
|
|
||||||
VOLUME_GROUP_NAME="stack-volumes"
|
VOLUME_GROUP_NAME="stack-volumes"
|
||||||
VOLUME_NAME_PREFIX="volume-"
|
VOLUME_NAME_PREFIX="volume-"
|
||||||
VOLUME_BACKING_FILE_SIZE=10250M
|
VOLUME_BACKING_FILE_SIZE=24G
|
||||||
|
|
||||||
|
|
||||||
Keystone
|
Keystone
|
||||||
|
4
stackrc
4
stackrc
@ -762,8 +762,8 @@ for image_url in ${IMAGE_URLS//,/ }; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
# 10Gb default volume backing file size
|
# 24Gb default volume backing file size
|
||||||
VOLUME_BACKING_FILE_SIZE=${VOLUME_BACKING_FILE_SIZE:-10250M}
|
VOLUME_BACKING_FILE_SIZE=${VOLUME_BACKING_FILE_SIZE:-24G}
|
||||||
|
|
||||||
# Prefixes for volume and instance names
|
# Prefixes for volume and instance names
|
||||||
VOLUME_NAME_PREFIX=${VOLUME_NAME_PREFIX:-volume-}
|
VOLUME_NAME_PREFIX=${VOLUME_NAME_PREFIX:-volume-}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user