RE: How to add a new API to cloudstack

2012-09-24 Thread Nitin Mehta
For adding table and columns add it to create-schema.sql (and for upgrade put it into schema-302to40.sql ) To add API's you would need to add them to commands.properties file (which holds command name to the JAVA class file reference). You can look into createAccountCmd in commands.properties an

RE: How can I specify the vCPU and ram manually?

2012-10-03 Thread Nitin Mehta
I thought so that is what you were referring to. There is no such provision currently. Can you please file an enhancement request for the same ? From: sx chen [cloudchen0...@gmail.com] Sent: Wednesday, October 03, 2012 10:03 PM To: cloudstack-us...@incubato

RE: How can I specify the vCPU and ram manually?

2012-10-03 Thread Nitin Mehta
As far as implementation goes you can have a look at how to create customizable disk offering for reference and it should be on the same lines. Thinking loud you will have to change deployvm and createservice offering api, allocator logic a bit for pushing customized cpu and ram, capacity checke

RE: new committer: Rohit Yadav

2012-10-08 Thread Nitin Mehta
Congrats Rohit...keep rocking !!! -Original Message- From: Rohit Yadav [mailto:rohit.ya...@citrix.com] Sent: Monday, October 08, 2012 9:19 AM To: cloudstack-dev@incubator.apache.org Subject: RE: new committer: Rohit Yadav Thanks Prasanna! Advance thanks to everyone. (to keep the thread s

RE: Document describing MySQL tables?

2012-10-09 Thread Nitin Mehta
For templates you can refer to volumes table and for isos refer user_vm table if that’s what you were asking for. Thanks, -Nitin -Original Message- From: Mice Xia [mailto:mice_...@tcloudcomputing.com] Sent: Wednesday, October 10, 2012 10:17 AM To: cloudstack-dev@incubator.apache.org Sub

RE: [VOTE] Apache Cloudstack 4.0.0-incubating Release, first round

2012-10-11 Thread Nitin Mehta
Noah - Agree with you. I think whosoever is voting +1 should explicitly indicate the extent to which they have tested it as well. -Original Message- From: Noah Slater [mailto:nsla...@tumbolia.org] Sent: Thursday, October 11, 2012 2:35 PM To: cloudstack-dev@incubator.apache.org Subject: R

Re: UI - Advanced Search Feature

2012-10-11 Thread Nitin Mehta
If you could paste some snapshots in the link that would be great. On 12-Oct-2012, at 12:55 AM, Brian Federle wrote: > Hello all, > > The UI component for the new advanced search feature is now checked into > master. > > You will see an arrow appear in the list view's search text field, which

Re: New PPMC member: Edison Su

2012-10-11 Thread Nitin Mehta
Edison - You deserve it :) congrats man !! On 11-Oct-2012, at 11:02 PM, Kelven Yang wrote: > Congratulations to Edison! > > Kelven > > On 10/11/12 7:27 AM, "Chip Childers" wrote: > >> The Podling Project Management Committee (PPMC) for Apache CloudStack >> has asked Edison to become a member

RE: FS on cloudStack createSnapshot synchronization improvement

2012-10-15 Thread Nitin Mehta
Hi Alena - Why is it that we prefer hosts on which vm is/was running for creating snapshots - do we see performance benefits in any way or it was a convenient way of choosing the host ? For performance benefits can we not choose a host in the cluster which has the least load (in terms of create

RE: Template downloads, ACS 4.0 - build 756

2012-10-19 Thread Nitin Mehta
Try step #2 and #3 and see if it helps. https://cwiki.apache.org/CLOUDSTACK/ssvm-troubleshooting.html From: Kelcey Damage (BBITS) [mailto:kel...@bbits.ca] Sent: Friday, October 19, 2012 1:02 AM To: CloudStack dev list Subject: Template downloads, ACS 4.0 - build 756 Hi Running build 756 and I am

RE: New PPMC Member: Alex Huang

2012-10-30 Thread Nitin Mehta
Congrats Alex. I assumed you were already one :-) Thanks, -Nitin From: Matthew Morrissey [matthew.morris...@sungard.com] Sent: Tuesday, October 30, 2012 8:19 PM To: cloudstack-dev@incubator.apache.org Cc: Alex Huang Subject: Re: New PPMC Member: Alex Huang

Cloudstack API error codes and messages

2012-10-31 Thread Nitin Mehta
Hi All, Do we have a list of Cloudstack exceptions (and corresponding error codes) we expect for each api so that CS API consumer can take corresponding actions ? Also does CS have a standard error message list ? Thanks, -Nitin

Re: Should we have separate "Count" API?

2012-11-06 Thread Nitin Mehta
+1 to adding countOnly flag. On 06-Nov-2012, at 7:02 AM, Vijaykumar Natarajan wrote: > IMHO, > > Instead of a count or countOnly API for each resource type, it'd be better > to create a stats API which returns counts for all resources (no of vms, > no of Ips etc.). This is typically the use c

