Re: KVM VM snapshots any time soon ?

2014-11-06 Thread Wido den Hollander
On 11/05/2014 10:26 PM, Mike Tutkowski wrote: When you say the disk would be snapshotted, do you mean from the point of view of the SAN or from the point of view of the hypervisor? Hypervisor. QCOW2 files support snapshots, so does RBD. When using iSCSI we usually create a VG on top of the

[JENKINS] Pending updates

2014-11-06 Thread Hugo Trippaers
Hey guys, Time for some housekeeping. We have a number of plugins that have updates pending and Jenkins it also a couple of versions behind. I’m going to perform these updates today, so there might be some issues. If you notice any let me know. Cheers. Hugo

Build failed in Jenkins: build-4.5 #96

2014-11-06 Thread jenkins
See http://jenkins.buildacloud.org/job/build-4.5/96/changes Changes: [Rohit Yadav] CLOUDSTACK-7854: Don't have CentOS 5.3 built-in template when we've 5.6 -- [...truncated 1816 lines...] --- T E S T S

Re: Review Request 27641: CLOUDSTACK-7849

2014-11-06 Thread Daniel Vega Simoes
On Nov. 6, 2014, 4:50 a.m., Rajani Karuturi wrote: Can you also assign and resolve the JIRA ticket? Rajani Karuturi wrote: commit: e03a7e6feaae2d024f2a53afd71e0230309b1085 on 4.5 and master Rajani Karuturi wrote: putting the JIRA ID in commit message will also help. Thanks

Re: Review Request 27641: CLOUDSTACK-7849

2014-11-06 Thread Daniel Vega Simoes
On Nov. 6, 2014, 4:50 a.m., Rajani Karuturi wrote: Can you also assign and resolve the JIRA ticket? Rajani Karuturi wrote: commit: e03a7e6feaae2d024f2a53afd71e0230309b1085 on 4.5 and master Rajani Karuturi wrote: putting the JIRA ID in commit message will also help. Daniel

On Ubuntu CloudStack is unable to detect usage server

2014-11-06 Thread Rohit Yadav
Hi, I tested ACS 4.2.1, 4.3.1 and 4.4.1; on Ubuntu/KVM the management server is unable to detect (heartbeat of) running usage server on the same host. Has anyone else faced this issue, is this a bug or some additional configuration that needs to be done. In all cases, the usage server was able

Cloudstack 4.3.1 - NullPointerException when deleting VM

2014-11-06 Thread Rafael Weingartner
HI, Have already someone seen a null pointer when deleting a VM? I have and environment running for a while with CS 4.3.1, and today I tried to delete a VM that was in expunging state but it keeps getting an error: 2014-11-06 10:54:23,473 DEBUG [c.c.v.VirtualMachineManagerImpl]

Build failed in Jenkins: build-4.5 #97

2014-11-06 Thread jenkins
See http://jenkins.buildacloud.org/job/build-4.5/97/changes Changes: [Rohit Yadav] CLOUDSTACK-7855: NIC3 should set MTU and not NIC1 for storage network nic -- [...truncated 1788 lines...] --- T E S T

Build failed in Jenkins: cloudstack-4.3-maven-build #620

2014-11-06 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/620/ -- Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-87d

Re: KVM VM snapshots any time soon ?

2014-11-06 Thread Mike Tutkowski
Thanks, Wido On Thursday, November 6, 2014, Wido den Hollander w...@widodh.nl wrote: On 11/05/2014 10:26 PM, Mike Tutkowski wrote: When you say the disk would be snapshotted, do you mean from the point of view of the SAN or from the point of view of the hypervisor? Hypervisor. QCOW2

Jenkins build is back to normal : build-4.5 #98

2014-11-06 Thread jenkins
See http://jenkins.buildacloud.org/job/build-4.5/98/changes

Build failed in Jenkins: cloudstack-4.4-maven-build #484

2014-11-06 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/484/changes Changes: [Rohit Yadav] CLOUDSTACK-7855: NIC3 should set MTU and not NIC1 for storage network nic [Rohit Yadav] CVE­2014­3566: Avoid using SSLv3 on apache2 that runs on SSVM --

Review Request 27683: CLOUDSTACK-7318: [UI] Add error handler for VM snapshot creation

2014-11-06 Thread Mihaela Stoica
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27683/ --- Review request for cloudstack, Brian Federle and Jessica Wang. Bugs:

