Re: Upgrade path for db

2013-02-24 Thread Gavin Lee
Still need to copy setup/db/db to project base dir to pass following build: bash$ mvn -pl developer,tools/devcloud -Ddeploydb -P developer If not, the error message is: 2013-02-24 22:15:44,656 WARN [utils.script.Script] (com.cloud.upgrade.DatabaseCreator.main():) Unable to find script db/schema-

Re: [CI] marvin tests on jenkins

2013-02-24 Thread Prasanna Santhanam
On Fri, Feb 22, 2013 at 10:55:33AM -0500, Mice Xia wrote: > > > That's really awesome, some questions: > > Is the hypervisor installed on physical machine or VM? Correct, physical machines are used. We are experimenting the same solution on a nested virtualization environment using vmware. So f

Re: Can't find management-server.log

2013-02-24 Thread Ahmad Emneina
that is the equivalent. On Thu, Feb 21, 2013 at 10:23 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Yeah...vmops.log was right in the root of my source tree. Is that the > equivalent file? > > Thanks! > > > On Thu, Feb 21, 2013 at 11:19 PM, Wei ZHOU wrote: > > > cound you find vm

Re: network creation limit in VPC ?

2013-02-24 Thread Ahmad Emneina
after deleting a network you still have to wait for it to be garbage collected. to speed it up you might have to modify the following global setting: network.gc.interval network.gc.wait On Fri, Feb 22, 2013 at 7:32 AM, Chip Childers wrote: > On Fri, Feb 22, 2013 at 03:27:02AM +, Alex Henevel

RE: Upgrade path for db

2013-02-24 Thread Alex Huang
Hi Gavin, Can you send me the output from Mvn -X -e -pl developer,tools/devcloud -Ddeploydb -P developer Thanks. --Alex > -Original Message- > From: Gavin Lee [mailto:gavin@gmail.com] > Sent: Sunday, February 24, 2013 6:20 AM > To: cloudstack-dev@incubator.apache.org > Subject: Re:

[jira] [Commented] (CLOUDSTACK-1339) ASF 4.1: Management server becomes unresponsive

2013-02-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13585509#comment-13585509 ] ASF subversion and git services commented on CLOUDSTACK-1339: -

[jira] [Resolved] (CLOUDSTACK-1339) ASF 4.1: Management server becomes unresponsive

