RE: security around api.log

2013-09-17 Thread Rajesh Battala
27;s up to admin how to protect his system and services. Thanks Rajesh Battala -Original Message- From: Darren Shepherd [mailto:darren.s.sheph...@gmail.com] Sent: Saturday, September 14, 2013 2:10 AM To: dev@cloudstack.apache.org Subject: security around api.log I just noticed api.log w

RE: Can I Suspend a CloudStack VM through the REST API?

2013-09-18 Thread Rajesh Battala
ee to implement it. Thanks Rajesh Battala -Original Message- From: Krasimir Baylov [mailto:kbai...@gmail.com] Sent: Wednesday, September 18, 2013 1:57 PM To: dev@cloudstack.apache.org Subject: Can I Suspend a CloudStack VM through the REST API? Hi all, Is there a way to hibernate a running

RE: security around api.log

2013-09-18 Thread Rajesh Battala
Disabling api log might not be a good idea, instead while logging the request remove the sensitive details (session details, passwords etc ) and dump it. Thanks Rajesh Battala -Original Message- From: Abhinandan Prateek [mailto:abhinandan.prat...@citrix.com] Sent: Wednesday, September

RE: [ANNOUNCE] A GCE interface to CloudStack

2013-09-24 Thread Rajesh Battala
Very nice one. -Original Message- From: sebgoa [mailto:run...@gmail.com] Sent: Tuesday, September 24, 2013 6:34 PM To: dev@cloudstack.apache.org Cc: Ian Duffy; Darren Brogan Subject: [ANNOUNCE] A GCE interface to CloudStack Hi, I am quite pumped to announce a Google Compute Engine (GCE

RE: [ANNOUNCE] New Committer: Darren Shepherd

2013-09-28 Thread Rajesh Battala
Hearty Congratulations Darren.! :) -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Saturday, September 28, 2013 5:54 PM To: dev@cloudstack.apache.org Subject: [ANNOUNCE] New Committer: Darren Shepherd The Project Management Committee (PMC) for Apache Clou

RE: [Merge] Minimal Hyper-V Plugin

2013-09-28 Thread Rajesh Battala
+1 I had used the code and Agent code works fine. Adding HyperV host, discovering local storage and Advance Networking for user VMs works fine ( in mixed environment ). Thanks Rajesh Battala -Original Message- From: Sebastien Goasguen [mailto:run...@gmail.com] Sent: Thursday, September

RE: [ANNOUNCE] New committer: Rajesh Battala

2013-09-28 Thread Rajesh Battala
Thanks a lot Everybody for your Kind wishes. :) Thanks Rajesh Battala -Original Message- From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] Sent: Thursday, September 26, 2013 10:22 AM To: dev@cloudstack.apache.org Subject: RE: [ANNOUNCE] New committer: Rajesh Battala

RE: [Merge] Minimal Hyper-V Plugin

2013-09-29 Thread Rajesh Battala
Am looking at building the agent code using mono. Will create a wiki after finishing it. Thanks Rajesh Battala -Original Message- From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] Sent: Thursday, September 26, 2013 2:55 AM To: dev@cloudstack.apache.org Subject: Re: [Merge

Re: Review Request 14011: CLOUDSTACK-4612: Specified locale keyboard language is not showing as default in consoleView passed during deployVM.

2013-09-29 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14011/#review26470 --- Ship it! Looks good to me. - Rajesh Battala On Sept. 6, 2013, 8

RE: [ANNOUNCE] New PMC member: Daan Hoogland

2013-10-01 Thread Rajesh Battala
Congrats Daan :) -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Tuesday, October 1, 2013 8:18 PM To: dev@cloudstack.apache.org Subject: [ANNOUNCE] New PMC member: Daan Hoogland The Project Management Committee (PMC) for Apache CloudStack has asked Daan

Re: Review Request 14489: Wrong error notification is generated when Primary storage (Cluster wide) is added with wrong path

2013-10-04 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14489/#review26668 --- Ship it! Looks good to me. - Rajesh Battala On Oct. 4, 2013, 9

RE: Wiki access

2013-10-05 Thread Rajesh Battala
Please provide permission for me also. rajesh.batt...@citrix.com I want to change my username. Thanks Rajesh Battala -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: Friday, October 4, 2013 4:04 PM To: dev Subject: Re: Wiki access On Fri, Oct 4, 2013 at

RE: [DISCUSS] Components in JIRA and bug assignment

2013-10-05 Thread Rajesh Battala
+1 for the proposal. -Original Message- From: Alena Prokharchyk [mailto:alena.prokharc...@citrix.com] Sent: Saturday, October 5, 2013 12:42 AM To: dev@cloudstack.apache.org; Musayev, Ilya Subject: Re: [DISCUSS] Components in JIRA and bug assignment Importance: High On 10/4/13 10:37 AM,

