Re: Review Request 19584: CLOUDSTACK-6258: Disable systemvm cloud startup script from logging messages to /var/log/cloud/cloud.out

2014-04-07 Thread Rajani Karuturi
On April 4, 2014, 6:01 a.m., Rajani Karuturi wrote: systemvm/patches/debian/config/etc/init.d/cloud, line 36 https://reviews.apache.org/r/19584/diff/2/?file=547785#file547785line36 Can we consider $CLOUD_DEBUG not set as true ie) log to cloud.out when $CLOUD_DEBUG is not set or

Re: [XenServer 4.4] Template copy hangs sometimes

2014-04-07 Thread chris snow
With 4.3, I have experienced it a lot with ISOs where the status just stays at the initial status and CS doesn't attempt to download the file. I haven't tried 4.4. On 7 Apr 2014 06:56, Mike Tutkowski mike.tutkow...@solidfire.com wrote: Hi, Has anyone else noticed in 4.4 that copying a

[4.4] Current State

2014-04-07 Thread Mike Tutkowski
Hi, Sorry for all the e-mails today. I must have spent 6 hours (to no avail) trying to get 4.4 into a usable state with XenServer or VMware so that I could demo a 4.4 feature for a customer tomorrow. Is anyone else experiencing massive issues getting a cloud up and running with current 4.4?

RE: [QUESTION] Debugging CS VMware logic in Eclipse

2014-04-07 Thread Sateesh Chodapuneedi
Mike, Most of storage commands would run inside SSVM. You need to attach debugger to cloud agent in SSVM to catch those break points. Regards, Sateesh -Original Message- From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] Sent: 07 April 2014 09:53 To:

Re: [QUESTION] Debugging CS VMware logic in Eclipse

2014-04-07 Thread Mike Tutkowski
Sorry - perhaps I should have been more precise: I'm looking at the code inside of the server resource for XenServer or VMware that downloads a template from the secondary-storage NFS share to primary storage. I've modified this code in the past for a feature I'm working on and wanted to trace

Re: [4.4] Current State

2014-04-07 Thread Murali Reddy
Are you running XS 6.2? Have not tried latest 4.4, but last week with plain XenServer 6.2 I am running into several xapi errors after the commit 1439c69b7e4396d0b8b26076585c6465e44624f3 to remove XAPI jar. I able to run 4.4 with XenServer 6.2 fine with the previous commit

Re: [4.4] Current State

2014-04-07 Thread Mike Tutkowski
XS 6.1 On Monday, April 7, 2014, Murali Reddy murali.re...@citrix.com wrote: Are you running XS 6.2? Have not tried latest 4.4, but last week with plain XenServer 6.2 I am running into several xapi errors after the commit 1439c69b7e4396d0b8b26076585c6465e44624f3 to remove XAPI jar. I able

Re: CLOUDSTACK-6338 - Failed to Netscaler and EIP/ELB automation

2014-04-07 Thread Antonio Fornié Casarrubios
Sure, I will make sure to have the patch today and request your review Alena. Btw, If I remember correctly, this is a parameter that we already filter when it comes Camel Case, but not lowercase. I will double check. Thanks, cheers Antonio 2014-04-04 19:59 GMT+02:00 Alena Prokharchyk

Re: [4.4] Invalid parameter

2014-04-07 Thread Antonio Fornié Casarrubios
The unknown parameter is not the reason why this is failing to deploy. It must be something else, if you don't find anything in the Mgmt Server logs, perhaps you may find something in other remote logs. Logs about unkown parameters only warn you that there is a parameter in the request that is

security_group.py closed unexpectedly

2014-04-07 Thread Giri Prasad
Hello All,  I installed Ubuntu 12.04 LTS on a i3, 8gb ram machine. And installed cloudstack 4.3. Upon starting the the management server and agent of cloudstack, the following errors are reported by the system. Any insights? Thanks in advance. Regards, Giri security_group.py has closed