Re: Should we have separate "Count" API?

2012-11-06 Thread Nitin Mehta
On 06-Nov-2012, at 3:09 PM, Vijaykumar Natarajan wrote: > Isn't listAccounts available to an admin only? Its available for all. Let me know if it doesn't fit your case. > - Original Message ----- > From: Nitin Mehta [mailto:nitin.me...@citrix.com] > Sent: Tuesday, N

Re: Xenserver Host unable to reconnect

2013-02-11 Thread Nitin Mehta
Would it not interfere when you are adding it back ? Do you not have to set the removed column in the host table ? On 12/02/13 12:00 PM, "Devdeep Singh" wrote: >Hi Caleb, > >Do you have any instances running on the host? If not, then removing it >shouldn't cause any problems. Can you also check

Re: Regarding cpu and ram overcommit feature

2013-02-12 Thread Nitin Mehta
What is the down side if we do not update the overcommit ratios on existing vms ? I don¹t see these ratios being changed quite often in the cloud. On 12/02/13 2:57 PM, "Bharat Kumar" wrote: >Hi all, > >As a part of this feature we need to implement a method to update the >overcommit ratios. > >w

Re: [DISCUSS] Scaling up CPU and RAM for running VMs

2013-02-12 Thread Nitin Mehta
Apologize for the delayed response. Was involved in other issues. Please find answers inline. > >-Original Message- >From: Prashant Kumar Mishra [mailto:prashantkumar.mis...@citrix.com] >Sent: Thursday, January 24, 2013 12:26 PM >To: cloudstack-dev@incubator.apache.org &

Re: [ACS4.2] test plan review: Dynamic Scaling up of CPU and RAM

2013-02-12 Thread Nitin Mehta
Please categorize the test plans in different buckets. When presented as a linear list, its difficult to understand what you have covered and what you missed. On 13/02/13 10:50 AM, "Abhinandan Prateek" wrote: >Nitin, > > Please review the following test plan for your 4.2 feature and sign off.

Re: [DISCUSS] Correctly fix cloud- to cloudstack- rename refactoring

2013-02-13 Thread Nitin Mehta
I am would say lets fix real bugs than making these fixes. This can potentially break migration paths and the value add from this change is little except consistency in naming. On 13/02/13 12:05 PM, "Rohit Yadav" wrote: >Pl. rename any script references which have renamed from cloud- to >cloudst

Re: New committer: Likitha Shetty

2013-02-13 Thread Nitin Mehta
Congrats Likitha !!! Well deserved On 13/02/13 8:07 PM, "David Nalley" wrote: >Hi folks: > >The Podling Project Management Committee (PPMC) for Apache CloudStack >has asked Likitha Shetty to become a committer and we are pleased to >announce that they have accepted. > >Being a committer enables

Re: [DISCUSS] Google Summer of Code?

2013-02-14 Thread Nitin Mehta
+1. I would love to participate as well. On 14/02/13 9:21 AM, "Rohit Yadav" wrote: >On Thu, Feb 14, 2013 at 1:45 AM, Joe Brockmeier wrote: >> Hey all, >> >> Google has announced its dates [1] for Summer of Code. We've touched on >> this previously [2] and there was some concern it wasn't a gre

Re: [PROPOSAL] DatabaseCreator: the db deployer, dbv upgrader and db cleaner

2013-02-14 Thread Nitin Mehta
Thanks Rohit. Had few questions for you. Please find them inline. On 14/02/13 2:58 PM, "Rohit Yadav" wrote: >Had discussions with Alex and Abhi on DatabaseCreator. I was earlier >not sure why we need it or how sysadmins would use it. >We had a hangout on G+: https://www.youtube.com/watch?v=Xp2AG

Re: [BLOCKER] SystemVMs come up but don't have agent running

2013-02-14 Thread Nitin Mehta
I am facing this issue as well. On 14/02/13 4:53 PM, "Rohit Yadav" wrote: >I mentioned in a recent thread about build failure about this blocker, >and wanted to confirm. > >Looks like this is an issue and not just for me: >A fresh deployment of basic zone would start systemvms and they are >show

Re: Review Request: CLOUDSTACK-356 Snapshot errors with multiple secondary storage in one zone.