RE: Autoscaling

2013-10-07 Thread Rajesh Battala
Hi Nguyen, my comments are inline. -Original Message- From: Nguyen Anh Tu [mailto:ng.t...@gmail.com] Sent: Monday, October 7, 2013 2:31 PM To: dev@cloudstack.apache.org Subject: Autoscaling Hi guys, Do anyone try using AutoScaling with NetScaler device? I have no chance to use, but h

RE: UNABLE TO REMOTE DEBUG THE MS from ECLIPSE.

2013-10-07 Thread Rajesh Battala
>From your log 8787 port is running on localhost only. So from outside eclipse >cannot connect to 8787. Run 8787 on public of the mgmt server or run it on >0.0.0.0 If you cannot change it, tunnel the 8787 port to your eclipse machine and connect it via localhost + tunneled port. Than

RE: Autoscaling

2013-10-07 Thread Rajesh Battala
You mean the netscaler api's used to create the autoscale functionality? -Original Message- From: Nguyen Anh Tu [mailto:ng.t...@gmail.com] Sent: Monday, October 7, 2013 3:05 PM To: dev@cloudstack.apache.org Subject: Re: Autoscaling 2013/10/7 Rajesh Battala >No. VM wo

RE: KVM systemvm not getting IP

2013-10-11 Thread Rajesh Battala
Hi Francois, Are you using the new systemvm template. System vm's ip's info (boot args) are passed via socket in 4.2. Please check whether you are using new or old systemvm template. Thanks Rajesh Battala -Original Message- From: Francois Gaudreault [mailto:fgaudrea...@cl

RE: KVM systemvm not getting IP

2013-10-11 Thread Rajesh Battala
Acton template won't work. In 4.2 there is a new template. You can check it by checking the release version of it. 4.2 systemvm is generated from debian wheezy. Thanks Rajesh Battala -Original Message- From: Francois Gaudreault [mailto:fgaudrea...@cloudops.com] Sent: Friday, Oc

RE: [JENKINS] Build permission for anonymous users

2013-10-18 Thread Rajesh Battala
That's really great. Thanks for providing the permission. -Original Message- From: Trippie [mailto:trip...@gmail.com] On Behalf Of Hugo Trippaers Sent: Friday, October 18, 2013 3:37 PM To: dev@cloudstack.apache.org Subject: [JENKINS] Build permission for anonymous users Heya, Based on t

Re: Review Request 14647: CLOUDSTACK-3583: Management server stop is not removing the PID

2013-10-21 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14647/#review27238 --- Ship it! LGTM. - Rajesh Battala On Oct. 15, 2013, 10:05 a.m

RE: [VOTE] Accept the donation of RDP client code into Apache CloudStack

2013-10-21 Thread Rajesh Battala
+1 -Original Message- From: Donal Lafferty [mailto:donal.laffe...@citrix.com] Sent: Monday, October 21, 2013 11:42 PM To: dev@cloudstack.apache.org Subject: [VOTE] Accept the donation of RDP client code into Apache CloudStack As stated in a previous thread [1], Citrix is proposing the d

RE: [ANNOUNCE] New Committer: Talluri, Srikanteswara

2013-10-23 Thread Rajesh Battala
Hearty Congratulations :) -Original Message- From: Prasanna Santhanam [mailto:t...@apache.org] Sent: Wednesday, October 23, 2013 4:08 PM To: CloudStack Dev Subject: [ANNOUNCE] New Committer: Talluri, Srikanteswara The Project Management Committee (PMC) for Apache CloudStack has asked Sr

RE: [ANNOUNCE] New Committer: Krishnan, Sowmya

2013-10-23 Thread Rajesh Battala
Hearty Congratulations :) -Original Message- From: Prasanna Santhanam [mailto:t...@apache.org] Sent: Wednesday, October 23, 2013 4:17 PM To: CloudStack Dev Subject: [ANNOUNCE] New Committer: Krishnan, Sowmya The Project Management Committee (PMC) for Apache CloudStack has asked Sowmya

Regarding vhd-util binary

2013-10-23 Thread Rajesh Battala
on my mgmt. server with (rw) vhd-util is failing to read/dump the headers. Is vhd-util binary has limitation reading file from CIFS.? Or we need to mount the CIFS share with any extra params? Thanks Rajesh Battala

RE: Regarding vhd-util binary

2013-10-23 Thread Rajesh Battala
/4382fd85-7259-4392-a9a9-4990718bd48f.vhd Failed to open /root/testvhd/template/tmpl/1/9/4382fd85-7259-4392-a9a9-4990718bd48f.vhd: -22 /root/testvhd/template/tmpl/1/9/4382fd85-7259-4392-a9a9-4990718bd48f.vhd appears invalid; dumping headers Thanks Rajesh Battala -Original Message- From

