From 86d8e9d3f3fdda1b0fb6077c9fc14d3a92314817 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Mon, 28 Aug 2017 13:03:58 -0400 Subject: 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 --- build/overcloud-full.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') 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 -- cgit 1.2.3-korg