2013-02-14 Thread Nitin Mehta
unique for the cloud. #3 I am not completely convinced that this fix solves the problem. I know there is a bug of multiple sec. storage not having paths on the host and should be fixed but your example doesn't seem right to me. - Nitin Mehta On Feb. 15, 2013, 6:31 a.m., deepti dohare

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-15 Thread Nitin Mehta
, which is not desirable. I would suggest you to do the following. When you delete iso, mark it removed in DB so that its not available for further use. In the storage cleanup thread check whether the iso is detached for the vms and if it is then delete it from the sec. storage. - Nitin Mehta

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-15 Thread Nitin Mehta
: Deepti Dohare mailto:deepti.doh...@citrix.com>> Reply-To: Deepti Dohare mailto:deepti.doh...@citrix.com>> To: "cloudstack-dev@incubator.apache.org<mailto:cloudstack-dev@incubator.apache.org>" mailto:cloudstack-dev@incubator.apache.org>>, Nitin Mehta mailt

Re: android cloudstack client

2013-02-16 Thread Nitin Mehta
As a cloud admin, I would love to keep a tab on my cloud so ideally would want to see the dashboard, general health and alerts on my cloud. It will be also useful for time taking functionalities like taking snapshot, creating a vm etc. so would like to be notified when these operations are done. So

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-18 Thread Nitin Mehta
ache.org>>, Deepti Dohare mailto:deepti.doh...@citrix.com>>, Nitin Mehta mailto:nitin.me...@citrix.com>> Subject: 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 This

Re: [ACS4.2] test plan review: Dynamic Scaling up of CPU and RAM

2013-02-18 Thread Nitin Mehta
> >Details >1-Test plan >https://cwiki.apache.org/confluence/display/CLOUDSTACK/Scaling+up+CPU+and+ >RAM+for+running+VMs > >2-FS >https://cwiki.apache.org/confluence/display/CLOUDSTACK/Dynamic+scaling+of+ >CPU+and+RAM > > > >Thanks >Prashant Kumar Mishra > >

Re: randomlyIncreasingVMInstanceDaoImpl used instead of UserVmDaoImpl

2013-02-19 Thread Nitin Mehta
Would it break something ? And are the other resources like volumes, snapshots following the same logic as well ? Thanks, -Nitin On 20/02/13 11:45 AM, "Kishan Kavala" wrote: >Kelven, >randomlyIncreasingVMInstanceDaoImpl is being used instead of >UserVmDaoImpl in ComponentContext.xml. Was this

Re: [Discuss] CloudStack Collab Summit 2013

2013-02-20 Thread Nitin Mehta
+1 to Rohit's comment. I would recommend having the Europe collab in May or sooner than Nov. as well. Folks here would be eager to participate and contribute in it. Thanks, -Nitin On 20/02/13 1:33 PM, "Rohit Yadav" wrote: >On Wed, Feb 20, 2013 at 2:50 AM, Mark Hinkle >wrote: >> Given that we a

Re: Call for Agenda Items/IRC Weekly Meeting Reminder

2013-02-20 Thread Nitin Mehta
We will never be able to hit a time convenient for all 3 TZ. Lets have 2 meetings and share notes or rotate the timings ? On 20/02/13 4:55 PM, "Abhinandan Prateek" wrote: >Yes, if it can be moved to some earlier timing or our early morning that >would be great ! > >On 20/02/13 4:10 PM, "Rohit Ya

Re: Review Request: CLOUDSTACK-356 Snapshot errors with multiple secondary storage in one zone.

2013-02-20 Thread Nitin Mehta
e.org<mailto:cloudstack-dev@incubator.apache.org>" mailto:cloudstack-dev@incubator.apache.org>>, Deepti Dohare mailto:deepti.doh...@citrix.com>>, Nitin Mehta mailto:nitin.me...@citrix.com>> Subject: Re: Review Request: CLOUDSTACK-356 Snapshot errors with multiple seco

Re: Regarding cpu and ram overcommit.

2013-02-20 Thread Nitin Mehta
Sateesh - Please find my answers inline On 20/02/13 10:28 PM, "Sateesh Chodapuneedi" wrote: >> -Original Message- >> From: Bharat Kumar [mailto:bharat.ku...@citrix.com] >> Sent: 20 February 2013 18:18 >> To: cloudstack-dev@incubator.apache.org >> Subject: Regarding cpu and ram overcommit

Re: Commits with tabs & trailing white space

2013-02-20 Thread Nitin Mehta
Mice - +1 to your suggestion. Things like these should be enforced programmatically rather than relying on good intentions. On 21/02/13 11:11 AM, "Mice Xia" wrote: >Sateesh, > >I just run some scripts: > >find . -name *.java |wc -l >4220 > >find . -name *.java | xargs egrep -c "^[[:space:]]+$"

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-21 Thread Nitin Mehta
please confirm me that this iso wont get deleted during template sync which gets triggered during stop start ssvm or MS restart ? Also can you please put in all the test cases u used for my benefit ? - Nitin Mehta On Feb. 19, 2013, 5:21 p.m., deepti dohare wrote

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
. - Nitin Mehta On Feb. 21, 2013, 10:01 a.m., deepti dohare wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apach

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
orage/download/DownloadMonitorImpl.java: patch does not apply error: patch failed: server/src/com/cloud/template/TemplateAdapterBase.java:76 error: server/src/com/cloud/template/TemplateAdapterBase.java: patch does not apply From: Nitin Mehta mailto:nitin.me...@citrix.com>> Reply-To:

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-25 Thread Nitin Mehta
Code committed with 4d573ddd1bcd4ab27edfb91791a830308236521b From: Deepti Dohare mailto:deepti.doh...@citrix.com>> Reply-To: Deepti Dohare mailto:deepti.doh...@citrix.com>> To: Min Chen mailto:min.c...@citrix.com>> Cc: Nitin Mehta mailto:nitin.me...@citrix.com>&g

