You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/03/25 12:53:52 UTC

git commit: updated refs/heads/4.4 to 33744ed

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 611f2475c -> 33744ed65


appliance: build systemvm template for KVM compatible with older qemu

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/33744ed6
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/33744ed6
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/33744ed6

Branch: refs/heads/4.4
Commit: 33744ed658bbf29924bf79c0a651f88abcf793f9
Parents: 611f247
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Wed Mar 25 17:23:08 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Wed Mar 25 17:23:26 2015 +0530

----------------------------------------------------------------------
 tools/appliance/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/33744ed6/tools/appliance/build.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh
index 13bbd7f..f35b58b 100755
--- a/tools/appliance/build.sh
+++ b/tools/appliance/build.sh
@@ -90,7 +90,7 @@ set -e
 
 # Export for KVM
 vboxmanage internalcommands converttoraw -format vdi "$hdd_path" raw.img
-qemu-img convert -f raw -c -O qcow2 raw.img $appliance-$branch-$build_date-kvm.qcow2
+qemu-img convert -o compat=0.10 -f raw -c -O qcow2 raw.img $appliance-$branch-$build_date-kvm.qcow2
 rm raw.img
 bzip2 $appliance-$branch-$build_date-kvm.qcow2
 echo "$appliance exported for KVM: dist/$appliance-$branch-$build_date-kvm.qcow2.bz2"