Review Request 27021: Reservations for VMware VMs remain after dynamic scaling

2014-10-22 Thread bharat kumar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27021/ --- Review request for cloudstack and Kishan Kavala. Bugs: CLOUDSTACK-7763

Re: [PROPOSAL] Move to github PR only during moratorium on commit

2014-10-22 Thread sebgoa
On Oct 22, 2014, at 1:21 AM, David Nalley da...@gnsa.us wrote: Hi Sebastien: So I like the idea of: 1. Us putting up all inbound code for review. 2. Gating that code on a testing pass 3. Having someone else look at it before committing. I don't think that should mean that all code

Re: 431 to 441, VR upgrade fails with VR config: execution failed: /opt/cloud/bin/createipAlias.sh

2014-10-22 Thread Nux!
Jayapal, Thanks, but why are we releasing a faulty systemvm template? Can't we upload a new one without the typo? Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - From: Jayapal Reddy Uradi jayapalreddy.ur...@citrix.com To:

Re: Is the 4.4.0 template still necessary for upgrade 4.3.x - 4.4.1?

2014-10-22 Thread Nux!
It looks like the sysvm contains some typos, see my other email about the failed VR upgrade.. we should replace it ASAP on cloudstack.apt-get.eu. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - From: Nux! n...@li.nux.ro To:

Re: Is the 4.4.0 template still necessary for upgrade 4.3.x - 4.4.1?

2014-10-22 Thread Daan Hoogland
I don't think it is in the system vm. In VirtualRouterResource a line was added in February with the name 'createipAlias.sh'. The file itself is from May 2013. I don't see any ref in the systemvm code. On Wed, Oct 22, 2014 at 9:41 AM, Nux! n...@li.nux.ro wrote: It looks like the sysvm contains

Re: 431 to 441, VR upgrade fails with VR config: execution failed: /opt/cloud/bin/createipAlias.sh

2014-10-22 Thread Daan Hoogland
Just checked, It is fixed in 4.5 but wasn't backported into 4.4. It is old code and the problem is in 4.3 as well. On Wed, Oct 22, 2014 at 9:39 AM, Nux! n...@li.nux.ro wrote: Jayapal, Thanks, but why are we releasing a faulty systemvm template? Can't we upload a new one without the typo?

Re: 431 to 441, VR upgrade fails with VR config: execution failed: /opt/cloud/bin/createipAlias.sh

2014-10-22 Thread Rohit Yadav
Hi Jayapal, Can you advise or help fix the issue for 4.3 and 4.4 branches? I also see there are multiple {create, delete}[iI]pAlias.sh files, and usages throughout sources code in VR and Xen related places. In 4.3 branch, I could find following files and the master patch won’t work as

Re: 431 to 441, VR upgrade fails with VR config: execution failed: /opt/cloud/bin/createipAlias.sh

2014-10-22 Thread Nux!
Daan, It may be old, but I don't see the problem with the 4.3.0 sysvm tmpl (that I am still using, even with 4.3.1). -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - From: Daan Hoogland daan.hoogl...@gmail.com To: dev

Re: 431 to 441, VR upgrade fails with VR config: execution failed: /opt/cloud/bin/createipAlias.sh

2014-10-22 Thread Jayapal Reddy Uradi
Hi Nux, The problem is not from the template. The file in the systemvm.iso has correct file name. VR config feature is referred it as incorrect. Thanks, Jayapal On 22-Oct-2014, at 5:18 PM, Nux! n...@li.nux.ro wrote: Daan, It may be old, but I don't see the problem with the 4.3.0 sysvm tmpl

Re: 431 to 441, VR upgrade fails with VR config: execution failed: /opt/cloud/bin/createipAlias.sh

2014-10-22 Thread Nux!
Ok, you lost me. So what do I need to modify to correct this? Would customising the sysvm template and symlinking /opt/cloud/bin/createIpAlias.sh to /opt/cloud/bin/createipAlias.sh solve the issue? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message

Detecting port 8250 agent-mgmt server link failure