Re: Review Request 14011: CLOUDSTACK-4612: Specified locale keyboard language is not showing as default in consoleView passed during deployVM.

2013-10-25 Thread Rajesh Battala
> On Sept. 30, 2013, 6:39 a.m., Rajesh Battala wrote: > > Looks good to me. I had pushed ur patch to 4.2 please rebase with master and update the patch - Rajesh --- This is an automatically generated e-mail. To reply, vis

Re: Review Request 14827: hyperv unit tests

2013-10-28 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14827/#review27603 --- Ship it! LGTM - Rajesh Battala On Oct. 23, 2013, 11:05 a.m

RE: [Merge] hyperv branch to master

2013-10-29 Thread Rajesh Battala
+1. Thanks Rajesh Battala -Original Message- From: Devdeep Singh Sent: Monday, October 28, 2013 5:11 PM To: dev@cloudstack.apache.org Cc: Donal Lafferty; Rajesh Battala; Anshul Gangwar Subject: [Merge] hyperv branch to master Hi, I would like to merge the support for Hyperv to the

RE: access to jenkins.buildacloud.org

2013-11-14 Thread Rajesh Battala
Hi David, Please create account for me also. Thanks Rajesh Battala -Original Message- From: David Nalley [mailto:da...@gnsa.us] Sent: Thursday, November 14, 2013 12:13 PM To: dev@cloudstack.apache.org; David Nalley Subject: Re: access to jenkins.buildacloud.org On Wed, Nov 13, 2013 at

RE: Build with master fails

2013-11-19 Thread Rajesh Battala
Hi Santosh, I had tried building on latest master. Tests were passed without any issues. Jenkins job also passed building master. Thanks Rajesh Battala -Original Message- From: Santhosh Edukulla [mailto:santhosh.eduku...@citrix.com] Sent: Tuesday, November 19, 2013 12:50 PM To: dev

Re: Review Request: Fixed [Automation] SSVM test "/usr/local/cloud/systemvm/ssvm-check.sh" failed with permission error

2013-05-20 Thread Rajesh Battala
a process is running Tests Complete. Look for ERROR or WARNING above. Thanks, Rajesh Battala

RE: Review Request: Fixed [Automation] SSVM test "/usr/local/cloud/systemvm/ssvm-check.sh" failed with permission error

2013-05-20 Thread Rajesh Battala
Please review the patch, Fix is filtering out rpc_piepfs from the grep output to verify the mount point validation. Thanks Rajesh > -Original Message- > From: Rajesh Battala [mailto:nore...@reviews.apache.org] On Behalf Of > Rajesh Battala > Sent: Tuesday, May 21, 2013 1

RE: Unable to start System VM's in KVM Failing with error Domain is Tainted with high-privilages

2013-05-21 Thread Rajesh Battala
This issue I saw while looking at the logs for the issue https://issues.apache.org/jira/browse/CLOUDSTACK-2330 [[Automation] Failed to deploy VR in KVM]. Build/Code is from the latest master branch. Latest system templates are used. Thanks Rajesh Battala > -Original Message- >

Re: Review Request: Fixed [Automation] SSVM test "/usr/local/cloud/systemvm/ssvm-check.sh" failed with permission error

2013-05-21 Thread Rajesh Battala
mplate new version of nfs is present - Rajesh --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11178/#review20819 --- On May 21, 2013

RE: Unable to start System VM's in KVM Failing with error Domain is Tainted with high-privilages

2013-05-21 Thread Rajesh Battala
>From the log, libvirt version: 0.9.10 and it's is from package: 21.el6 x86-003.build.bos.redhat.com) Thanks Rajesh Battala > -Original Message- > From: Prasanna Santhanam [mailto:t...@apache.org] > Sent: Tuesday, May 21, 2013 2:56 PM > To: dev@cloudstack.apac

RE: Unable to start System VM's in KVM Failing with error Domain is Tainted with high-privilages

2013-05-21 Thread Rajesh Battala
g access to the virtio serial socket, or > something else. > On May 21, 2013 3:31 AM, "Rajesh Battala" > wrote: > > > From the log, > > > > libvirt version: 0.9.10 and it's is from package: 21.el6 > > x86-003.build.bos.redhat.com) > > > &

Re: Review Request: CLOUDSTACK-681: Dedicated Resources - Explicit Dedication, Private zone, pod, cluster or host.