Re: Review Request: CLOUDSTACK-1374: Volume table is not getting updated with volume size.

2013-02-25 Thread Nitin Mehta
<https://reviews.apache.org/r/9558/#comment36084> What if the size is already set ? why do we need to set it again ? - Nitin Mehta On Feb. 25, 2013, 12:31 p.m., Sanjay Tripathi wrote: > > --- > This is an automatically g

Re: Review Request: CLOUDSTACK-1374: Volume table is not getting updated with volume size.

2013-02-25 Thread Nitin Mehta
une...@citrix.com>>, "mice_...@tcloudcomputing.com<mailto:mice_...@tcloudcomputing.com>" mailto:mice_...@tcloudcomputing.com>>, Min Chen mailto:min.c...@citrix.com>>, Devdeep Singh mailto:devdeep.si...@citrix.com>> Cc: Nitin Mehta mailto:nitin.

Re: Review Request: CLOUDSTACK-1374: Volume table is not getting updated with volume size.

2013-02-25 Thread Nitin Mehta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9558/#review17072 --- Ship it! Ship It! - Nitin Mehta On Feb. 25, 2013, 4:15 p.m

Re: Nominating Committers

2013-02-25 Thread Nitin Mehta
Can the community guy also self nominate him/her self as well if he/she feels they feel they have graduated to being a committer ? Thanks, -Nitin On 22/02/13 9:47 PM, "Joe Brockmeier" wrote: >Hey all, > >The thread earlier today about nominating committers has made me realize >that the communit

Re: Review Request: CLOUDSTACK-1374: Volume table is not getting updated with volume size.

2013-02-25 Thread Nitin Mehta
> On Feb. 26, 2013, 5:09 a.m., Nitin Mehta wrote: > > Ship It! Pushed with commit 10236bee26f79391838c103972d0afa551e5efd4 - Nitin --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.o

Re: New committer: Sateesh Chodapuneedi

2013-02-26 Thread Nitin Mehta
Congrats Sateesh ! Great work On 27/02/13 7:47 AM, "Ahmad Emneina" wrote: >Congrats Sateesh! > > >On Tue, Feb 26, 2013 at 6:15 PM, Alex Huang wrote: > >> The Podling Project Management Committee (PPMC) for Apache CloudStack >>has >> asked Sateesh Chodapuneedi to become a committer and we are pl

Re: New committer: Radhika Puthiyetath

2013-02-26 Thread Nitin Mehta
Congrats Radhika !! Keep up the tempo :) On 27/02/13 10:23 AM, "Devdeep Singh" wrote: >Congratulations Radhika. > >Regards, >Devdeep > >> -Original Message- >> From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] >> Sent: Wednesday, February 27, 2013 3:28 AM >> To: CloudStack Deve

Re: Review Request: CLOUDSTACK-1156: Limit Primary and Secondary storage for domain/accounts

2013-02-26 Thread Nitin Mehta
we not make all the increment business state transition based - like when volume goes from allocated to ready we increment the volume count and the size etc. ? - Nitin Mehta On Feb. 27, 2013, 5:21 a.m., Sanjay Tripathi wrote: > > ---

Re: Error : cannot find class [com.cloud.storage.allocator.LocalStoragePoolAllocator]