2014-10-22 Thread Rohit Yadav
Hi, I’m trying to build a tool/library that could detect if CloudStack’s port 8250 is unresponsive, this port is used for unauthenticated mgmt server and systemvm (agents) communication. The protocol used here is not transparent either, it a low level TCP based one which uses custom headers,

Re: [PROPOSAL] Remove SNAPSHOT from versioning and keep tags on the release branch

2014-10-22 Thread Pierre-Luc Dion
Rohit, Does packages from j.bac.o will have a -SNAPSHOT or -date suffix in packages and acs version from the API ? I don't think the suffix addition should be to user discretion but be there by default when using documented build procedure. also, if I compare to lot of other free software dev,

Re: 431 to 441, VR upgrade fails with VR config: execution failed: /opt/cloud/bin/createipAlias.sh

2014-10-22 Thread Daan Hoogland
Jayapal, this was fixed but not in 4.4. why? and why does Lucian not hit it in 4.3 that contains the same error? On Wed, Oct 22, 2014 at 2:22 PM, Nux! n...@li.nux.ro wrote: Ok, you lost me. So what do I need to modify to correct this? Would customising the sysvm template and symlinking

Cannot convert snapshot to templates with Swift secondary storage

2014-10-22 Thread Francois Gaudreault
Hi, For some reason, we can no longer convert snapshots to template if we use Swift as secondary storage. I don't understand what's going on since this was working couple weeks ago, and we didn't change anything... afaik! The behavior we see is the snapshot is not pushed back to the image

Couple of questions about the 4.4.1 systemvm (re failed VR upgrades) and how to fix it

2014-10-22 Thread Nux!
Hi, So as per my other emails[1] regarding the failing upgrade because the VR won't find /opt/cloud/bin/createipAlias.sh (a typo by the looks of it): - can I just download the systemvm, customise it and use it or is the systemvm's cheksum, size and others locked in the DB? - if I can customise

Re: Couple of questions about the 4.4.1 systemvm (re failed VR upgrades) and how to fix it

2014-10-22 Thread Daan Hoogland
Lucian, see inline On Wed, Oct 22, 2014 at 5:24 PM, Nux! n...@li.nux.ro wrote: Hi, So as per my other emails[1] regarding the failing upgrade because the VR won't find /opt/cloud/bin/createipAlias.sh (a typo by the looks of it): - can I just download the systemvm, customise it and use it

Re: Couple of questions about the 4.4.1 systemvm (re failed VR upgrades) and how to fix it

2014-10-22 Thread Wei ZHOU
I think it has nothing to do with systemvm template, but systemvm.iso When systemvm.iso changes,the script files in the VR will be replaced when it starts up. 2014-10-22 17:24 GMT+02:00 Nux! n...@li.nux.ro: Hi, So as per my other emails[1] regarding the failing upgrade because the VR won't

Re: Couple of questions about the 4.4.1 systemvm (re failed VR upgrades) and how to fix it

2014-10-22 Thread Daan Hoogland
I had it backwards. the script is installed from the systemvm.iso not in the template it seems. sorry my search was correct but I interpreted the results wrong On Wed, Oct 22, 2014 at 5:37 PM, Daan Hoogland daan.hoogl...@gmail.com wrote: Lucian, see inline On Wed, Oct 22, 2014 at 5:24 PM, Nux!

Re: Couple of questions about the 4.4.1 systemvm (re failed VR upgrades) and how to fix it

2014-10-22 Thread Nux!
Lovely! Now, how do I fix it? :-) -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - From: Daan Hoogland daan.hoogl...@gmail.com To: dev dev@cloudstack.apache.org Sent: Wednesday, 22 October, 2014 16:46:56 Subject: Re: Couple of questions

Re: Couple of questions about the 4.4.1 systemvm (re failed VR upgrades) and how to fix it

2014-10-22 Thread Daan Hoogland
rename the script or create a link to it in the systemvm.iso On Wed, Oct 22, 2014 at 5:53 PM, Nux! n...@li.nux.ro wrote: Lovely! Now, how do I fix it? :-) -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - From: Daan Hoogland

Re: Couple of questions about the 4.4.1 systemvm (re failed VR upgrades) and how to fix it