security_group.py closed unexpectedly

2014-04-07 Thread Giri Prasad
Hello All,  I installed Ubuntu 12.04 LTS on a i3, 8gb ram machine. And installed cloudstack 4.3. Upon starting the the management server and agent of cloudstack, the following errors are reported by the system. Any insights? Thanks in advance. Regards, Giri security_group.py has closed

security_group.py has closed unexpectedly

2014-04-07 Thread Giri Prasad
Hello All, I installed Ubuntu 12.04 LTS on a i3, 8gb ram machine. And installed cloudstack 4.3. Upon starting the the management server and agent of cloudstack, the following errors are reported by the system. Any insights? Thanks in advance. Regards, Giri security_group.py has

Re: security_group.py closed unexpectedly

2014-04-07 Thread Jayapal Reddy Uradi
Hi, Can you please run the below script on the host and check for errors. /usr/bin/pyton /usr/share/cloudstack-common/scripts/vm/network/security_group.py default_network_rules_systemvm --vmname s-5-VM --localbrname cloud iptables chain create should not cause issues. Thanks, Jayapal On

can't get the simulator running on 4.4

2014-04-07 Thread Konstantina Chremmou
Hi all, I've tried the instructions on https://cwiki.apache.org/confluence/display/CLOUDSTACK/Validating+check-ins+for+your+local+changes%2C+using+Simulator They work ok on master, but not on 4.4. I can't deploy the simulator database without making changes to the files

Re: security_group.py closed unexpectedly

2014-04-07 Thread Giri Prasad
Hi, Thanks for your reply. /usr/bin/python /usr/share/cloudstack-common/scripts/vm/network/security_group.py default_network_rules_systemvm --vmname s-5-VM --localbrname cloud runs fine, without any problem.  However, I notice the following errors, in the management log, when

Re: security_group.py closed unexpectedly

2014-04-07 Thread Jayapal Reddy Uradi
The error is specific to running with sudo. But this error is not related to security_group.py failure. Thanks, Jayapal On 07-Apr-2014, at 4:06 PM, Giri Prasad g_p...@yahoo.com wrote: Hi, Thanks for your reply. /usr/bin/python

RE: [4.4] Current State

2014-04-07 Thread Konstantina Chremmou
Hi Murali, The latest XAPI jar can be used with older versions of xenserver. Could you please specify what are the exact errors you get after that commit? Thanks, Tina -Original Message- From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] Sent: 07 April 2014 7:53 AM To:

[NOTIFICATION] Test/build infrastructure is down

2014-04-07 Thread Srikanteswararao Talluri
There are network connectivity issues observed with the test infrastructure and couple of build machines. I am looking into this. Thanks, ~Talluri

RE: can't get the simulator running on 4.4

2014-04-07 Thread Santhosh Edukulla
Hello Tina, I just pulled the latest 4.4 code and ran to get the simulator up as per instructions, i was able to get the simulator up with no issues and login as well, It was a fresh install. I didn't ran the test cases though ,but there should not be any issues with it as well. Thanks!

RE: [4.4] Current State

2014-04-07 Thread Sanjay Tripathi
Hi Tina, Even I am facing similar issues after the change in XAPI. A lot of exceptions are coming when CS tries to launch system VMs. Please find the management server logs at: http://pastebin.com/6s44hDq5. --Sanjay -Original Message- From: Konstantina Chremmou

Re: security_group.py closed unexpectedly

2014-04-07 Thread Giri Prasad
Hi All,  I am getting the following errors repeated in the management server log. Any clues? Using Ubuntu 12.04 LTS (kernel 3.11.0-19-generic) and cloudstack 4.3. Thanks Regards, Giri 2014-04-07 16:39:30,748 DEBUG [c.c.n.r.VirtualNetworkApplianceManagerImpl]

Re: [4.4] Current State