2013-02-26 Thread Nitin Mehta
Culprit commit - 8e360f342d6e72ad3355008456bec13904fe3e2b ? Verify On 27/02/13 11:48 AM, "Rajesh Battala" wrote: >On Latest master while running the cloud am getting this Error. > >T/cloud-plugin-network-f5-4.2.0-SNAPSHOT.pom >cannot find class [com.cloud.storage.allocator.LocalStoragePoolAllo

Re: Review Request: when a template is deleted and then copied over again , it is still marked as "Removed" in template_zone_ref table.

2013-02-27 Thread Nitin Mehta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7018/#review17183 --- Ship it! Ship It! - Nitin Mehta On Jan. 13, 2013, 5:14 p.m

Re: Review Request: when a template is deleted and then copied over again , it is still marked as "Removed" in template_zone_ref table.

2013-02-27 Thread Nitin Mehta
: patch failed: server/src/com/cloud/template/TemplateManagerImpl.java:843 error: server/src/com/cloud/template/TemplateManagerImpl.java: patch does not apply From: Nitin Mehta mailto:nitin.me...@citrix.com>> Reply-To: Nitin Mehta mailto:nitin.me...@citrix.com>> To: Nitin Mehta mai

Re: cloudstack management server resource allocated

2013-02-27 Thread Nitin Mehta
Please refer to https://cwiki.apache.org/CLOUDSTACK/understanding-dashboard.html for the first question you asked. Let me know if you have further questions on that On 27/02/13 5:56 PM, "wenbing yu" wrote: >The environment of my cloudstack deployed is about cloudstack 4.0.1 and >Hypervisor KV

vm state transition related question

2013-02-27 Thread Nitin Mehta
On vm state transition I need to communicate some extra information to one of the listeners which is listening for the transition. How do I achieve that ? It is not generic enough and specific to only one of the listeners. My use case is as follows When vm is dynamically scaled up on a host I ne

Re: HA question

2013-02-27 Thread Nitin Mehta
CS has its own HA logic and doesn't use the native HA of the HV and so the question for enabling the HA for hosts doesn't arise. This is true for XS. For Vmware and KVM, I will let the guru's speak :) On 28/02/13 9:55 AM, "kdam...@apache.org" wrote: >Thanks that¹s awesome, but not quite the answ

Re: HA question

2013-02-27 Thread Nitin Mehta
T) [mailto:kel...@backbonetechnology.com] On >>>Behalf >>> Of kdam...@apache.org >>> Sent: Wednesday, February 27, 2013 8:51 PM >>> To: cloudstack-dev@incubator.apache.org >>> Cc: Hari Kannan >>> Subject: RE: HA question >>> >>> S

Re: HA question

2013-02-27 Thread Nitin Mehta
loudstack-dev@incubator.apache.org >Cc: cloudstack-dev@incubator.apache.org >Subject: Re: HA question > >I could get one started. > >I've saved this thread, and I'll try to get some stuff up in the next >couple days. > >Sent from my iPhone > >On Feb 27, 2013, at

Re: cloudstack management server resource allocated

2013-03-01 Thread Nitin Mehta
er host and crate too much VMS in the all cloudstack >invironment? > >2013/2/28 Nitin Mehta > >> Please refer to >> https://cwiki.apache.org/CLOUDSTACK/understanding-dashboard.html for the >> first question you asked. >> >> Let me know if you have furth

Re: Review Request: CLOUDSTACK-988: HV version must be updated in hypervisor_version column of host table

2013-01-18 Thread Nitin Mehta
because of this ? If yes, we need to take care of migration as well. - Nitin Mehta On Jan. 17, 2013, 12:46 p.m., Koushik Das wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apach

Re: social network of our community

2013-01-21 Thread Nitin Mehta
Sebestian - interesting graph :) maybe you can add this to Joe's blog. Can you tell me what do the colors stand for currently - you mentioned something related to sub-communities ? On 22/01/13 1:56 AM, "kdam...@apache.org" wrote: >Hmm, > >I need to send more emails is what I'm reading from this

Re: [DISCUSS] Scaling up CPU and RAM for running VMs

2013-01-21 Thread Nitin Mehta
Hari - I am yet to update the FS. I will do that very soon. Answer to your questions inline. On 22/01/13 10:50 AM, "Hari Kannan" wrote: >Hello Nitin, Koushik, > >I'm following up on this feature - is the FS located here still >accurate/up to date? > >I also wish to get clarification on a couple

Re: Weekly News for 21 January is posted

2013-01-22 Thread Nitin Mehta
Thanks Joe. Can you please add the Bangalore meet up info as well. Its there in the list. -Nitin On 22/01/13 9:11 AM, "Joe Brockmeier" wrote: >https://blogs.apache.org/cloudstack/entry/apache_cloudstack_weekly_news_21 > >Note - I'll include all the vote results from today in next week's news. >

Re: [DISCUSS] Scaling up CPU and RAM for running VMs

2013-01-22 Thread Nitin Mehta
Chiradeep - thanks for your questions. Please find my answers inline. I might not have the best solutions for some of them so looking for some guidance as well. All these interactions make for good test cases so the QA for this feature should test these interactions. On 22/01/13 12:18 PM, "Chirad

Re: not able to loggin to user account through CloudStack UI

2013-01-22 Thread Nitin Mehta
listZones should be available for all the users. Can you please give a look as to what code got checked in master yesterday and if there is something related to this - should be easy to find ? On 23/01/13 12:12 PM, "Sanjay Tripathi" wrote: >Hi all, > >While logging into a user account through Cl

Re: jobid tracking in logs

2013-01-22 Thread Nitin Mehta
Thanks so much. I have been wanting to bring this up for so long Kelven - what is the guidance ? Do we start logging the UUID instead of the job id in the MS logs ? This needs to be updated in the docs as well - http://incubator.apache.org/cloudstack/docs/en-US/Apache_CloudStack/4.0.0-i ncubating/