2013-05-24 Thread Rajesh Battala
er calls. plugins/dedicated-resources/src/org/apache/cloudstack/dedicated/api/commands/ReleaseDedicatedPodCmd.java <https://reviews.apache.org/r/11379/#comment43459> Api Command Description is not proper. have the description to be specific not generic ("release the dedication&

Review Request: Fixed CLOUDSTACK-2662 Preferred implicit dedication fails with insufficient capacity even if shared hosts are available.

2013-05-29 Thread Rajesh Battala
e deployement. Vm got successfuly deployed on HostC) 6. Login as Admin deploy vm with "medium instance" offering. VM got deployed in shared resource host. Screenshots --- mysql_data_xencenter_view https://reviews.apache.org/r/11510/s/26/ Thanks, Rajesh Battala

Re: Review Request: Fixed CLOUDSTACK-2662 Preferred implicit dedication fails with insufficient capacity even if shared hosts are available.

2013-05-30 Thread Rajesh Battala
encenter_view https://reviews.apache.org/r/11510/s/26/ Thanks, Rajesh Battala

RE: Review Request: Fixed CLOUDSTACK-2662 Preferred implicit dedication fails with insufficient capacity even if shared hosts are available.

2013-05-30 Thread Rajesh Battala
host. Thanks Rajesh Battala From: Rajesh Battala [mailto:nore...@reviews.apache.org] On Behalf Of Rajesh Battala Sent: Thursday, May 30, 2013 4:53 PM To: Prachi Damle; Devdeep Singh Cc: Rajesh Battala; cloudstack Subject: Re: Review Request: Fixed CLOUDSTACK-2662 Preferred implicit dedication

Re: Review Request: Fixed CLOUDSTACK-2662 Preferred implicit dedication fails with insufficient capacity even if shared hosts are available.

2013-05-30 Thread Rajesh Battala
ostC. (As dedicated host is available because of above deployement. Vm got successfuly deployed on HostC) 6. Login as Admin deploy vm with "medium instance" offering. VM got deployed in shared resource host. Screenshots --- mysql_data_xencenter_view https://reviews.apache.org/r/11510/s/26/ Thanks, Rajesh Battala

Re: Review Request: Fixed CLOUDSTACK-2662 Preferred implicit dedication fails with insufficient capacity even if shared hosts are available.

2013-05-30 Thread Rajesh Battala
fuly deployed on HostC) 6. Login as Admin deploy vm with "medium instance" offering. VM got deployed in shared resource host. Screenshots --- mysql_data_xencenter_view https://reviews.apache.org/r/11510/s/26/ Thanks, Rajesh Battala

RE: Review Request: Fixed CLOUDSTACK-2662 Preferred implicit dedication fails with insufficient capacity even if shared hosts are available.

2013-05-30 Thread Rajesh Battala
Prachi, I had removed the unsed inject which is causing the issue. I had uploaded the patch. Please review it. Thanks Rajesh Battala > -Original Message- > From: Prachi Damle [mailto:nore...@reviews.apache.org] On Behalf Of > Prachi Damle > Sent: Thursday, May 30, 2013 1

Re: Review Request: fix for cloudstack-2859 (incorrect secondary dns address)

2013-06-05 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11657/#review21488 --- Ship it! Ship It! - Rajesh Battala On June 5, 2013, 4:46 p.m

RE: ssvm-check.sh on xen

2013-06-12 Thread Rajesh Battala
Daan, I had already fixed the issue and committed to master. There is issue with packing so the new script is not getting packaged. Thanks Rajesh Battala > -Original Message- > From: Daan Hoogland [mailto:dhoogl...@schubergphilis.com] > Sent: Wednesday, June 12, 2013 7:36 PM

Review Request: CLOUDSTACK-2340 [AWS Style Health Checks] Response of the API listLoadBalancerRuleInstances should show the service state of a VM if health check is configured for it

2013-06-13 Thread Rajesh Battala
ed the listLoadBalancerRuleInstance api response wont have the servicestate field for all the VM's assigned to the LB rule Thanks, Rajesh Battala

Review Request: CLOUDSTACK-2398 , ssvm-check failed with permission error

2013-06-13 Thread Rajesh Battala
e. Look for ERROR or WARNING above. Thanks, Rajesh Battala

Regarding ssvm-check script

2013-06-13 Thread Rajesh Battala
and creating confusion. Can we remove the script in one location? Thanks Rajesh Battala

RE: Regarding ssvm-check script