2014-04-07 Thread Murali Reddy
Errors I have seen are similar to log's pasted by Sanjay. I am running into below error while stopping and starting the VM's. 2014-04-07 13:26:38,960 DEBUG [c.c.h.x.r.CitrixResourceBase] (DirectAgent-107:ctx-0aa97361) cannot get host enabled status, host 10.147.28.60 due to

Re: How does a system VM get an IP address?

2014-04-07 Thread Wido den Hollander
On 04/07/2014 12:33 AM, Rafael Weingartner wrote: Hi folks, I was wondering how a system vm gets an IP address. I know they are the first things that CS needs in order to start up others VMs, so when they start there is no virtual router to assign IP addresses via DHCP. Via a local virtio

Re: How does a system VM get an IP address?

2014-04-07 Thread Rafael Weingartner
Thanks man ;). By any chance if a system VM does not get its ip assigned, would there be any way to debug and check what is going on? I mean, if after it is running on the physical host it does respond on the IP that was assigned to it. On Mon, Apr 7, 2014 at 9:14 AM, Wido den Hollander

RE: can't get the simulator running on 4.4

2014-04-07 Thread Konstantina Chremmou
The first two commands of Step 1 run ok. The third one gives me errors, e.g. the first one was: Unable to execute C:\CLOUD\cloudstack\developer/target/db/templates.simulator.sql: Unknown column 'state' in 'field list' I fixed this and the others after it (perhaps incorrectly?) with the

addBaremetalPxeKickStartServer

2014-04-07 Thread Geoff Higginbottom
Hi, I'm looking for some help with api call addBaremetalPxeKickStartServer in particular values for pxeservertype parameter Regards Geoff Higginbottom CTO / Cloud Architect [Description: Mail Logo Bottom Align] D: +44 20 3603 0542tel:+442036030542 | S: +44 20 3603 0540tel:+442036030540 | M:

Review Request 20078: console-proxy add support of AltGr key and FR azerty keyboard

2014-04-07 Thread Axel Delahaye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20078/ --- Review request for cloudstack. Repository: cloudstack-git Description

RE: can't get the simulator running on 4.4

2014-04-07 Thread Santhosh Edukulla
Hello Tina, I just ran one more time, a fresh 4.4 and see no issues at least in getting the simulator up and even created a data center. The state field was added in 4.3 version, error unknown column of state .., signifies that your DB version is not 4.4. Can we please check version table in

Re: How does a system VM get an IP address?

2014-04-07 Thread Wido den Hollander
On 04/07/2014 02:20 PM, Rafael Weingartner wrote: Thanks man ;). By any chance if a system VM does not get its ip assigned, would there be any way to debug and check what is going on? I mean, if after it is running on the physical host it does respond on the IP that was assigned to it. I

Re: How does a system VM get an IP address?

2014-04-07 Thread Rafael Weingartner
By agent you mean CS management server? I am running CS 4.1.1. would the command cloudstack-ssh work, if the VM does not respond on its ip addresses? On Mon, Apr 7, 2014 at 10:01 AM, Wido den Hollander w...@widodh.nl wrote: On 04/07/2014 02:20 PM, Rafael Weingartner wrote: Thanks man ;).

Re: How does a system VM get an IP address?

2014-04-07 Thread Wido den Hollander
On 04/07/2014 03:10 PM, Rafael Weingartner wrote: By agent you mean CS management server? I am running CS 4.1.1. No, in the KVM Agent. The hypervisor. /var/log/cloudstack/agent/agent.log would the command cloudstack-ssh work, if the VM does not respond on its ip addresses? It probably

Re: How does a system VM get an IP address?

2014-04-07 Thread Rafael Weingartner
I am using Xen server instead of KVM. I tried to ping the VM's internal address, however it does not respond. On Mon, Apr 7, 2014 at 10:13 AM, Wido den Hollander w...@widodh.nl wrote: On 04/07/2014 03:10 PM, Rafael Weingartner wrote: By agent you mean CS management server? I am running CS

RE: can't get the simulator running on 4.4