Re: not able to loggin to user account through CloudStack UI

2013-01-22 Thread Nitin Mehta
5ce2dfd00dd8a4ea >3272ad7da2be6d060c5c > > >> -Original Message- >> From: Nitin Mehta [mailto:nitin.me...@citrix.com] >> Sent: Wednesday, January 23, 2013 12:20 PM >> To: cloudstack-dev@incubator.apache.org >> Subject: Re: not able to loggin to user account through

Re: CloudStack VS OpenStack - stack wars

2013-01-23 Thread Nitin Mehta
Ilya - IMHO CS has much more "production" experience than Openstack :). You can also defend it by pointing out its simple deployment architecture with wide array of features for all the Hvs. It scores over Openstack in this cases. On 23/01/13 6:05 AM, "Musayev, Ilya" wrote: >So would like to s

Re: Storage Architecture IRC Meeting

2013-01-23 Thread Nitin Mehta
Did this already happen ? If yes, can you please share the MOM ? If not, is it possible to do it like morning EDT time ? I am fine doing it till 12 pm EDT. Thanks, -Nitin On 24/01/13 12:50 AM, "John Burwell" wrote: >All, > >Sounds like the consensus is 2pm EDT tomorrow (23 Jan 2013). If there

Re: jobid tracking in logs

2013-01-23 Thread Nitin Mehta
and extends the logs but I'm okay >both ways. > >--Alex > >> -Original Message- >> From: Nitin Mehta [mailto:nitin.me...@citrix.com] >> Sent: Tuesday, January 22, 2013 10:59 PM >> To: cloudstack-dev@incubator.apache.org >> Cc: Kelven Yang;

Re: New committer: John Burwell

2013-01-24 Thread Nitin Mehta
Congrats John and thanks for your S3 work :) On 24/01/13 6:54 PM, "David Nalley" wrote: >The Podling Project Management Committee (PPMC) for Apache CloudStack >has asked John Burwell to become a committer and we are pleased to >announce that they have accepted. > >Being a committer enables easie

Re: Review Request: CLOUDSTACK-713 Limit Resources to domain/accounts

2013-01-28 Thread Nitin Mehta
https://reviews.apache.org/r/9110/#comment33903> I see this boilerplate code everywhere. Please make this a single line function call - Nitin Mehta On Jan. 25, 2013, 1:52 p.m., Sanjay Tripathi wrote: > > --- > This is an au

Re: [DISCUSS] DeployVirtualMachine userdata enhancements

2013-01-29 Thread Nitin Mehta
Good point Rohit, but I suggest making only those API's POST which create a resource (like deployVm here) and not all of them. Ideally, we need to be using the right http methods for a true restful web service. Also about the length part, how then we allow user data to be of size 2kb currently ?

Re: [DISCUSS] DeployVirtualMachine userdata enhancements

2013-01-29 Thread Nitin Mehta
eb service in the future. > >And by the way, does 'create resource tag(s) API' have the same >requirement? Max length of tag value is 255 now. > >Regards >Mice > >-Original Message- >From: Nitin Mehta [mailto:nitin.me...@citrix.com] >Sent: Wed

Re: API Problem with listAsyncJobs

2013-01-30 Thread Nitin Mehta
Is the job work done – can you please check the logs ? Some of the jobs can take long time to execute – say creating a 100gb snapshot. From: Antonio Petrocelli mailto:a.petroce...@netsons.com>> Reply-To: "cloudstack-dev@incubator.apache.org" mailto:

Re: Review Request: CLOUDSTACK-667: VM's base image updation facility

2013-01-30 Thread Nitin Mehta
com/cloud/vm/UserVmManagerImpl.java <https://reviews.apache.org/r/9158/#comment34128> dont you have to do access check whether this user is allowed to access this template ? - Nitin Mehta On Jan. 30, 2013, 11:32 a.m., Harikrishna Patnala wrote: > >

Re: Review Request: CLOUDSTACK-745: Reset a VM on reboot

2013-01-30 Thread Nitin Mehta
omment34136> You would need the same change for stop start vm as well... server/src/com/cloud/vm/UserVmManagerImpl.java <https://reviews.apache.org/r/9157/#comment34134> improve the log msg - Nitin Mehta On Jan. 30, 2013, 11:32 a

Re: Review Request: Cloudstack-711 Cpu and ram overcommit at cluster level.

2013-01-31 Thread Nitin Mehta
ewhr server/src/com/cloud/capacity/CapacityManagerImpl.java <https://reviews.apache.org/r/9156/#comment34220> add ram over commit ratio as well server/src/com/cloud/vm/VirtualMachineManagerImpl.java <https://reviews.apache.org/r/9156/#comment34221>

