Questions about cluster and HA-Mode.

2012-05-21 Thread kaka chen
Hi All: Now we are testing the cloudstack 3.0.1 in clusted management server environment, but we found on the all management servers will add host on the same servers. >From the source code, I found when KvmServerDiscoverer find the kvm resource, it will ssh to the host, then executes a cloud-setu

[PATCH] debian: Do not package the css, js, ui and images directory in the agent package

2012-05-21 Thread Wido den Hollander
Signed-off-by: Wido den Hollander --- debian/cloud-agent.install |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/debian/cloud-agent.install b/debian/cloud-agent.install index 5a05311..5ef72ce 100644 --- a/debian/cloud-agent.install +++ b/debian/cloud-agent.install @@

[PATCH] ConfigServer: Don't create /var/log/cloud-management. It's not in use

2012-05-21 Thread Wido den Hollander
Signed-off-by: Wido den Hollander --- python/lib/cloudutils/serviceConfigServer.py |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/python/lib/cloudutils/serviceConfigServer.py b/python/lib/cloudutils/serviceConfigServer.py index b113390..7c9e6b1 100644 --- a/python/lib/

[PATCH] Make the creating and inserting of the SSH key pair of the management server more reliable.

2012-05-21 Thread Wido den Hollander
On systems where sudo is used you can't always rely on ~ for the homedir of the user cloud. We should use the property of "user.name" as a basis and use that throughout the code instead of heaving ~ or ~cloud hardcoded. Although we are not able to run under a different user yet, the code should

[PATCH] Create iptable rules for all bridges assigned to a system VM

2012-05-21 Thread Wido den Hollander
The default_network_rules_systemvm method in security_group.py only created the appropriate rules for just one bridge. This however leads to traffic not being forwarded to the virtual machine in the case of the system VMs both (console & storage) having different bridges in basic networking. Th

[PATCH] Ubuntu: Do not package the sccs-info file, it's not generated

2012-05-21 Thread Wido den Hollander
Signed-off-by: Wido den Hollander --- debian/cloud-utils.install |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/debian/cloud-utils.install b/debian/cloud-utils.install index b552626..5f1ea2f 100644 --- a/debian/cloud-utils.install +++ b/debian/cloud-utils.install @@ -1,

Apache MeetupNL

2012-05-21 Thread Wido den Hollander
Hi, On June 13th there will be an Apace Meetup in Utrecht (Netherlands) and I'm going to be attending there and maybe talk a bit about Cloud(Stack). If you are interested in going there, RSVP on: http://www.meetup.com/apachemeetup-nl/events/65317712/ Wido

Fwd: [jira] [Commented] (LEGAL-135) Is the WTFPL license acceptable

2012-05-21 Thread David Nalley
FYI - comments welcome. Also it would be interesting to know what alternatives exist for this library -- Forwarded message -- From: "Sam Ruby (JIRA)" Date: May 21, 2012 7:24 AM Subject: [jira] [Commented] (LEGAL-135) Is the WTFPL license acceptable To: [ https://issues.apache

RE: Questions about cluster and HA-Mode.

2012-05-21 Thread Edison Su
> -Original Message- > From: kaka chen [mailto:kaka11.c...@gmail.com] > Sent: Monday, May 21, 2012 12:47 AM > To: cloudstack-dev@incubator.apache.org > Subject: Questions about cluster and HA-Mode. > > Hi All: > > Now we are testing the cloudstack 3.0.1 in clusted management server > env

RE: [PATCH] debian: Do not package the css, js, ui and images directory in the agent package

2012-05-21 Thread Frank Zhang
Pradeep, please review and apply this patch. It looks good to me > -Original Message- > From: Wido den Hollander [mailto:w...@widodh.nl] > Sent: Monday, May 21, 2012 6:03 AM > To: cloudstack-dev@incubator.apache.org > Cc: Wido den Hollander > Subject: [PATCH] debian: Do not package the css

RE: [PATCH] Ubuntu: Do not package the sccs-info file, it's not generated

2012-05-21 Thread Frank Zhang
Hi Wido: It seems a bug to me if the file is not here, we use this file to track git commit from which package is built. Pradeep: Can you verify this and log a bug to yourself:) if the file is not here. thank you. > -Original Message- > From: Wido den Hollander [mailto:w

RE: [PATCH] ConfigServer: Don't create /var/log/cloud-management. It's not in use

2012-05-21 Thread Frank Zhang
Em, I think this is a trick as the comment states " #distro like sl 6.1 needs this folder, or tomcat6 failed to start" I think we can only remove it after root cause the issue > -Original Message- > From: Wido den Hollander [mailto:w...@widodh.nl] > Sent: Monday, May 21, 2012 6:03 AM > To

Re: [PATCH] Ubuntu: Do not package the sccs-info file, it's not generated

2012-05-21 Thread David Nalley
On Mon, May 21, 2012 at 2:19 PM, Frank Zhang wrote: > Hi Wido: >        It seems a bug to me if the file is not here, we use this file to > track git commit from which package is built. > > Pradeep: >        Can you verify this and log a bug to yourself:) if the file is not > here. thank you. >