2013-06-13 Thread Rajesh Battala
> To: dev@cloudstack.apache.org > Subject: Re: Regarding ssvm-check script > > On Thu, Jun 13, 2013 at 05:10:06PM +, Rajesh Battala wrote: > > Hi All, > > While fixing an issue ( https://reviews.apache.org/r/11862/ )in ssvm-check > script I figured out some issues. > &

RE: Regarding ssvm-check script

2013-06-14 Thread Rajesh Battala
scripts. If you don't make that change systemvm.iso might not have the ssvm script. Thanks Rajesh Battala > -Original Message- > From: Nitin Mehta [mailto:nitin.me...@citrix.com] > Sent: Friday, June 14, 2013 12:09 PM > To: dev@cloudstack.apache.org > Subject: Re:

RE: Regarding ssvm-check script

2013-06-14 Thread Rajesh Battala
location. Thanks Rajesh Battala > -Original Message- > From: Rajesh Battala [mailto:rajesh.batt...@citrix.com] > Sent: Friday, June 14, 2013 1:07 PM > To: dev@cloudstack.apache.org > Subject: RE: Regarding ssvm-check script > > Nitin, > Yes, the ssvm under console pro

Review Request: Fixed CLOUDSTACK-3004 [script] ssvm_check remove the duplicate file from consoleproxy and include the script from secondary storage folder while packing iso

2013-06-14 Thread Rajesh Battala
://reviews.apache.org/r/11874/diff/ Testing --- Tested by generating the systemvm.zip , the ssvm-check file is getting copied into the zip from the ./services/secondary-storage/scripts/ssvm-check.sh Thanks, Rajesh Battala

RE: Regarding ssvm-check script

2013-06-14 Thread Rajesh Battala
I had fixed the issue and posted the patch for the review @https://reviews.apache.org/r/11874/ Thanks Rajesh Battala > -Original Message- > From: Rajesh Battala [mailto:rajesh.batt...@citrix.com] > Sent: Friday, June 14, 2013 1:38 PM > To: dev@cloudstack.apache.org &

RE: instance is not coming on the vmware deployment

2013-06-14 Thread Rajesh Battala
The issue would be ssh keys or the VR is not up > -Original Message- > From: Srikanteswararao Talluri [mailto:srikanteswararao.tall...@citrix.com] > Sent: Friday, June 14, 2013 6:55 PM > To: dev@cloudstack.apache.org > Subject: instance is not coming on the vmware deployment > > I am enco

RE: Review Request: Fixed CLOUDSTACK-3004 [script] ssvm_check remove the duplicate file from consoleproxy and include the script from secondary storage folder while packing iso

2013-06-14 Thread Rajesh Battala
Is it because the patch contains removing file ? > -Original Message- > From: Nitin Mehta [mailto:nore...@reviews.apache.org] On Behalf Of Nitin > Mehta > Sent: Friday, June 14, 2013 8:24 PM > To: Chip Childers > Cc: Rajesh Battala; cloudstack; Nitin Mehta > Subjec

Re: Review Request: Fixed CLOUDSTACK-3004 [script] ssvm_check remove the duplicate file from consoleproxy and include the script from secondary storage folder while packing iso

2013-06-14 Thread Rajesh Battala
> On June 15, 2013, 5:53 a.m., ASF Subversion and Git Services wrote: > > Commit 6d140538c5efc394fda8a4ddc7cb72832470d0b3 in branch refs/heads/master > > from Rajesh Battala > > [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=6d14053 ] > > > >

RE: [ANNOUNCE] New committer: Jayapal Reddy Uradi

2013-06-17 Thread Rajesh Battala
Hearty Congratulations Jayapal Reddy :) > -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Monday, June 17, 2013 9:00 PM > To: dev@cloudstack.apache.org > Subject: [ANNOUNCE] New committer: Jayapal Reddy Uradi > > The Project Management Committee (PMC)

Review Request: CLOUDSTACK-2571 ZWPS issues with Enabling/Clearing the Maintenance State of the Storage

2013-06-20 Thread Rajesh Battala
e storage in UP state. 7. Enable Maintenance Mode of cluster scope Xenserver storage. Delete the storage. Storage got successfully deleted, unmounted from hosts and from db. ZWPS is supported in KVM and VMware, the common code is modified. It should work of VMWare as well without any issues

Re: Review Request: CLOUDSTACK-2571 ZWPS issues with Enabling/Clearing the Maintenance State of the Storage

2013-06-20 Thread Rajesh Battala
VMWare as well without any issues Thanks, Rajesh Battala

Re: Review Request: CLOUDSTACK-2571 ZWPS issues with Enabling/Clearing the Maintenance State of the Storage

2013-06-20 Thread Rajesh Battala
wo parts. - Rajesh --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11992/#review22162 --- On June 20, 2013, 11:53 a.m.,

Unable to add kvm host on latest master

2013-06-21 Thread Rajesh Battala
Hi All, Am not able to add the kvm host in mgmt. server. I suspect something related to deserialization of json . Below is the exception log am getting. : 462-3878-9dfe-376b05a1bdfe-LibvirtComputingResource","name":"kvm56","id":5,"version":"4.2.0-SNAPSHOT","resourceName":"LibvirtComputingResource