2014-10-22 Thread Nux!
I copied the script to the lowercase filename as well, so they're both there. Uploaded the ISO on the hypervisor/agent (also here http://tmp.nux.ro/Wz9-systemvm.iso ) The problem now is - after I destroy the VR to make sure the new ISO is used - the new VR will not start. Logs:

Re: Review Request 26776: CLOUDSTACK-7732 - Automate test cases relating to enabling/disabling of zone/pod/cluster/host

2014-10-22 Thread Prachi Damle
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26776/#review57833 --- Ship it! The tests look good, thanks for adding them. - Prachi

Re: Couple of questions about the 4.4.1 systemvm (re failed VR upgrades) and how to fix it

2014-10-22 Thread Nux!
After some grepping through the source code I found the command mkisofs -quiet -r -o systemvm.iso systemvm, however this does not make any difference, the VR will not boot with my custom iso. Is there some checksum control or something? -- Sent from the Delta quadrant using Borg technology!

Review Request 27049: CLOUDSTACK-7769 - Fixed test_ssvm.py script

2014-10-22 Thread Chandan Purushothama
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27049/ --- Review request for cloudstack and sangeetha hariharan. Bugs: CLOUDSTACK-7769

Re: Questions about new methods on PrimaryDataStoreDriver

2014-10-22 Thread Mike Tutkowski
Just an FYI: I needed to change the signatures of the following interfaces on PrimaryDataStoreDriver: public boolean connectVolumeToHost(VolumeInfo volumeInfo, Host host, DataStore dataStore); public void disconnectVolumeFromHost(VolumeInfo volumeInfo, Host host, DataStore dataStore);

Re: Couple of questions about the 4.4.1 systemvm (re failed VR upgrades) and how to fix it

2014-10-22 Thread Daan Hoogland
Not sure what you are seeing but it is unrelated. Can you create a new net? I don't see anything strange in your iso. On Wed, Oct 22, 2014 at 8:17 PM, Nux! n...@li.nux.ro wrote: After some grepping through the source code I found the command mkisofs -quiet -r -o systemvm.iso systemvm, however

Re: Review Request 27049: CLOUDSTACK-7769 - Fixed test_ssvm.py script

2014-10-22 Thread sangeetha hariharan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27049/#review57878 --- Ship it! Ship It! - sangeetha hariharan On Oct. 22, 2014, 7:19

Re: Couple of questions about the 4.4.1 systemvm (re failed VR upgrades) and how to fix it

2014-10-22 Thread Amogh Vasekar
What hypervisor? Also, the systemvm.iso is attached when the systemVM is created, so rebooting may not have the intended effect. Amogh On 10/22/14 11:17 AM, Nux! n...@li.nux.ro wrote: After some grepping through the source code I found the command mkisofs -quiet -r -o systemvm.iso systemvm,

Re: Couple of questions about the 4.4.1 systemvm (re failed VR upgrades) and how to fix it

2014-10-22 Thread Nitin Mehta
The logs are too short, can you paste all of them for this job id ? Also search for building the systemvm.iso @ https://cwiki.apache.org/confluence/display/CLOUDSTACK/How+to+build+CloudSt ack Depending on the hypervisor make sure the newly built iso is at corresponding location. Thanks, -Nitin

Re: commits on 4.5

2014-10-22 Thread Mike Tutkowski
Just an FYI that I checked code directly into 4.5 today, but it was only related to the SolidFire driver (no general-purpose CloudStack code was part of the commit). 2d7187e002e6b5b164c226fdde994a3a92cb9dda On Tue, Oct 21, 2014 at 10:50 AM, David Nalley da...@gnsa.us wrote: We are well past

Build failed in Jenkins: build-4.5 #38

2014-10-22 Thread jenkins
See http://jenkins.buildacloud.org/job/build-4.5/38/changes Changes: [anthony.xu] when host is pingtimeout and CCP can not determine the host status, put the host to Alert status , no VM HA. -- [...truncated 1828 lines...] Tests run: 4, Failures: 0,

About ACS 4.3 4.4 4.5 build with error

2014-10-22 Thread Star Guo
Hi, I try to build ACS 4.3, 4.4, 4.5, it throws the error as bellow: [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 2:29.157s [INFO]