Skip to content

Commit 362641b

Browse files
committed
cinder: Increase VOLUME_BACKING_FILE_SIZE
As reported in bug #1920136 the tempest-integrated-compute job has started to see insufficient free virtual space errors being reported by c-sch and c-vol when creating volumes. This change simply increases the default size of the underlying LVM PV used to host these volumes within the default LVM/iSCSI c-vol backend deployed by devstack. Change-Id: I965d4a485215ac482403f1e83609452550dfd860 Closes-Bug: #1920136
1 parent a64c843 commit 362641b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stackrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,8 +758,8 @@ for image_url in ${IMAGE_URLS//,/ }; do
758758
fi
759759
done
760760

761-
# 24Gb default volume backing file size
762-
VOLUME_BACKING_FILE_SIZE=${VOLUME_BACKING_FILE_SIZE:-24G}
761+
# 30Gb default volume backing file size
762+
VOLUME_BACKING_FILE_SIZE=${VOLUME_BACKING_FILE_SIZE:-30G}
763763

764764
# Prefixes for volume and instance names
765765
VOLUME_NAME_PREFIX=${VOLUME_NAME_PREFIX:-volume-}

0 commit comments

Comments
 (0)