2013-02-24 Thread Kelven Yang (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelven Yang resolved CLOUDSTACK-1339. - Resolution: Fixed > ASF 4.1: Management server becomes unresponsive > --

[jira] [Commented] (CLOUDSTACK-1339) ASF 4.1: Management server becomes unresponsive

2013-02-24 Thread Kelven Yang (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13585511#comment-13585511 ] Kelven Yang commented on CLOUDSTACK-1339: - I pushed the fix to 4.1 branch. Wi

RE: Upgrade path for db

2013-02-24 Thread Alex Huang
Hi Gavin, I redeploy with commit id ac1b529f784d865a0c443c3da0367a22902ed5a2 with the following two commands and it works fine. mvn clean install -P developer,systemvm

Review Request: SPEC files points requires cloudstack-common on the 'management' package, while it should point to the current version being compiled

2013-02-24 Thread Ricardo Katz
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9578/ --- Review request for cloudstack. Description --- SPEC files points requires c

Re: Review Request: SPEC files points requires cloudstack-common on the 'management' package, while it should point to the current version being compiled

2013-02-24 Thread David Nalley
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9578/#review17012 --- Ship it! Nice catch. Thanks for the patch. Applied in 4.1 and maste

Re: Upgrade path for db

2013-02-24 Thread Gavin Lee
Hi, Alex Using following command: bash$ mvn -P developer -pl developer,tools/devcloud -Ddeploydb -e -X The error log attached in this link: http://pastebin.com/01qjFij4 On Mon, Feb 25, 2013 at 8:59 AM, Alex Huang wrote: > Hi Gavin, > > I redeploy with commit id ac1b529f784d865a0c443c3da0367a22

[APOLOGY] Messed up while making a point

2013-02-24 Thread Rohit Yadav
Hi Animesh, Joe, Alex and everyone, I just wanted to reach out to all of you and the community about the recent thread. I messed up while making a point even though I never wanted to disrespect, disregard or discredit anyone, I ended up doing that. I'm sorry I messed up. I rebuffed jzb both public

Re: Upgrade path for db

2013-02-24 Thread Rohit Yadav
Hi Gavin, will look into this issue today. I think it's mostly a classpath issue, for some reason the utilities/scripts/db is not on classpath. Last time I checked, I fixed that in appConfig of client/pom.xml. Regards. On Mon, Feb 25, 2013 at 7:19 AM, Gavin Lee wrote: > Hi, Alex > Using followin

Re: [DISCUSS] Decouple your code by text file(e.g XML)

2013-02-24 Thread Rohit Yadav
On Fri, Feb 15, 2013 at 5:54 AM, Frank Zhang wrote: > I have said too much about XML files recently, excuse me for raising this > topic again, > I really want to elaborate why text (e.g XML) configuration files is so > important and how > it decouples your project especially for project written

Re: [PROPOSAL] [DISCUSS] Deprecate CloudStack apis and api server

2013-02-24 Thread Rohit Yadav
Hi Min, can you share your plans on this one so I can fix api discovery and cloudmonkey. As CloudStack's release timelines would increase, I want to fix the api discovery in cloudmonkey such that it's maintainable and adapts to changes withing api servers (the old one, new rest one and cloud-engine

Re: [DISCUSS] SystemVM building scripts/codebase

2013-02-24 Thread Rohit Yadav
On Thu, Jan 31, 2013 at 4:31 PM, Wido den Hollander wrote: > > > On 01/30/2013 08:10 PM, Rohit Yadav wrote: >> >> The current systemvm building script is out dated, old, difficult to >> work with and not maintainable: >> patches/systemvm/debian/buildsystemvm.sh >> >> There are old threads where pe

Re: Change in integration test for javelin

2013-02-24 Thread Rohit Yadav
On Thu, Jan 31, 2013 at 6:22 PM, Prasanna Santhanam wrote: > Reverted (1b922e8) the earlier fix for a better commit later. Prasanna, in the smoke test for vm expunge, we should remove the hard coded 20 mins as well? For the revert, Anthony won't this revert reintroduce the thread/deadlock issue?

[jira] [Assigned] (CLOUDSTACK-1373) Upgrade from 4.0 to 4.2.0 (master) fails with exception

2013-02-24 Thread Rohit Yadav (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohit Yadav reassigned CLOUDSTACK-1373: --- Assignee: Rohit Yadav (was: edison su) > Upgrade from 4.0 to 4.2.0 (master)

[jira] [Commented] (CLOUDSTACK-1373) Upgrade from 4.0 to 4.2.0 (master) fails with exception

2013-02-24 Thread Rohit Yadav (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13585570#comment-13585570 ] Rohit Yadav commented on CLOUDSTACK-1373: - Assigned to myself will close afte

RE: [ACS41][QA] Test cases for VM Snaposot feature uploaded

2013-02-24 Thread Mice Xia
Hi, Sangeetha, Please see comments inline. -Mice -Original Message- From: Sangeetha Hariharan [mailto:sangeetha.hariha...@citrix.com] Sent: Wednesday, February 20, 2013 10:21 AM To: cloudstack-dev@incubator.apache.org Subject: [ACS41][QA] Test cases for VM Snaposot feature uploaded Hi,

Re: Question about packaging CloudStack master branch

2013-02-24 Thread Hieu Le
Thank you guys, I will try and give feedback. BR. On Sun, Feb 24, 2013 at 2:45 PM, prasanna wrote: > Also Hugo setup a job for the packaging where you can get the latest > artifacts from: > > http://jenkins.cloudstack.org/view/master/job/build-master-rhel63-rpms/ > > On 23 February 2013 15:27,

RE: Review Request: Provide customizable instance names for guest VMs in cloudstack

2013-02-24 Thread Animesh Chaturvedi
Koushik Vijay has updated the patch with your comments. Please review and commit if satisfied Animesh > -Original Message- > From: Venkata Siva Vijayendra Bhamidipati > [mailto:nore...@reviews.apache.org] On Behalf Of Venkata Siva Vijayendra > Bhamidipati > Sent: Friday, February 22, 20

[jira] [Updated] (CLOUDSTACK-788) support multiple subnets per vlan

2013-02-24 Thread haroon abdelrahman (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] haroon abdelrahman updated CLOUDSTACK-788: -- Summary: support multiple subnets per vlan (was: support multiple subnets

[jira] [Created] (CLOUDSTACK-1377) HA fail - when host is shutdown, VMs and SSVMs are not failover to second host in cluster.

2013-02-24 Thread angeline shen (JIRA)
angeline shen created CLOUDSTACK-1377: - Summary: HA fail - when host is shutdown, VMs and SSVMs are not failover to second host in cluster. Key: CLOUDSTACK-1377 URL: https://issues.apache.org/jira/browse/CLOU

[jira] [Updated] (CLOUDSTACK-1377) HA fail - when host is shutdown, VMs and SSVMs are not failover to second host in cluster.

2013-02-24 Thread angeline shen (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angeline shen updated CLOUDSTACK-1377: -- Attachment: Screenshot-CloudStack - Mozilla Firefox-5.png Screensho

Re: Review Request: CLOUDSTACK-357 ISOs can be deleted while still attached to a running VM, and they subsequently cannot be detached from a running VM

2013-02-24 Thread Nitin Mehta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7660/#review17017 --- Ship it! Great work. Thanks for all the detailed information. - Nit

Re: Change in integration test for javelin

2013-02-24 Thread prasanna
On 25 February 2013 07:43, Rohit Yadav wrote: > On Thu, Jan 31, 2013 at 6:22 PM, Prasanna Santhanam wrote: >> Reverted (1b922e8) the earlier fix for a better commit later. > > Prasanna, in the smoke test for vm expunge, we should remove the hard > coded 20 mins as well? > > For the revert, Anthon

Re: Review Request: CLOUDSTACK-1371: In case of ResourceAllocationException, server is not returing any response and throwing ClassCastException error.

2013-02-24 Thread mice xia
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9554/#review17018 --- Ship it! Ship It! - mice xia On Feb. 22, 2013, 9:15 a.m., Sanjay

[jira] [Updated] (CLOUDSTACK-700) Load Balancing using External Provider for Shared Networks

2013-02-24 Thread Ram Ganesh (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ram Ganesh updated CLOUDSTACK-700: -- Assignee: Murali Reddy (was: Rajesh Battala) > Load Balancing using External Provider

[jira] [Commented] (CLOUDSTACK-700) Load Balancing using External Provider for Shared Networks

2013-02-24 Thread Ram Ganesh (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13585640#comment-13585640 ] Ram Ganesh commented on CLOUDSTACK-700: --- Assigning it to Murali.

[jira] [Reopened] (CLOUDSTACK-1244) fail to push sysmvm.iso onto xen host

2013-02-24 Thread Sanjeev N (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjeev N reopened CLOUDSTACK-1244: --- Hi Rohit, We are seeing this issue on 4.1, not sure of master branch. Basically systemvm.i

[jira] [Resolved] (CLOUDSTACK-822) system.vm.password is not encrypted

2013-02-24 Thread Saksham Srivastava (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saksham Srivastava resolved CLOUDSTACK-822. --- Resolution: Fixed Committed into master, commit-id: 482ea4a71e40f35ea3a22

[jira] [Created] (CLOUDSTACK-1378) master build packaging version needs to be changed as the Master version is changed to 4.2

2013-02-24 Thread Kiran Koneti (JIRA)
Kiran Koneti created CLOUDSTACK-1378: Summary: master build packaging version needs to be changed as the Master version is changed to 4.2 Key: CLOUDSTACK-1378 URL: https://issues.apache.org/jira/browse/CLOUDST

[jira] [Assigned] (CLOUDSTACK-1252) Failed to download default template in VMware

2013-02-24 Thread Abhinandan Prateek (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhinandan Prateek reassigned CLOUDSTACK-1252: -- Assignee: Alex Huang (was: Nitin Mehta) > Failed to download

[jira] [Commented] (CLOUDSTACK-1371) In case ResourceAllocationException, server is not returning any response.

2013-02-24 Thread Sanjay Tripathi (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13585653#comment-13585653 ] Sanjay Tripathi commented on CLOUDSTACK-1371: - Merged into Master branch.

[jira] [Resolved] (CLOUDSTACK-1371) In case ResourceAllocationException, server is not returning any response.

2013-02-24 Thread Sanjay Tripathi (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjay Tripathi resolved CLOUDSTACK-1371. - Resolution: Fixed > In case ResourceAllocationException, server is not r

Re: Review Request: (CLOUDSTACK-962 CloudStack usage server didn't store data to cloud_usage in correct time

2013-02-24 Thread Kishan Kavala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8971/#review17024 --- Wei Zhou, With your patch, UsageServer looks for agg_bytes for daily

Re: Review Request: CLOUDSTACK-357 ISOs can be deleted while still attached to a running VM, and they subsequently cannot be detached from a running VM

2013-02-24 Thread Nitin Mehta
Your patch doesn't apply Nitins-MacBook-Air:incubator-cloudstack nitinmehta$ git apply --whitespace=fix ../0001-CS-357-ISO-cannot-be-detached-when-it-is-deleted-fro.patch error: patch failed: server/src/com/cloud/storage/download/DownloadMonitorImpl.java:78 error: server/src/com/cloud/storage/do

[jira] [Assigned] (CLOUDSTACK-1244) fail to push sysmvm.iso onto xen host

2013-02-24 Thread Rohit Yadav (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohit Yadav reassigned CLOUDSTACK-1244: --- Assignee: Abhinandan Prateek (was: Rohit Yadav) I've no idea why it's happening

[jira] [Commented] (CLOUDSTACK-1375) deploydb failing with acs master

2013-02-24 Thread Rohit Yadav (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13585667#comment-13585667 ] Rohit Yadav commented on CLOUDSTACK-1375: - No such error found, maybe this wa

Re: Review Request: CS-1375 fixing deploydb

2013-02-24 Thread Rohit Yadav
> On Feb. 22, 2013, 9:34 p.m., Frank Zhang wrote: > > Ship It! Does not look like it's merged. Pl. check if it's needed now and commit the patch or close the review as submitted. - Rohit --- This is an automatically generated e-mail. T

Re: Upgrade path for db

2013-02-24 Thread Gavin Lee
Thanks Rohit for the quick fix, the latest code now can pass the developer and deploydb build. On Mon, Feb 25, 2013 at 9:54 AM, Rohit Yadav wrote: > Hi Gavin, will look into this issue today. I think it's mostly a > classpath issue, for some reason the utilities/scripts/db is not on > classpath.

[jira] [Created] (CLOUDSTACK-1379) NPE when destroying system VM

2013-02-24 Thread Prasanna Santhanam (JIRA)
Prasanna Santhanam created CLOUDSTACK-1379: -- Summary: NPE when destroying system VM Key: CLOUDSTACK-1379 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1379 Project: CloudStack

https://issues.apache.org/jira/browse/CLOUDSTACK-1378

2013-02-24 Thread Abhinandan Prateek
It seems some scripts are still referring to version 4.1 though the master version is now 4.2. It is blocking QA to continue with the testing, can someone pick it up as priority. -abhi

[jira] [Assigned] (CLOUDSTACK-1378) master build packaging version needs to be changed as the Master version is changed to 4.2

2013-02-24 Thread Pradeep Soundararajan (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Soundararajan reassigned CLOUDSTACK-1378: - Assignee: Pradeep Soundararajan > master build packaging

Re: Review Request: Have cloud-setup-* tools detect Debian

2013-02-24 Thread Rohit Yadav
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9310/#review17026 --- Applied on 4.1 and master as per Wido's ship it; 4.1: commit d5a47

[jira] [Resolved] (CLOUDSTACK-1378) master build packaging version needs to be changed as the Master version is changed to 4.2

2013-02-24 Thread Pradeep Soundararajan (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Soundararajan resolved CLOUDSTACK-1378. --- Resolution: Cannot Reproduce It looks like the issue is fixed al

[jira] [Commented] (CLOUDSTACK-1378) master build packaging version needs to be changed as the Master version is changed to 4.2

2013-02-24 Thread Rohit Yadav (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13585672#comment-13585672 ] Rohit Yadav commented on CLOUDSTACK-1378: - Yes fixed on both master and 4.1;

Re: https://issues.apache.org/jira/browse/CLOUDSTACK-1378

2013-02-24 Thread Rohit Yadav
Hi Abhi, I just grepped thorough files in packaging/ This was recently fixed, we just need to ask QA to get a new build from latest master. Regards. On Mon, Feb 25, 2013 at 12:33 PM, Abhinandan Prateek wrote: > It seems some scripts are still referring to version 4.1 though the master > version

[jira] [Updated] (CLOUDSTACK-1379) NPE when destroying system VM

2013-02-24 Thread Prasanna Santhanam (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanna Santhanam updated CLOUDSTACK-1379: --- Attachment: management-server.log.tar.bz2 mgmt server log

Re: Upgrade path for db

2013-02-24 Thread Rohit Yadav
Thanks for confirming Gavin, it was a path issue. Will write wiki on database deployment this week if I get time from bugs/fixes/blockers and pending stuff for 4.1 Regards. On Mon, Feb 25, 2013 at 12:27 PM, Gavin Lee wrote: > Thanks Rohit for the quick fix, the latest code now can pass the > dev

[jira] [Assigned] (CLOUDSTACK-760) nTier Apps 2.0 : Allow ACL on all layer 4 protocols

2013-02-24 Thread Kishan Kavala (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kishan Kavala reassigned CLOUDSTACK-760: Assignee: Kishan Kavala (was: Pranav Saxena) > nTier Apps 2.0 : Allow ACL

[jira] [Assigned] (CLOUDSTACK-766) nTier Apps 2.0 : Assign a VLAN ID to a network

2013-02-24 Thread Kishan Kavala (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kishan Kavala reassigned CLOUDSTACK-766: Assignee: Kishan Kavala (was: Pranav Saxena) > nTier Apps 2.0 : Assign a V

[jira] [Commented] (CLOUDSTACK-1244) fail to push sysmvm.iso onto xen host

2013-02-24 Thread Sanjeev N (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13585690#comment-13585690 ] Sanjeev N commented on CLOUDSTACK-1244: --- I could see the below message while ad

Re: [APOLOGY] Messed up while making a point

2013-02-24 Thread Wido den Hollander
Hi Rohit, On 02/25/2013 02:51 AM, Rohit Yadav wrote: Hi Animesh, Joe, Alex and everyone, I just wanted to reach out to all of you and the community about the recent thread. I messed up while making a point even though I never wanted to disrespect, disregard or discredit anyone, I ended up doing