[jira] [Commented] (CLOUDSTACK-7959) System VMs failing to build

2014-12-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14237991#comment-14237991
 ] 

ASF subversion and git services commented on CLOUDSTACK-7959:
-

Commit 3f8d0dd4871932b874ce615f54380f25539551d6 in cloudstack's branch 
refs/heads/4.5 from [~wstevens]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=3f8d0dd ]

CLOUDSTACK-7959: fixed 'qemu-img convert' compat issue


 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: edison su
 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)


[jira] [Commented] (CLOUDSTACK-7959) System VMs failing to build

2014-12-05 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14235410#comment-14235410
 ] 

ASF subversion and git services commented on CLOUDSTACK-7959:
-

Commit 16f50c2862dcd524d4b788803460fd877fff9aa4 in cloudstack's branch 
refs/heads/4.3 from [~rohit.ya...@shapeblue.com]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=16f50c2 ]

Revert CLOUDSTACK-7959: fixed 'qemu-img convert' compat issue

This reverts commit f412e07d715428b3b7d911e3cd0c71cd79949962.

Until we decide, we should keep the same 4.3 systemvm build scripts to avoid
changes in the qemu image conversion logic.


 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: edison su
 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)


[jira] [Commented] (CLOUDSTACK-7959) System VMs failing to build

2014-12-04 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14234235#comment-14234235
 ] 

ASF subversion and git services commented on CLOUDSTACK-7959:
-

Commit f412e07d715428b3b7d911e3cd0c71cd79949962 in cloudstack's branch 
refs/heads/4.3 from [~rohit.ya...@shapeblue.com]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=f412e07 ]

CLOUDSTACK-7959: fixed 'qemu-img convert' compat issue

Backported using fix 03daae571b44354d31913c7e0ecb9e1f64cdcd55 by
Will Stevens wstev...@cloudops.com

Signed-off-by: Rohit Yadav rohit.ya...@shapeblue.com


 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: edison su
 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)


[jira] [Commented] (CLOUDSTACK-7959) System VMs failing to build

2014-12-04 Thread Will Stevens (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14234242#comment-14234242
 ] 

Will Stevens commented on CLOUDSTACK-7959:
--

[~rohit.ya...@shapeblue.com] I am not sure this needed to be ported back to 
4.3.  When Edison made the change it only broke 4.5 and master.  Is there a 
reason you ported it back to 4.3?

 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: edison su
 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)


[jira] [Commented] (CLOUDSTACK-7959) System VMs failing to build

2014-12-04 Thread Rohit Yadav (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14234250#comment-14234250
 ] 

Rohit Yadav commented on CLOUDSTACK-7959:
-

[~wstevens] if I use jenkins.b.o to build the systemvms, will I need it? I 
thought I may need it; if you think otherwise I'll revert it, advise?

 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: edison su
 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)


[jira] [Commented] (CLOUDSTACK-7959) System VMs failing to build

2014-12-04 Thread Will Stevens (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14234259#comment-14234259
 ] 

Will Stevens commented on CLOUDSTACK-7959:
--

[~rohit.ya...@shapeblue.com] To be honest, I have not looked into it.  I am 
going off the fact that those system vm builds did not break  with the initial 
change so I was assuming the fix was not needed.  When you made the change, was 
there a 'compat' option even specified (i doubt it).  I guess the change would 
be valid if the system vm build machines get upgraded to something that 
defaults to 1.1 for those builds.  

If we make this change in 4.3, I think we have to notify [~dahn] so he can make 
the equivalent change in 4.4.  I know he does not want to have changes in 4.3 
that do not get pushed into 4.4 as well.

I will have a quick look at 4.3 and 4.4 this morning and see if I think this 
change should be in those branches...  I will post back in a bit...

 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: edison su
 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)


[jira] [Commented] (CLOUDSTACK-7959) System VMs failing to build

2014-12-04 Thread Rohit Yadav (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14234261#comment-14234261
 ] 

Rohit Yadav commented on CLOUDSTACK-7959:
-

[~wstevens] cool, don't about 4.3/4.4 changes. After doing regression testing 
in a week's I'm planning to merge 4.3 branch on 4.4 so the future 4.4.3 release 
will have all the backported commits I did on 4.3.

 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: edison su
 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)


[jira] [Commented] (CLOUDSTACK-7959) System VMs failing to build

2014-12-04 Thread Will Stevens (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14234267#comment-14234267
 ] 

Will Stevens commented on CLOUDSTACK-7959:
--

