summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwu.chunyang <wuchunyang@yovole.com>2022-08-12 10:04:30 +0800
committerwu.chunyang <wuchunyang@yovole.com>2022-08-12 10:19:53 +0800
commit3285b6dc8aa50e44cf3646ec0852a51421b6506b (patch)
tree4263d8df8c1adc7323dfcd29b5d6e2bf9a26b4e9
parentd126aacf9012a2dc572967ee75b4ccbf77fcc2ea (diff)
downloadtrove-3285b6dc8aa50e44cf3646ec0852a51421b6506b.tar.gz
Increase guest image size to 5G
trovestack built image failed due to the less disk space. this ps increases the image size from 3 to 5G ref: https://zuul.opendev.org/t/openstack/build/fedba359fbc8427c886ff2b2f0767d37/console Change-Id: I7e48d74e2e03fe168a185949b162b3dfcc6fb7d5
-rw-r--r--integration/scripts/functions_qemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/scripts/functions_qemu b/integration/scripts/functions_qemu
index 5995a904..3d130684 100644
--- a/integration/scripts/functions_qemu
+++ b/integration/scripts/functions_qemu
@@ -23,7 +23,7 @@ function build_guest_image() {
export ELEMENTS_PATH=${trove_elements_path}
fi
- local GUEST_IMAGESIZE=${GUEST_IMAGESIZE:-3}
+ local GUEST_IMAGESIZE=${GUEST_IMAGESIZE:-5}
local GUEST_CACHEDIR=${GUEST_CACHEDIR:-"$HOME/.cache/image-create"}
sudo rm -rf ${GUEST_CACHEDIR}