Change qemu-img resize unit 37/40437/2
authorDan Radez <dradez@redhat.com>
Mon, 28 Aug 2017 17:03:58 +0000 (13:03 -0400)
committerDan Radez <dradez@redhat.com>
Tue, 29 Aug 2017 12:40:27 +0000 (08:40 -0400)
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>
build/overcloud-full.sh

index 8efe822..36e9565 100755 (executable)
@@ -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