Review Request: CLOUDSTACK-2304 [ZWPS]NPE while migrating volume from one zone wide primary to another

2013-06-21 Thread Rajesh Battala
uster scope storage. Volume got successfully migrate to another storage. Observed Volume got copied to the new PS and then the old volume is deleted. Verified db, the volume uuid got updated and necessary fields. Thanks, Rajesh Battala

RE: Master broken on systemVM start

2013-06-24 Thread Rajesh Battala
I guess after object store merge there are changes with json library. The same json deserialization is happening with kvm agent. > -Original Message- > From: Nitin Mehta [mailto:nitin.me...@citrix.com] > Sent: Tuesday, June 25, 2013 12:21 PM > To: dev@cloudstack.apache.org > Subject: Re:

RE: Master broken on systemVM start

2013-06-24 Thread Rajesh Battala
can't find com.cloud.agent.api.com.cloud.agent.api.StartupRoutingCommand at com.cloud.agent.transport.ArrayTypeAdaptor.deserialize(ArrayTypeAdaptor.java:79) at com.cloud.agent.transport.ArrayTypeAdaptor.deserialize(ArrayTypeAdaptor.java:37) at com.google.gson.JsonDeserializerExceptionWrapper.deserialize(JsonDeserializerExc

Re: Review Request 12025: CLOUDSTACK-2304 [ZWPS]NPE while migrating volume from one zone wide primary to another

2013-06-27 Thread Rajesh Battala
This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12025/#review22276 ------- On June 21, 2013, 12:32 p.m., Rajesh Battala wrote: > > ---

Re: Review Request 11992: CLOUDSTACK-2571 ZWPS issues with Enabling/Clearing the Maintenance State of the Storage

2013-06-27 Thread Rajesh Battala
tate. 7. Enable Maintenance Mode of cluster scope Xenserver storage. Delete the storage. Storage got successfully deleted, unmounted from hosts and from db. ZWPS is supported in KVM and VMware, the common code is modified. It should work of VMWare as well without any issues Thanks, Rajesh Battala

Re: Review Request 11992: CLOUDSTACK-2571 ZWPS issues with Enabling/Clearing the Maintenance State of the Storage

2013-06-28 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11992/#review22473 --- On June 27, 2013, 12:39 p.m., Rajesh Battala wrote: > &g

Re: Review Request 11992: CLOUDSTACK-2571 ZWPS issues with Enabling/Clearing the Maintenance State of the Storage

2013-06-28 Thread Rajesh Battala
te. 7. Enable Maintenance Mode of cluster scope Xenserver storage. Delete the storage. Storage got successfully deleted, unmounted from hosts and from db. ZWPS is supported in KVM and VMware, the common code is modified. It should work of VMWare as well without any issues Thanks, Rajesh Battala

Re: Review Request 11992: CLOUDSTACK-2571 ZWPS issues with Enabling/Clearing the Maintenance State of the Storage

2013-06-28 Thread Rajesh Battala
nance mode, " + sp.getId() > > + " is already in PrepareForMaintenance mode > > "); > > } > > } > > > > > > Rajesh Battala wrote: > moved the code

Review Request 12158: CLOUDSTACK-3089-[ZWPS]-NPE-while-cancelling-the-Storage-Maintenance

2013-06-28 Thread Rajesh Battala
/ Thanks, Rajesh Battala

bean exception while running cloudstack on Latest Master.

2013-07-01 Thread Rajesh Battala
actBeanFactory.doGetBean(AbstractBeanFactory.java:277) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322) ... 10 more Thanks Rajesh Battala

RE: bean exception while running cloudstack on Latest Master.

2013-07-01 Thread Rajesh Battala
Jul 01, 2013 at 07:25:22AM +, Rajesh Battala wrote: > > Hi All, > > > > Am on latest master, while launching the jetty server am hitting with > below bean execption server is not getting loaded. > > How to resolve this bean issue? > > In nonCompone

Re: Review Request 11992: CLOUDSTACK-2571 ZWPS issues with Enabling/Clearing the Maintenance State of the Storage

2013-07-01 Thread Rajesh Battala
view22613 --- On June 28, 2013, 9:18 a.m., Rajesh Battala wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://revie

Review Request 12227: NPE wile deployVM in kvm due to capacityIops

2013-07-01 Thread Rajesh Battala
, and deployed the VM in KVM. Vm got successfully deployed. 2. Adding CWPS and deployed the VM in KVM. VM got deployed successfully. Thanks, Rajesh Battala

RE: Review Request 12227: NPE wile deployVM in kvm due to capacityIops