2014-04-07 Thread Konstantina Chremmou
I'm running from code, checked out master, ran all the commands in step1, no problems there. Then checked out 4.4, ran the commands again and stumbled. -Original Message- From: Santhosh Edukulla [mailto:santhosh.eduku...@citrix.com] Sent: 07 April 2014 1:58 PM To:

Re: How does a system VM get an IP address?

2014-04-07 Thread Rafael Weingartner
When I open the VM console I get the following: Cleaning up temporary files modprobe: FATAL: Error inserting padlock_sha (/lib/modules/2.6.32-5-686-bigmem/kernel/drivers/crypto/padlock-sha.ko): No such device INIT: Sending processes the TERM signal Using makefile-style concurrent boot in

Re: [4.4] Current State

2014-04-07 Thread Mike Tutkowski
Now that I think about it, the issue I sent an e-mail regarding earlier where I could not create an SR (SR.create) only started happening after the XAPI change. Due to this issue, managed storage is currently not functional with XenServer, which is blocking my 4.4 testing. On Mon, Apr 7, 2014

Re: [4.4] Invalid parameter

2014-04-07 Thread Mike Tutkowski
Thanks for that clarification, Antonio. On Mon, Apr 7, 2014 at 2:07 AM, Antonio Fornié Casarrubios antonio.for...@gmail.com wrote: The unknown parameter is not the reason why this is failing to deploy. It must be something else, if you don't find anything in the Mgmt Server logs, perhaps

Re: [QUESTION 4.4] Creating a XS SR fails

2014-04-07 Thread Mike Tutkowski
I wanted to follow up on this in the original e-mail thread (I mentioned this in another thread of mine, though). I believe this failure to create an SR only started happening after the changes to XAPI. It sounds like there have been several other issues people have been experiencing with that

RE: [4.4] Current State

2014-04-07 Thread Konstantina Chremmou
It seems to me the problem is the xmlrpc dependency of the XAPI jar rather than the jar itself, as the changes between the previous version and the latest one do not explain this sort of errors. The jar we ship depends on 3.1 while cloudstack was using 3.1.3 which contains several bug fixes

Build failed in Jenkins: build-systemvm64-4.2 #225

2014-04-07 Thread jenkins
See http://jenkins.buildacloud.org/job/build-systemvm64-4.2/225/ -- Started by timer [EnvInject] - Loading node environment variables. Building remotely on devcloud-continuous-tests (devcloud) in workspace

Re: [4.4] Current State

2014-04-07 Thread David Nalley
In the meantime (assuming this will take you more than a few hours) should we revert? --David On Mon, Apr 7, 2014 at 10:42 AM, Konstantina Chremmou konstantina.chrem...@citrix.com wrote: It seems to me the problem is the xmlrpc dependency of the XAPI jar rather than the jar itself, as the

CloudStack call to KVM

2014-04-07 Thread Matt Spurlin
I have been looking at the code trying to figure out where the API call deployVirtualMachine would send the command to a KVM hypervisor to create a new virtual machine. I've found where the API call happens, but so far I have not seen where the logic is that sends the command to the hypervisor to

Re: CloudStack call to KVM

2014-04-07 Thread Marcus
The DeployVMCmd.java file has a 'create' and an 'execute' method. The create method is responsible for registering the VM and persisting it in the database, the logical creation. The 'execute' starts the vm, if the API call requires it. It calls the userVmService.startVirtualMachine, which I think

Re: CloudStack call to KVM

2014-04-07 Thread Marcus
If you trace startVirtualMachine you'll end up in VirtualMachineManagerImpl.java, most likely in the advanceStart method, where we see the StartCommand being crafted and sent to the agent: StartCommand strtcmd = new StartCommand(vmTO, dest.getHost(),

Re: [4.4] Current State

2014-04-07 Thread Mike Tutkowski
I'm personally a bit concerned about changes of this nature being put in post feature freeze. I know it sounds like a fairly easy change, but the ramifications can be huge. However, being that I'm at ApacheCon and the CCC this week (and not doing much CS development), this won't be personally

