[
https://issues.apache.org/jira/browse/CLOUDSTACK-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14220891#comment-14220891
]
Will Stevens commented on CLOUDSTACK-7959:
------------------------------------------
This is what we are getting in the logs for the failing builds. It is
currently failing in the 4.5 branch in Jenkins if you want to review the whole
log...
+ qemu-img convert -o compat=0.10 -f raw -c -O qcow2 raw.img
systemvm64template-4.5-kvm.qcow2
Unknown option 'compat'
qemu-img: Invalid options for file format 'qcow2'.
Build step 'Execute shell' marked build as failure
> System VMs failing to build
> ---------------------------
>
> Key: CLOUDSTACK-7959
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7959
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Affects Versions: Future, 4.5.0
> Reporter: Will Stevens
> Assignee: Will Stevens
> Fix For: Future
>
>
> The system vm builds are failing on Jenkins for the '4.5' and 'master'
> branches.
> The reason they are failing is because of the following.
> In file: tools/appliance/build.sh b/tools/appliance/build.sh
> In function: kvm_export()
> The line:
> qemu-img convert -o compat=0.10 -f raw -c -O qcow2 raw.img
> "${appliance_build_name}-kvm.qcow2"
> Is throwing an "unknown option 'compat'" error.
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)