Re: Review Request 12263: CLOUDSTACK-3354: [automation] scale up VM is failing

2013-07-07 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12263/#review22806 --- Ship it! Ship It! - Prasanna Santhanam On July 8, 2013, 6:46 a.m

Re: Review Request 12263: CLOUDSTACK-3354: [automation] scale up VM is failing

2013-07-07 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12263/#review22805 --- Commit d249bc7ce6c35df47705b6cd95eecf8a57de8b49 in branch refs/heads

Re: Review Request 12263: CLOUDSTACK-3354: [automation] scale up VM is failing

2013-07-07 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12263/#review22804 --- Commit 800c9e4091e72d1e6d02da3b66c9a9c9120357f5 in branch refs/heads

Re: Review Request 12263: CLOUDSTACK-3354: [automation] scale up VM is failing

2013-07-07 Thread Harikrishna Patnala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12263/ --- (Updated July 8, 2013, 6:46 a.m.) Review request for cloudstack, Abhinandan Pra

CloudStack Local Storage Stats

2013-07-07 Thread Soheil Eizadi
I have been doing some negative testing with Plugin, it caused VMs not to start properly I had some that were in Stopped or Stopping state that I had clean out of the system manually. After I was done I found that the XenServer Hypervisor Local Storage Stats was off between CloudStack and the Xe

Re: database connection resilience

2013-07-07 Thread Marcus Sorensen
Looks like there's no "db.usage.url.params", either. Is there a reason for it, or was it just implemented quickly? On Sun, Jul 7, 2013 at 4:36 PM, Marcus Sorensen wrote: > I think there are two separate issues here. > > 1) The management server uses the database to determine cluster > membership,

Re: database connection resilience

2013-07-07 Thread Marcus Sorensen
I think there are two separate issues here. 1) The management server uses the database to determine cluster membership, and if no database connection can be made, the management server fences itself (shuts down). This is good, but in the case where there's only one management server (no cluster in

RE: Plugin/ Agent/ Host States

2013-07-07 Thread Soheil Eizadi
Here is the answer to this question, the Host State has the following states, most likely in this order: Alert >> Connecting >> Up >> Disconnected After the Plugin Resource gets called with Configure() and Start(), the Plugin Agent Manager creates the Host resource associated with the Plugin. Th

Re: [DISCUSS][VOTE] Moving cloudmonkey to its own repository, have its own release process

2013-07-07 Thread Rohit Yadav
Thanks David. Will start contributing those things in my free time (mostly weekends) and help with a release soon. Cheers. On Sun, Jul 7, 2013 at 8:47 PM, David Nalley wrote: > Sorry - I really meant to get to it before now. > It's now writable. Enjoy. > > --David > > On Sun, Jul 7, 2013 at 7:

Re: [DISCUSS][VOTE] Moving cloudmonkey to its own repository, have its own release process

2013-07-07 Thread David Nalley
Sorry - I really meant to get to it before now. It's now writable. Enjoy. --David On Sun, Jul 7, 2013 at 7:06 AM, Rohit Yadav wrote: > Hey! Been sometime on this thread. > > David, can you confirm if the cloudmonkey repo is writable by CloudStack > committers so I can populate the README file wi

Re: new-user

2013-07-07 Thread Ian Duffy
Hi Rohit, Most of it is linked from https://cloudstack.apache.org/contribute.html Would be cool if we could get the git 101 video added to the Contributing to Apache CloudStack as a Non-Committer page. Is there a way to supply patches/reviews for the site? On 7 July 2013 12:12, Rohit Yadav wro

Re: git bash shell related tips

2013-07-07 Thread Rohit Yadav
On Wed, Jul 3, 2013 at 9:27 PM, Chip Childers wrote: > On Wed, Jul 03, 2013 at 09:19:29PM +0530, Prasanna Santhanam wrote: > > On Wed, Jul 03, 2013 at 11:31:38AM -0400, Chip Childers wrote: > > > > > > > > Have fun. > > > > > > +1 - I couldn't survive without completion and prompt info. > > > > zs

Re: [DISCUSS][VOTE] Moving cloudmonkey to its own repository, have its own release process

2013-07-07 Thread Rohit Yadav
Hey! Been sometime on this thread. David, can you confirm if the cloudmonkey repo is writable by CloudStack committers so I can populate the README file with more details, add some unit tests to enforce contract of interfaces and services and then eventually help with a release. Any suggestions,

Re: codestyle checker?

2013-07-07 Thread Rohit Yadav
On Fri, Jul 5, 2013 at 9:30 PM, Donal Lafferty wrote: > I'd like to clean up my Java so that it matches codestyle ( > http://cloudstack.apache.org/develop/coding-conventions.html). > > Is there a tool that will check / fix my code? > No tool I know of, just nice idea to write one. Some projects h

Re: database connection resilience

2013-07-07 Thread Marcus Sorensen
Oh, and I should correct myself, it doesn't crash, it seems that the management server fences itself because it can't talk to the database. On Sun, Jul 7, 2013 at 12:59 AM, Marcus Sorensen wrote: > Ok. After a cursory look, I've seen that the autoReconnect is kind of > a bad option for jdbc. I've

Re: database connection resilience

2013-07-07 Thread Marcus Sorensen
Ok. After a cursory look, I've seen that the autoReconnect is kind of a bad option for jdbc. I've also found this, which seems kind of hairy for what I want to do: http://dev.mysql.com/doc/refman/5.0/en/connector-j-usagenotes-j2ee-concepts-managing-load-balanced-connections.html I don't necessari