summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2017-08-28 13:03:58 -0400
committerDan Radez <dradez@redhat.com>2017-08-29 08:40:27 -0400
commit86d8e9d3f3fdda1b0fb6077c9fc14d3a92314817 (patch)
tree1b775401e656e7c2c4e626dfb443d3c3c2dc7b1a /build
parent6a4cd2fe76fe445394cd92c3f0e9486084b53489 (diff)
Change qemu-img resize unit
Docs read: size is the disk image size in bytes. Optional suffixes "k" or "K" (kilobyte, 1024) "M" (megabyte, 1024k) and "G" (gigabyte, 1024M) and T (terabyte, 1024G) are supported. "b" is ignored. MB is technically invalid and for somereason only aarch has complained thus far Change-Id: Ic152a0edab17ac1cdb5afc0791bb0353b95f94b8 Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'build')
-rwxr-xr-xbuild/overcloud-full.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh
index 8efe8225..36e95652 100755
--- a/build/overcloud-full.sh
+++ b/build/overcloud-full.sh
@@ -42,7 +42,7 @@ git clone https://gerrit.opnfv.org/gerrit/vswitchperf vsperf
tar czf vsperf.tar.gz vsperf
# Increase disk size by 1200MB to accommodate more packages
-qemu-img resize overcloud-full_build.qcow2 +1200MB
+qemu-img resize overcloud-full_build.qcow2 +1200M
# expand file system to max disk size
# installing forked apex-puppet-tripleo