2013-07-02 Thread Rajesh Battala
The issue is that, this patch is dependent on the review https://reviews.apache.org/r/12158/ . I had kept that dependency while creating the review request. First this patch should be committed https://reviews.apache.org/r/12158/ and then the current patch. Thanks Rajesh Battala From: Sateesh

RE: Review Request 12227: NPE wile deployVM in kvm due to capacityIops

2013-07-02 Thread Rajesh Battala
Hi Sateesh, For this patch https://reviews.apache.org/r/12158/ it is dependent on https://reviews.apache.org/r/11992/ . It is already committed by Edison in 4.2 only. Thanks Rajesh Battala > -Original Message- > From: Rajesh Battala [mailto:rajesh.batt...@citrix.com] > Sent

RE: Coding Convention Reminder

2013-07-02 Thread Rajesh Battala
+1. Please check-in the preferences file. > -Original Message- > From: Vijayendra Bhamidipati [mailto:vijayendra.bhamidip...@citrix.com] > Sent: Wednesday, July 3, 2013 5:58 AM > To: dev@cloudstack.apache.org > Subject: RE: Coding Convention Reminder > > +1 to checking in the epf file to

Review Request 12265: CLOUDSTACK-2571-Zone-Wide-Primary-Storage-blocker-issues-while-Enabling-in-Maintenance-State

2013-07-04 Thread Rajesh Battala
/PrimaryDataStoreDaoImpl.java d461d58 server/src/com/cloud/storage/StorageManagerImpl.java 1b5fcc5 server/src/com/cloud/storage/StoragePoolAutomationImpl.java 9bba979 Diff: https://reviews.apache.org/r/12265/diff/ Testing --- Thanks, Rajesh Battala

Review Request 12267: CLOUDSTACK-3089-[ZWPS]-NPE-while-cancelling-the-Storage-Maintenance

2013-07-04 Thread Rajesh Battala
. Bugs: 3089 Repository: cloudstack-git Description --- rebased the patch to master-6-17-stable branch. Diffs - server/src/com/cloud/storage/StoragePoolAutomationImpl.java 9bba979 Diff: https://reviews.apache.org/r/12267/diff/ Testing --- Thanks, Rajesh Battala

Re: Review Request 12227: NPE while deploying any instances in kvm/vmware using ZWPS due to capacityIops

2013-07-04 Thread Rajesh Battala
S and deployed the VM in KVM. VM got deployed successfully. Thanks, Rajesh Battala

RE: Re:RE: Re:RE: Re:RE: Where are the snapshots generated by schedules?

2013-07-05 Thread Rajesh Battala
Hi Enric, This issue is resolved in the 4.1 build with this commit. https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=913e2b38bfe5b29c0c172171e83d4fb7f8a8e6d6 Please use the latest build to resolve the snapshot issue. Thanks Rajesh Battala > -Original Message- >