Re: Review Request: CLOUDSTACK-667: VM's base image updation facility

2013-01-31 Thread Nitin Mehta
..wht do you think ? server/src/com/cloud/vm/UserVmManagerImpl.java <https://reviews.apache.org/r/9158/#comment34233> correct tabs here n across the code as well - Nitin Mehta On Jan. 31, 2013, 4:17 p.m., Harikrishna Patnala wrote: > > --

Re: new committer: Koushik Das

2013-01-31 Thread Nitin Mehta
CongratsŠnow commit the code you reviewed :) On 01/02/13 8:02 AM, "Abhinandan Prateek" wrote: >Congrats Da ! It was long due. > > >On 01-Feb-2013, at 4:13 AM, "Alex Huang" wrote: > >> The Podling Project Management Committee (PPMC) for Apache CloudStack >> has asked Koushik Das to become a comm

Re: Review Request: Cloudstack-711 Cpu and ram overcommit at cluster level.

2013-01-31 Thread Nitin Mehta
re that the logging is consistent...please...you would want to show the over provisioned cpu and ram. server/src/com/cloud/resource/ResourceManagerImpl.java <https://reviews.apache.org/r/9156/#comment34292> What does this mean ? Is this logic broken for other hypervisors ? - Nitin M

Re: Review Request: Multiple snapshots on a volume failing on XenServer 6.1.

2013-02-01 Thread Nitin Mehta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8623/#review15999 --- Ship it! Ship It! - Nitin Mehta On Dec. 16, 2012, 10:46 a.m

Re: Review Request: CLOUDSTACK-606: Starting VM fails with 'ConcurrentOperationException' in a clustered MS scenario

2013-02-01 Thread Nitin Mehta
Submitted with commit 777147ce8a47238125a5439f207c225aa9db5304 Author: Koushik Das Date: Fri Feb 1 15:34:41 2013 +0530 On 01/02/13 2:55 PM, "Koushik Das" wrote: > >--- >This is an automatically generated e-mail. To reply, visit: >http

Re: Review Request: Multiple snapshots on a volume failing on XenServer 6.1.

2013-02-01 Thread Nitin Mehta
Submitted with commit e162876605a31a4687ac77c5554e0a15ea7dda55 Author: Devdeep Singh Date: Fri Feb 1 15:25:26 2013 +0530 From: Nitin Mehta mailto:nitin.me...@citrix.com>> Reply-To: Nitin Mehta mailto:nitin.me...@citrix.com>> To: "cloudstack-dev@incubator.apache.org<m

Re: master broken?

2013-02-01 Thread Nitin Mehta
Fixed this. Sorry missed a file. On 01/02/13 4:06 PM, "Prasanna Santhanam" wrote: >https://builds.apache.org/view/A-F/view/Cloudstack/job/cloudstack-master-m >aven/591/ > >missed files in checkin? 777147ce8a47238125a5439f207c225aa9db5304 >-- >Prasanna.,

Re: docs.cloudstack.org

2013-02-06 Thread Nitin Mehta
That¹s a bad design. Clicking to show children every time. I am looking for High availability doc that used to be there. On 06/02/13 8:43 PM, "Abhinandan Prateek" wrote: >Probably you are looking for this >https://cwiki.apache.org/CLOUDSTACK/design.html >You need to click on "Show Children" on

Re: Review Request: CLOUDSTACK-924: source_template_id set to NULL when a template is created from a snapshot

2013-02-06 Thread Nitin Mehta
> On Jan. 9, 2013, 8:43 a.m., Nitin Mehta wrote: > > You need to take care of migration as well. Any thoughts on that ? > > Saksham Srivastava wrote: > The fix is only for the new volumes which are created from snapshots > which were themselves created from volumes

Re: Review Request: CLOUDSTACK-667: VM's base image updation facility

2013-02-06 Thread Nitin Mehta
please check ? - Nitin Mehta On Feb. 1, 2013, 2:20 p.m., Harikrishna Patnala wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apach

Re: Review Request: BUG-ID: CLOUDSTACK-1206

2013-02-08 Thread Nitin Mehta
Pradeep - It would be great if you could also summarize what the issue was and what was your fix Thanks, -Nitin On 08/02/13 2:20 PM, "Pradeep Soundararajan" wrote: > >--- >This is an automatically generated e-mail. To reply, visit: >https:

Re: 100 brownie points :P

2013-02-11 Thread Nitin Mehta
I think the reason is that the exception class where these are used implement the Serializable interface. The purpose of the serialization version UID is to keep track of different versions of a class in order to perform valid serialization of objects. The idea is to generate an ID that is unique

Re: cloudstack 4 incubating - local storage not working

