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)
commit86d8e9d3f3fdda1b0fb6077c9fc14d3a92314817
tree1b775401e656e7c2c4e626dfb443d3c3c2dc7b1a
parent6a4cd2fe76fe445394cd92c3f0e9486084b53489
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>
build/overcloud-full.sh