Review Request 20099: Domain-Account-User Sync Up Among Multiple Regions (Core Changes)

2014-04-07 Thread Alex Ough
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20099/ --- Review request for cloudstack. Repository: cloudstack-git Description

Re: Review Request 20099: Domain-Account-User Sync Up Among Multiple Regions (Core Changes)

2014-04-07 Thread Alex Ough
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20099/ --- (Updated April 7, 2014, 7:13 p.m.) Review request for cloudstack. Changes

Re: Review Request 17790: Domain-Account-User Sync Up Among Multiple Regions (New Plugin)

2014-04-07 Thread Alex Ough
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17790/ --- (Updated April 7, 2014, 7:14 p.m.) Review request for cloudstack. Changes

Re: Review Request 17790: Domain-Account-User Sync Up Among Multiple Regions (New Plugin)

2014-04-07 Thread Alex Ough
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17790/ --- (Updated April 7, 2014, 7:17 p.m.) Review request for cloudstack. Changes

Re: Review Request 20099: Domain-Account-User Sync Up Among Multiple Regions (Core Changes)

2014-04-07 Thread Alena Prokharchyk
Alex, one more question. Is this patch meant to be a part of master branch only (4.5)? I guess so as your changes affect 4.4-4.5 db upgrade path. Please confirm, Alena. On 4/7/14, 12:13 PM, Alex Ough alex.o...@sungard.com wrote: --- This

[Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread Giles Sirett
The Project Management Committee (PMC) for Apache CloudStack has asked Lucian Paul (Nux) to become a committer and we are pleased to announce that he has accepted. Being a committer allows many contributors to contribute more autonomously. For developers, it makes it easier to submit changes and

Re: [Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread Mike Tutkowski
Congratulations! On Mon, Apr 7, 2014 at 1:32 PM, Giles Sirett giles.sir...@shapeblue.comwrote: The Project Management Committee (PMC) for Apache CloudStack has asked Lucian Paul (Nux) to become a committer and we are pleased to announce that he has accepted. Being a committer allows many

Re: Review Request 20099: Domain-Account-User Sync Up Among Multiple Regions (Core Changes)

2014-04-07 Thread Alex Ough
yes, that is correct. On Mon, Apr 7, 2014 at 3:27 PM, Alena Prokharchyk alena.prokharc...@citrix.com wrote: Alex, one more question. Is this patch meant to be a part of master branch only (4.5)? I guess so as your changes affect 4.4-4.5 db upgrade path. Please confirm, Alena. On 4/7/14,

Re: [Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread Erik Weber
On Mon, Apr 7, 2014 at 9:32 PM, Giles Sirett giles.sir...@shapeblue.comwrote: The Project Management Committee (PMC) for Apache CloudStack has asked Lucian Paul (Nux) to become a committer and we are pleased to announce that he has accepted. Congratulations! -- Erik Weber

Re: [Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread Yoshikazu Nojima
Congratulation Nux! 2014-04-07 13:32 GMT-06:00 Giles Sirett giles.sir...@shapeblue.com: The Project Management Committee (PMC) for Apache CloudStack has asked Lucian Paul (Nux) to become a committer and we are pleased to announce that he has accepted. Being a committer allows many

Re: [Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread Nguyen Anh Tu
Congratulations Nux! --Tuna On Tue, Apr 8, 2014 at 2:37 AM, Yoshikazu Nojima m...@ynojima.net wrote: Congratulation Nux! 2014-04-07 13:32 GMT-06:00 Giles Sirett giles.sir...@shapeblue.com: The Project Management Committee (PMC) for Apache CloudStack has asked Lucian Paul (Nux) to

Re: Review Request 19941: Add signatureversion and expiring datetime to cloudmonkey/requester.py

2014-04-07 Thread Yichi Lu
Chiradeep: The date generated in CloudMonkey is going to be consumed by server/src/com/cloud/api/ApiServer.java. Yes, I think I can make it configurable. I ran a simple test. You can compare the test code against server/src/com/cloud/api/ApiServer.java::verifyRequest(). The test code: import

Re: [Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread Nitin Mehta
Congrats NuxŠwell deserved :) On 07/04/14 1:17 PM, Nguyen Anh Tu t...@apache.org wrote: Congratulations Nux! --Tuna On Tue, Apr 8, 2014 at 2:37 AM, Yoshikazu Nojima m...@ynojima.net wrote: Congratulation Nux! 2014-04-07 13:32 GMT-06:00 Giles Sirett giles.sir...@shapeblue.com: The

Re: [Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread Alena Prokharchyk
Congratulations, Nux! -Alena. On 4/7/14, 1:53 PM, Nitin Mehta nitin.me...@citrix.com wrote: Congrats NuxŠwell deserved :) On 07/04/14 1:17 PM, Nguyen Anh Tu t...@apache.org wrote: Congratulations Nux! --Tuna On Tue, Apr 8, 2014 at 2:37 AM, Yoshikazu Nojima m...@ynojima.net wrote:

RE: [Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread Rajesh Battala
Hearty Congratulations Nux! -Original Message- From: Giles Sirett [mailto:giles.sir...@shapeblue.com] Sent: Tuesday, April 8, 2014 1:02 AM To: dev@cloudstack.apache.org Subject: [Announce] New Committer: Lucian Paul (Nux) The Project Management Committee (PMC) for Apache CloudStack has

Re: Review Request 19941: Add signatureversion and expiring datetime to cloudmonkey/requester.py

2014-04-07 Thread Chiradeep Vittal
On April 7, 2014, 4:51 p.m., Chiradeep Vittal wrote: this should work? (datetime.datetime.utcnow() + datetime.timedelta(minutes=10)).strftime('%Y-%m-%dT%H:%M:%S +') - Chiradeep --- This is an automatically generated e-mail. To

Re: [Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread Sebastien Goasguen
congrats Lucian, now please keep the Borgs out of cloudstack :) On Apr 7, 2014, at 5:06 PM, Rajesh Battala rajesh.batt...@citrix.com wrote: Hearty Congratulations Nux! -Original Message- From: Giles Sirett [mailto:giles.sir...@shapeblue.com] Sent: Tuesday, April 8, 2014 1:02 AM

Re: Review Request 19941: Add signatureversion and expiring datetime to cloudmonkey/requester.py

2014-04-07 Thread Yichi Lu
That's a very good idea. It does work, like this: (datetime.datetime.utcnow() + datetime.timedelta(minutes=10)).strftime('%Y-%m-%dT%H:%M:%S+'). (No space between '%S' and '+'). On Mon, Apr 7, 2014 at 4:21 PM, Chiradeep Vittal chirade...@gmail.comwrote: This is an automatically

Re: [Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread David Nalley
No. Please add them. We want to assimilate every user of cloud computing ;) On Apr 7, 2014 3:35 PM, Sebastien Goasguen run...@gmail.com wrote: congrats Lucian, now please keep the Borgs out of cloudstack :) On Apr 7, 2014, at 5:06 PM, Rajesh Battala rajesh.batt...@citrix.com wrote:

Problem with VMware CloudStack SSVM Agent

2014-04-07 Thread Soheil Eizadi
I am trying to bring up CloudStack 4.4 on vSphere 5.1, I cannot get the Agent to run on SSVM, here is the error: =templateProcessor mtu=1500 eth2ip=10.48.15.100 eth2mask=255.255.255.0 gateway=10.48.15.1 public.network.device=eth2 eth0mask=0.0.0.0 eth0ip=0.0.0.0 eth1ip=10.48.15.49

Maven style checker issue

2014-04-07 Thread Frank Zhang
I struggled two days to fix my several tens of files for trailing space, tab, unused imports... manually(vim + sed). Yes, manually because I am using Intellj the ApacheCloudStack formatter profile won't work for me, even though Intellj 13 claims supporting Eclipse formatter profile, it

FW: Maven style checker issue

2014-04-07 Thread Frank Zhang
-Original Message- From: Frank Zhang [mailto:frank.zh...@citrix.com] Sent: Monday, April 07, 2014 4:43 PM To: cloudstack-...@incubator.apache.org Subject: Maven style checker issue I struggled two days to fix my several tens of files for trailing space, tab, unused imports...

Re: [QUESTION] Debugging CS VMware logic in Eclipse

2014-04-07 Thread Kelven Yang
If it is only for debugging purpose, you can temporarily make code changes to re-route command to the VMware resource that¹s running inside management server. That will be more convenient than debugging inside SSVM Kelven On 4/6/14, 11:19 PM, Mike Tutkowski mike.tutkow...@solidfire.com wrote:

Re: Review Request 20099: Domain-Account-User Sync Up Among Multiple Regions (Core Changes)

2014-04-07 Thread Alena Prokharchyk
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20099/#review39753 --- Alex, just discussed your changes to existing CS code

Re: [QUESTION] Debugging CS VMware logic in Eclipse

2014-04-07 Thread Mike Tutkowski
Hi Kelven, Can you elaborate more on what you're referring to? In the past, I've changed code and set breakpoints inside VmwareResource and VmwareStorageProcessor and was able to debug that way. As you say, that code was running inside the CS MS. When would this code run inside of SSVM instead

cloudmanagementserver.keystore

2014-04-07 Thread Michael Phillips
I know this was a problem in 4.2.1 in which the system would endlessly log the following error: 014-04-07 22:29:29,715 WARN [c.c.u.n.Link] (AgentManager-Selector:null) SSL: Fail to find the generated keystore. Loading fail-safe one to continue. The fix was to rename

Re: Review Request 20099: Domain-Account-User Sync Up Among Multiple Regions (Core Changes)

2014-04-07 Thread Alex Ough
Alena/Alex, I think I need to give some explanation how this works. There are 2 ways of sync. 1. The real time sync : Whenever a resource is create/updated/removed, each region gets the event of that and requests the same job to all remote regions using API interfaces, which will

Re: Review Request 20099: Domain-Account-User Sync Up Among Multiple Regions (Core Changes)

2014-04-07 Thread Alex Ough
And all 4 of the recommendations Alex Hwang gave were already implemented to support the real time synchronization (#1), but like I said in the previous email, we need to support the full scan (#2) to cover any failures during the synchronization. Thanks Alex Ough On Tue, Apr 8, 2014 at 12:10

RE: [Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread Suresh Sadhu
Congrats Nux!! --sadhu -Original Message- From: Nitin Mehta [mailto:nitin.me...@citrix.com] Sent: 08 April 2014 02:23 To: dev@cloudstack.apache.org Subject: Re: [Announce] New Committer: Lucian Paul (Nux) Congrats NuxŠwell deserved :) On 07/04/14 1:17 PM, Nguyen Anh Tu t...@apache.org

Re: Maven style checker issue

2014-04-07 Thread Rajani Karuturi
Hi Frank, Did you use the plugin mentioned in the wiki @ https://cwiki.apache.org/confluence/display/CLOUDSTACK/Coding+conventions#Codingconventions-IntellijIdea I am using it and haven’t seen any issues so far. ~Rajani On 08-Apr-2014, at 5:12 am, Frank Zhang

RE: cloudmanagementserver.keystore

2014-04-07 Thread Prashanth Reddy Mandadi
I have seen this issue on fresh installation of 4.3. Snippet of the log from my setup 2014-04-07 08:00:09,295 INFO [c.c.s.ConfigurationServerImpl] (main:null) SSL keystore located at /etc/cloudstack/management/cloudmanagementserver.keystore 2014-04-07 08:00:09,304 DEBUG [c.c.u.s.Script]