RE: master not perfect:(

2013-07-05 Thread Rajesh Battala
Hi Daan, Please build the systemvm.iso and remove the tags on xenserver host which will copy the new generated systemvm.iso. Newly built systemvm.iso will resolve this issue. Thanks Rajesh Battala > -Original Message- > From: Daan Hoogland [mailto:dhoogl...@schubergphilis.com]

RE: master not perfect:(

2013-07-05 Thread Rajesh Battala
After the new systemvm.iso is generated and tags/systemvm.iso are removed on xenserver host , when mgmt. server starts, it will copy the new systemvm.iso to the Host. Then the issue will be resolved. > -Original Message- > From: Likitha Shetty [mailto:likitha.she...@citrix.com] > Sent:

Re: Review Request 12265: CLOUDSTACK-2571-Zone-Wide-Primary-Storage-blocker-issues-while-Enabling-in-Maintenance-State

2013-07-08 Thread Rajesh Battala
/ Testing --- Thanks, Rajesh Battala

Re: Review Request 12267: CLOUDSTACK-3089-[ZWPS]-NPE-while-cancelling-the-Storage-Maintenance

2013-07-08 Thread Rajesh Battala
/cloud/storage/StoragePoolAutomationImpl.java 9bba979 Diff: https://reviews.apache.org/r/12267/diff/ Testing --- Thanks, Rajesh Battala

RE: Oracle VM is becoming one of the leaders on Magic Quadrant for x86 Virtualization

2013-07-08 Thread Rajesh Battala
CS supports 2.x OVM. Is there any great/good features added to ovm 3.x? > -Original Message- > From: Wido den Hollander [mailto:w...@widodh.nl] > Sent: Monday, July 8, 2013 8:12 PM > To: dev@cloudstack.apache.org > Subject: Re: Oracle VM is becoming one of the leaders on Magic Quadrant fo

Re: Review Request 12267: CLOUDSTACK-3089-[ZWPS]-NPE-while-cancelling-the-Storage-Maintenance

2013-07-08 Thread Rajesh Battala
: https://reviews.apache.org/r/12267/diff/ Testing --- Thanks, Rajesh Battala

Re: Review Request 12267: CLOUDSTACK-3089-[ZWPS]-NPE-while-cancelling-the-Storage-Maintenance

2013-07-08 Thread Rajesh Battala
> On July 9, 2013, 6:29 a.m., ASF Subversion and Git Services wrote: > > Commit a54d2347fe8c798f4e3f658f683c548583d44485 in branch > > refs/heads/master-6-17-stable from Rajesh Battala > > [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=a54d234 ] > > >

Re: Review Request 11858: CLOUDSTACK-2340 [AWS Style Health Checks] Response of the API listLoadBalancerRuleInstances should show the service state of a VM if health check is configured for it

2013-07-10 Thread Rajesh Battala
it: https://reviews.apache.org/r/11858/#review22950 --- On June 30, 2013, 6:08 a.m., Rajesh Battala wrote: > > --- > This is an automatically generated e-mail. To rep

Re: Review Request 11858: CLOUDSTACK-2340 [AWS Style Health Checks] Response of the API listLoadBalancerRuleInstances should show the service state of a VM if health check is configured for it

2013-07-10 Thread Rajesh Battala
dBalancerRuleInstance api response, it has the field servicestate for all the VM's assigned to the LB rule 2. Created LB rule without healthcheck policy, verified the listLoadBalancerRuleInstance api response wont have the servicestate field for all the VM's assigned to the LB rule Thanks, Rajesh Battala

Re: Review Request 12445: Making sdn gre work with XCP 1.6

2013-07-10 Thread Rajesh Battala
/CitrixResourceBase.java <https://reviews.apache.org/r/12445/#comment46745> there are many white space/tabs in java and py files. can you please post what kind of testing/test cases executed for this patch. - Rajesh Battala On July 10, 2013, 3:31 p.m., tuna

Re: Review Request 12227: NPE while deploying any instances in kvm/vmware using ZWPS due to capacityIops

2013-07-11 Thread Rajesh Battala
g/r/12227/#review22846 --- On July 4, 2013, 12:32 p.m., Rajesh Battala wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://revie

Re: Review Request 12227: NPE while deploying any instances in kvm/vmware using ZWPS due to capacityIops

2013-07-11 Thread Rajesh Battala
view22981 --- On July 4, 2013, 12:32 p.m., Rajesh Battala wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://revie

ip are not getting assigned to VM's created from accounts apart from admin

2013-07-22 Thread Rajesh Battala
isolated network are also not getting ip. Any work around? Thanks Rajesh Battala

RE: ip are not getting assigned to VM's created from accounts apart from admin

2013-07-22 Thread Rajesh Battala
Rebasing to latest 4.2 head, this issue is resolved now. Am getting ip's for VM's created from accounts Thanks Rajesh Battala > -Original Message- > From: Rajesh Battala [mailto:rajesh.batt...@citrix.com] > Sent: Monday, July 22, 2013 3:24 PM > To: dev@cloudstac

Re: Review Request 12943: Replaced virsh() by python-libvirt functions

2013-07-25 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12943/#review23848 --- Ship it! Ship It! - Rajesh Battala On July 25, 2013, 2:01 p.m

RE: help submitting to review board.

2013-07-26 Thread Rajesh Battala
In the groups, use "cloudstack" This should be enough to create the request. Thanks Rajesh Battala > -Original Message- > From: Thomas O'Dowd [mailto:tpod...@cloudian.com] > Sent: Friday, July 26, 2013 2:34 PM > To: Cloudstack DEV > Subject: help submit

Re: Review Request 12963: Fix some simple typos in ConfigurationManager

2013-07-26 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12963/#review23931 --- Ship it! Ship It! - Rajesh Battala On July 26, 2013, 9:07 a.m

Re: Review Request 11858: CLOUDSTACK-2340 [AWS Style Health Checks] Response of the API listLoadBalancerRuleInstances should show the service state of a VM if health check is configured for it

2013-07-26 Thread Rajesh Battala
n automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11858/#review23943 --- On July 10, 2013, 12:37 p.m., Rajesh Battala wrote: > > --- > This is an a

Review Request 12994: CLOUDSTACK-3216 Logs in the Software router are not being rotated

2013-07-27 Thread Rajesh Battala
proxy reading config file monit reading config file ppp reading config file rsyslog 2. Verified after launching the VR, new instances are getting IP and hostname properly. Thanks, Rajesh Battala

  1   2   3   4   5   >