diff options
author | Tim Rozet <trozet@redhat.com> | 2017-08-30 19:28:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-30 19:28:39 +0000 |
commit | 45b4a3da4e3fbfb438d64088cb99d3e43902bca4 (patch) | |
tree | 5ffbda069234708ecf52e2eeea94380362f23f02 /build | |
parent | ceb8b2863c0483fd850d49c7545a8b8fc6a34bbd (diff) | |
parent | 86d8e9d3f3fdda1b0fb6077c9fc14d3a92314817 (diff) |
Merge "Change qemu-img resize unit"
Diffstat (limited to 'build')
-rwxr-xr-x | build/overcloud-full.sh | 2 |
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 |