2012-11-26 Thread Nitin Mehta
Romain - Please find my answer inline. On 26-Nov-2012, at 9:39 PM, wrote: > Good day, > > i'd like to run my VM on local storage (as i don't need functionalities > provided by shared primary storage). > > Actually: > - i've local storage enabled in my zone > - i've local storage configured (i

Re: Collab12: developers, committers, PPMC members group photo tomorrow

2012-12-02 Thread Nitin Mehta
Share the pic please :)….along with the names :) On 02-Dec-2012, at 6:53 AM, Rohit Yadav wrote: > Let's meet in Room 601/Casanova at 8:30AM for a group photo, jzb will help > take the photos. > I'm really looking forward to have a group photo with all the developers, > committers and PPMC membe

Re: Error : Cannot change RAM memory for console, ssvm, ...

2012-12-02 Thread Nitin Mehta
Yeah seem like one. Can you please file a bug for this. As a workaround can you create a system offering for ssvm and specify the same in the global settings. I think that should work. On 01-Dec-2012, at 10:07 PM, Charles Moulliard wrote: > Hi, > > When I use the Web interface of Cloudstack 4.1

Re: How to fix bug with a local version

2012-12-02 Thread Nitin Mehta
Were you not able to find a corresponding bug in Apache Jira ? I see Sheng Yang fixed it. Thanks, -Nitin On 02-Dec-2012, at 8:17 PM, sx chen wrote: > Hi, > all. > For my reason,My local version is 3.0.2,and we had do some development > on this version. > So how do i fix the bug that the 3.0

Re: How to fix bug with a local version

2012-12-02 Thread Nitin Mehta
2012 -0700 CS-14421: Clean /etc/network/interfaces when sysytemvm reboot On 03-Dec-2012, at 12:21 AM, Nitin Mehta wrote: > Were you not able to find a corresponding bug in Apache Jira ? I see Sheng > Yang fixed it. > > Thanks, > -Nitin > > On 02-Dec-2012, at 8

Re: RestoreVM cmd, root volume gets recreated

2012-12-02 Thread Nitin Mehta
As discussed restore vm api is for resetting the vm with a new volume in case its existing volume gets corrupted whereas recover vm is used to recover the vm when its in the destroyed state before it gets expunged. That said currently only recover vm option is available through the UI and the ac

Re: XenServer & VM Snapshots

2012-12-04 Thread Nitin Mehta
On 04-Dec-2012, at 12:44 PM, Marc Cirauqui wrote: If I may, we've detected very poor performance executing snapshots. We think it's due to XenServer's API, I don't know how and why, but the API is very slow and runs one task at a time (if it is doing paralelization it's almost nothing). Do you

Re: Unused API Cmd classes, remove bloat?

2012-12-06 Thread Nitin Mehta
Rohit - my answers inline. On 07-Dec-2012, at 1:12 AM, Rohit Yadav wrote: > I found following APIs which lack the (apiname, class and roles) mappings in > commands.properties: > > CreatePrivateNetworkCmd > DestroyConsoleProxyCmd > ListRecurringSnapshotScheduleCmd I don't see all the three abov

Re: Question on ListEventsCmd

2012-12-09 Thread Nitin Mehta
Min - I will take a stab at this. See if this makes sense to you. I haven't used them but I think the intention of the code should be this. If say you want to query events within a time range then you will use these parameter. Say at this point of time you want to get all the events that took p

Re: Review Request: Multiple snapshots on a volume failing on XenServer 6.1.

2012-12-16 Thread Nitin Mehta
hard code the path in the file rather than passing it as an argument ? - Nitin Mehta On Dec. 16, 2012, 10:46 a.m., Devdeep Singh wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Re: Review Request: CLOUDSTACK-643: KVM snapshots deleted via API not deleted from physical secondary storage

2012-12-16 Thread Nitin Mehta
marked removed in DB we need to check if its deleted from secondary storage as well. - Nitin Mehta On Dec. 15, 2012, 3:22 a.m., Prasanna Santhanam wrote: > > --- > This is an automatically generated e-mail. To reply, visit

Re: [DISCUSS] Scaling up CPU and RAM for running VMs

2012-12-17 Thread Nitin Mehta
On 18-Dec-2012, at 8:54 AM, Mice Xia wrote: > Great feature and I believe a lot of customers need it, hope Xenserver will > support dynamic memory change one day. > > [Koushik] > Assuming that in the updated compute offering only CPU and RAM has changed, > the deployment planner can either sel

Re: [DISCUSS] Enabling storage xenmotion on xenserver 6.1

2012-12-19 Thread Nitin Mehta
+1 Would this be available for system vms (ssvm, cpvm and rvm ) as well ? Thanks, -Nitin On 19-Dec-2012, at 2:33 PM, Devdeep Singh wrote: > Hi Alex, > > I was planning to cover the following scenarios: > 1. Live migrate a VM with disks from Host A to Host B within the same > cluster. This cu

  1   2   3   >