[~rohit.ya...@shapeblue.com] Ok perfect...  Ya I just had a look at the code in 
4.3 and I think that it is a good idea to make the change in that branch as 
well (which will get added to 4.4 with your merge).  Since we are more likely 
to have some updated build systems now that we are getting more resources from 
other places (like CloudOps) for jenkins build slaves, I think it is a good 
idea to get this change in now...

Thanks for doing that...  Side note (since you are going to have a merge 
conflict on this going into 4.4).  Is there a reason we keep changing the way 
the system vms are named between branches?  I know this was frustrating for me 
previously when I was trying to find the system vms for different branches.  Is 
there a reason we keep changing the format between branches?  We can't really 
change it on previously released branches (without updating all the docs and 
such), but going forward we should try to keep a consistent naming system.

 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: edison su
 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)


[jira] [Commented] (CLOUDSTACK-7959) System VMs failing to build

2014-12-04 Thread Rohit Yadav (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14234301#comment-14234301
 ] 

Rohit Yadav commented on CLOUDSTACK-7959:
-

[~wstevens] you may easily git blame to find out who's changing names, since we 
never had any naming convention people (including myself) keep name that they 
find suitable. For myself, I try to make sure they have a release/branch name 
with timestamp/date and name of the hypervisor.

 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: edison su
 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)


[jira] [Commented] (CLOUDSTACK-7959) System VMs failing to build

2014-12-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231759#comment-14231759
 ] 

ASF subversion and git services commented on CLOUDSTACK-7959:
-

Commit 03daae571b44354d31913c7e0ecb9e1f64cdcd55 in cloudstack's branch 
refs/heads/master from [~wstevens]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=03daae5 ]

CLOUDSTACK-7959: fixed 'qemu-img convert' compat issue


 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: edison su
 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)


[jira] [Commented] (CLOUDSTACK-7959) System VMs failing to build

2014-12-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14232296#comment-14232296
 ] 

ASF subversion and git services commented on CLOUDSTACK-7959:
-

Commit 3f8d0dd4871932b874ce615f54380f25539551d6 in cloudstack's branch 
refs/heads/hotfix/4.5-7959 from [~wstevens]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=3f8d0dd ]

CLOUDSTACK-7959: fixed 'qemu-img convert' compat issue


 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: edison su
 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)


[jira] [Commented] (CLOUDSTACK-7959) System VMs failing to build

2014-12-01 Thread Will Stevens (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14230566#comment-14230566
 ] 

Will Stevens commented on CLOUDSTACK-7959:
--

More discussion on this issue: 
http://markmail.org/search/list:org.apache.incubator.cloudstack-*?q=05bec59c+-+kvm%2C+qcow%2C+systemvm+qemu-img+-o+compat#query:list%3Aorg.apache.incubator.cloudstack-*%2005bec59c%20-%20kvm%2C%20qcow%2C%20systemvm%20qemu-img%20-o%20compat+page:1+mid:4rw4y5wsvtikg27c+state:results

 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: edison su
 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)


[jira] [Commented] (CLOUDSTACK-7959) System VMs failing to build

2014-11-21 Thread Will Stevens (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14220875#comment-14220875
 ] 

Will Stevens commented on CLOUDSTACK-7959:
--

I fixed this issue in 'master' with the commit (before I created this issue): 
8e689b1148e07d98378bb87f54528a92f79acedd

 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)


[jira] [Commented] (CLOUDSTACK-7959) System VMs failing to build

2014-11-21 Thread Rohit Yadav (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14220879#comment-14220879
 ] 

Rohit Yadav commented on CLOUDSTACK-7959:
-

This was introduce in the following, probably useful? [~edison] when you say 
it won't work on RHEL6 do you mean the building or that the systemvm fails 
(to boot?) on KVM/RHEL6?

commit 05bec59c1498dbcfb8a1089c86855fd3b433ea58
Author: Edison Su sudi...@gmail.com
Date:   Thu Nov 6 15:09:31 2014 -0800

CS-27148 system vm image build process, needs to build an old version of 
qemu image, otherwise, it won't work on RHEL 6 Reviewed-by:Frank

 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)


[jira] [Commented] (CLOUDSTACK-7959) System VMs failing to build

2014-11-21 Thread Will Stevens (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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)


[jira] [Commented] (CLOUDSTACK-7959) System VMs failing to build

2014-11-21 Thread Will Stevens (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14220898#comment-14220898
 ] 

Will Stevens commented on CLOUDSTACK-7959:
--

Just for a reference, here is the machine it is being built on...

 Building remotely on cloudstack-buildslave-static-001 (systemvmbuilder) in 
 workspace /opt/jenkins/workspace/build-systemvm-4.5

 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: edison su
 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)