Re: [PATCH] ConfigServer: Don't create /var/log/cloud-management. It's not in use

2012-05-21 Thread David Nalley
On Mon, May 21, 2012 at 2:21 PM, Frank Zhang wrote: > Em, I think this is a trick as the comment states " #distro like sl 6.1 needs > this folder, or tomcat6 failed to start" > I think we can only remove it after root cause the issue > We commented? No bug for this? I just searched and found tw

Re: XAPI API (aka xenserver-java)

2012-05-21 Thread David Nalley
On Sun, May 20, 2012 at 4:02 PM, Mike McClurg wrote: > On Sat, May 19, 2012 at 4:12 AM, David Nalley wrote: >> I just looked at xenserverjava (the version shipped today 5.6.100-1, >> and 6.0.0-1) >> >> However, while there is a copy of ASLv2 in the source, it does so >> because some dependencies

RE: [PATCH] Ubuntu: Do not package the sccs-info file, it's not generated

2012-05-21 Thread Frank Zhang
> > On Mon, May 21, 2012 at 2:19 PM, Frank Zhang > wrote: > > Hi Wido: > >        It seems a bug to me if the file is not here, we use this file to > > track git > commit from which package is built. > > > > Pradeep: > >        Can you verify this and log a bug to yourself:) if the file is not

RE: Questions about cluster and HA-Mode.

2012-05-21 Thread kaka chen
Got it, thanks, Edision! 在 2012-5-22 上午1:14,"Edison Su" 写道: > > > -Original Message- > > From: kaka chen [mailto:kaka11.c...@gmail.com] > > Sent: Monday, May 21, 2012 12:47 AM > > To: cloudstack-dev@incubator.apache.org > > Subject: Questions about cluster and HA-Mode. > > > > Hi All: > >

RE: Nics error

2012-05-21 Thread Deepak Garg
Yes, the SSVM booted up well but the agent failed to connect. The "cloud" service is not running on SSVM and on trying to start the service, it fails. There is no entry for the SSVM in the 'host' table. Please find the SSVM log attached. Thanks, Deepak -Original Message- From: Nitin

RE: Nics error

2012-05-21 Thread Deepak Garg
Yes, the SSVM booted up well but the agent failed to connect. The "cloud" service is not running on SSVM and on trying to start the service, it fails. There is no entry for the SSVM in the 'host' table. Here are the contents of the SSVM log: --- root@s-

Re: Nics error

2012-05-21 Thread Chiradeep Vittal
Check /var/log/cloud/cloud.log Chiradeep On May 21, 2012, at 9:18 PM, "Deepak Garg" wrote: > > > Yes, the SSVM booted up well but the agent failed to connect. The "cloud" > service is not running on SSVM and on trying to start the service, it fails. > There is no entry for the SSVM in the '

RE: Nics error

2012-05-21 Thread Deepak Garg
There is no file in /var/log/cloud Thanks, Deepak -Original Message- From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] Sent: Tuesday, May 22, 2012 9:58 AM To: cloudstack-dev@incubator.apache.org Cc: cloudstack-dev@incubator.apache.org Subject: Re: Nics error Check /var/log

Re: [CloudStack] Fetching new changes (#13)

2012-05-21 Thread mayur dhande
Hello David/Edison, Apologies for placing such a huge pull request. I was trying to rebase my fork against the new changes in CloudStack repo. As my fork was not updated from a long time which resulted in merge conflicts and confusion. But, now after deleting old repo and re-forking the CS repo I

Re: Nics error

2012-05-21 Thread Anantha Kasetty
Check /usr/local/cloud/systemvm/cloud.log -Anantha Kasetty On 5/21/12 9:31 PM, "Deepak Garg" wrote: > >There is no file in /var/log/cloud > > >Thanks, >Deepak > > >-Original Message- >From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] >Sent: Tuesday, May 22, 2012 9:58

RE: Nics error

2012-05-21 Thread Deepak Garg
There are no log files in /usr/local/cloud/systemvm/ There are a bunch of jar files and two files called 'scripts' and 'user_request'. Deepak -Original Message- From: Anantha Kasetty [mailto:anantha.kase...@citrix.com] Sent: Tuesday, May 22, 2012 10:10 AM To: cloudstack-dev@incubator

RE: Nics error

2012-05-21 Thread Nitin Mehta
Master branch might not be stable and I am not sure how many are working out of it. I advise you to work from 3.0.x and redo your system with a clean setup. -Original Message- From: Deepak Garg [mailto:deepak.g...@citrix.com] Sent: Tuesday, May 22, 2012 10:26 AM To: cloudstack-dev@incuba

RE: [PATCH] debian: Do not package the css, js, ui and images directory in the agent package

2012-05-21 Thread Pradeep Soundararajan
Frank, Currently, I have applied the below changes only to 3.0.x branch. Please let me know do I have to apply the same to other branches as well? Thanks, Pradeep.S -Original Message- From: Frank Zhang Sent: Monday, May 21, 2012 11:46 PM To: cloudstack-dev@incubator.apache.org Cc: Prad