Re: Review Request 27652: Normalize error message strings to make maintenance of said strings a bit easier.

2014-11-06 Thread Derrick Schneider
On Nov. 6, 2014, 4:49 a.m., Rajani Karuturi wrote: looking at the diff isnt giving me much information. Can you share what issues it is solving(a JIRA ticket?)? Is this related to internationalizing the strings? Sorry it's not more clear. I asked on the dev list if this kind of change

Re: Cloudstack 4.3.1 - NullPointerException when deleting VM

2014-11-06 Thread Min Chen
This is a bug https://issues.apache.org/jira/browse/CLOUDSTACK-6934, which has been fixed in 4.5.0. The VM to be expunged did not allocate volume on primary storage. Thanks -min On 11/6/14 4:57 AM, Rafael Weingartner rafaelweingart...@gmail.com wrote: HI, Have already someone seen a null

Re: Cloudstack 4.3.1 - NullPointerException when deleting VM

2014-11-06 Thread Rafael Weingartner
Thanks, After I looked at the CS source code. I worked around it by setting a pool_id in the database in the volume table. On Thu, Nov 6, 2014 at 3:58 PM, Min Chen min.c...@citrix.com wrote: This is a bug https://issues.apache.org/jira/browse/CLOUDSTACK-6934, which has been fixed in 4.5.0. The

Re: Cloudstack 4.3.1 - NullPointerException when deleting VM

2014-11-06 Thread Min Chen
Yes, that is the workaround, just set pool_id to some dummy pool. On 11/6/14 10:01 AM, Rafael Weingartner rafaelweingart...@gmail.com wrote: Thanks, After I looked at the CS source code. I worked around it by setting a pool_id in the database in the volume table. On Thu, Nov 6, 2014 at 3:58

Re: Cloudstack 4.3.1 - NullPointerException when deleting VM

2014-11-06 Thread Mike Tutkowski
Hey everyone, If a VM has been running on a host at some point, how can any of the volumes it's associated with have a null for pool_id? Thanks, Mike On Thu, Nov 6, 2014 at 11:08 AM, Min Chen min.c...@citrix.com wrote: Yes, that is the workaround, just set pool_id to some dummy pool. On

Re: Cloudstack 4.3.1 - NullPointerException when deleting VM

2014-11-06 Thread Min Chen
This is for VMs that are not properly deployed. Thanks -min On 11/6/14 10:12 AM, Mike Tutkowski mike.tutkow...@solidfire.com wrote: Hey everyone, If a VM has been running on a host at some point, how can any of the volumes it's associated with have a null for pool_id? Thanks, Mike On Thu,

Re: Cloudstack 4.3.1 - NullPointerException when deleting VM

2014-11-06 Thread Mike Tutkowski
Not sure what you mean by not properly deployed. Could you give me a bit more detail on that? Thanks! On Thu, Nov 6, 2014 at 11:23 AM, Min Chen min.c...@citrix.com wrote: This is for VMs that are not properly deployed. Thanks -min On 11/6/14 10:12 AM, Mike Tutkowski

RE: Help in Adding XenServer to CS Management Server

2014-11-06 Thread Ritu Sabharwal
Hi Nitin, I did build the systemvm.iso again and verified that the system.iso is the latest one on SSVM by checking the timestamp. I still don't see the health check script on SSVM. The CS MS GUI shows the state of SSVM as Running. I am not able to login to SSVM from the Xen host or CS MS

Re: On Ubuntu CloudStack is unable to detect usage server

2014-11-06 Thread Nate Gordon
I'm also seeing that. The only indication I see is in the mgmt logs: 2014-11-05 16:48:21,703 INFO [c.c.h.HighAvailabilityManagerImpl] (HA-1:ctx-0e8b03b8) checking health of usage server 2014-11-05 16:48:21,705 DEBUG [c.c.h.HighAvailabilityManagerImpl] (HA-1:ctx-0e8b03b8) usage server running?

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.0 (round #6)

2014-11-06 Thread Rohit Yadav
Hi all, After 72 hours, the vote for CloudStack CloudMonkey 5.3.0 *passes* with 1 PMC + 3 non-PMC votes. +1 (PMC / binding) 1 person +1 (non binding) 3 persons 0 none -1 none Thanks to everyone participating. I will now prepare the release announcement to go out after 24 hours to give the