Re: [Question] GUI and failed async commands

2015-01-27 Thread Nitin Mehta
Yeah it is somewhat confusing experience. Async api has 2 parts - 1. Sync part - does basic checks, db creation/updates and returns job id 2. Async part - Does the actual business logic and contacting the resource layer. At some places UI returns on #1 itself reporting success, whereas in some cas

Re: [QUESTION] Attached/Detached Volume State

2015-01-13 Thread Nitin Mehta
in question from transitions that are >>invalid >> given it's current state (this is what I would expect). >> >> I do not see, say, the attach and detach operations being serialized. It >> seems they are running simultaneously. >> >> On Tue, Ja

Re: [QUESTION] Synchronizing across management servers

2015-01-13 Thread Nitin Mehta
Yes, it should do it for you. Please check for the references of this method and ensure there are other logic pieces using this. It might help if you can you give some context of of your use case ? Thanks, -Nitin On 13/01/15 4:12 PM, "Mike Tutkowski" wrote: >Hi, > >I have code in my plug-in tha

Re: [QUESTION] Locking versus State Transitioning

2015-01-13 Thread Nitin Mehta
Hey Mike, State transition shouldn¹t be used for serialization. Our job framework should do the same. If not, then its a bug. Also, in this case locking on snapshot doesn't help, shouldn¹t it be on the volume ? Thanks, -Nitin On 13/01/15 12:34 PM, "Mike Tutkowski" wrote: >Hi, > >I noticed while

Re: [QUESTION] Attached/Detached Volume State

2015-01-13 Thread Nitin Mehta
States shouldn¹t be used to serialize operations on a volume. It should be used to denote the lifecycle of the volume instead. I think the async job manager does take care of the serialization. Which version do you see this issue happening ? Thanks, -Nitin On 13/01/15 12:28 PM, "Mike Tutkowski"

Re: [QUESTION] Integration Port

2015-01-09 Thread Nitin Mehta
Some documentation on list API can be found at https://cwiki.apache.org/confluence/display/CLOUDSTACK/List*+API+commands+r ules Thanks, -Nitin On 08/01/15 12:51 PM, "Mike Tutkowski" wrote: >Thanks for the response. > >I was under the impression that listAll used to return all volumes >(regardle

Re: I am not able to register or delete a new Template/ISO in CloudStack 4.5

2014-12-11 Thread Nitin Mehta
Try using - https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates,+Sec ondary+storage+troubleshooting or Google(for pinpointed answers) Cheers, -Nitin On 11/12/14 3:41 PM, "Abhinandan Prateek" wrote: >It takes some time for the template to be downloaded. Recently when I >trie

Re: [Question] System VM

2014-12-08 Thread Nitin Mehta
I kind of doubt that the new systemvm.iso will be propagated to the sec. storage. You can always follow the process in the wiki [1] to propagate the new iso which will contain your code change. [1] https://cwiki.apache.org/confluence/display/CLOUDSTACK/SystemVm.iso#SystemV m.iso-VMWare Thanks, -

Re: WTF: Difference between schemas across branches?

2014-12-01 Thread Nitin Mehta
0e2e6995 setup/db/db/schema-421to430.sql (Nitin Mehta 2014-01-30 >17:59:55 -0800 306) `cloud`.`template_store_ref` ON >template_store_ref.template_id = vm_template.id and >template_store_ref.store_role = 'Image' and template_store_ref.destroyed=0 > >While on

Re: Random placing of Snapshots on multiple Secondary Storages

2014-12-01 Thread Nitin Mehta
Its hardcoded so unfortunately can't be changed at the moment. There is a JIRA bug for this enhancement. Thanks, -Nitin On 29/11/14 6:44 PM, "Wadia, Yohan" wrote: > >Hi, > >Can anyone help me with this? > >-Original Message- >From: Wadia, Yohan [mailto:ywa...@virtela.net] >Sent: 28 Nove

Re: [DISCUSS] Major business logic refactoring: Move from Account to UserAccount

2014-11-14 Thread Nitin Mehta
Mike - we already do that in the action events (event table) ? We log the user_id as well and so we always would know the user responsible for an action One thing better we can do there is have a resource_id column in the table since the resource_id is currently embedded in the description at the

Re: About param of cloudstack api

2014-11-07 Thread Nitin Mehta
There should be UI doing the same thing and you can intercept the api logs or use firebug to see how it did. Deployvm takes in a list of network ids as well. You can check that. On 06/11/14 11:57 PM, "lky" wrote: >I know use cloudstack api need to build the sig and python shell can >do >this

Re: Pulling Resource usage for domain or account

2014-10-24 Thread Nitin Mehta
I think listAccounts api also gives that info ? If this is not easy to find please find an enhancement on JIRA. Thanks. -Nitin On 24/10/14 11:51 AM, "Logan Barfield" wrote: >We have a cluster that is dedicated to a specific domain, and that domain >has resource limits set. > >What would be the

Re: Couple of questions about the 4.4.1 systemvm (re failed VR upgrades) and how to fix it

2014-10-22 Thread Nitin Mehta
The logs are too short, can you paste all of them for this job id ? Also search for building the systemvm.iso @ https://cwiki.apache.org/confluence/display/CLOUDSTACK/How+to+build+CloudSt ack Depending on the hypervisor make sure the newly built iso is at corresponding location. Thanks, -Nitin On

Re: Help in Adding XenServer to CS Management Server

2014-10-21 Thread Nitin Mehta
Sorry got sent accidentally [2] - https://cwiki.apache.org/confluence/display/CLOUDSTACK/SystemVm.iso On 21/10/14 1:45 PM, "Nitin Mehta" wrote: >I am talking about systemvm.iso and not the systemvm template >Systemvm.iso contains all our systemvm (ssvm, cpvm, routervm) agent &

Re: Help in Adding XenServer to CS Management Server

2014-10-21 Thread Nitin Mehta
job%2Fcloudstack-4.4-systemvm64%2FlastStabl >eBuild%2F . This Build #132. > >My XenServer is 5.6 SP2 and CS Mgmt Server is built from master. > >Please verify is this is the right combination. > >Thanks & Regards, >Ritu S. > > >-Original Message- >From: Nitin

Re: Help in Adding XenServer to CS Management Server

2014-10-21 Thread Nitin Mehta
Make sure you are using the right systemvm.iso, for this version and for this hypervisor. You won't find scripts if scripts in sytemvm.iso havent been injected onto ssvm You can also login from Xencenter into ssvm and check logs as well. On 21/10/14 10:03 AM, "Ritu Sabharwal" wrote: >Hi Rajani,

Re: Review Request 26871: CLOUDSTACK-7748: Cloudstack version number is missing in system vm template.

2014-10-21 Thread Nitin Mehta
/configure_systemvm_services.sh <https://reviews.apache.org/r/26871/#comment98389> Hari - I am not too familiar with the code so do educate me if I am wrong but as I have been asking repeated times why can we not make version mandatory rather than change this every release like you are doing right now ? -

Re: SSL Usages in CloudStack

2014-10-17 Thread Nitin Mehta
For Apache server as pointed by Sheng here are some pointers. Its used in the following scenarios(though SSL by default is disabled). * Console view of virtual machines available through Console Proxy virtual machine (CPVM) * Copy Template available through Secondary Storage virtual machine (SSVM)

Re: Review Request 26871: CLOUDSTACK-7748: Cloudstack version number is missing in system vm template.

2014-10-17 Thread Nitin Mehta
> On Oct. 17, 2014, 5:41 p.m., Nitin Mehta wrote: > > tools/appliance/build.sh, line 253 > > <https://reviews.apache.org/r/26871/diff/1/?file=724288#file724288line253> > > > > Why should version be optional at all ? > > 1. I think it should be ma

Re: Review Request 26871: CLOUDSTACK-7748: Cloudstack version number is missing in system vm template.

2014-10-17 Thread Nitin Mehta
871/#comment97683> Why should version be optional at all ? 1. I think it should be mandatory. 2. I would like you to do a more harder check on version making sure it is in correct format as per expectations say it should be > 1.0 and less than say 10.0 < it should be an integer et

Re: Template VHD Error

2014-10-15 Thread Nitin Mehta
Refer to #22 @ https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates,+Sec ondary+storage+troubleshooting Thanks, -Nitin On 15/10/14 1:27 PM, "Mo" wrote: >Attempting to upload a template I made within Virtual Box (VHD format) I >get the following after it downloads: > > >Failed

Re: how to add new data table to DB

2014-10-08 Thread Nitin Mehta
I kind of agree with Mike. We shouldn¹t really be adding tables with plugins. If there is a need to do so then its a limitation with our plugin framework and should be enhanced accordingly. It would good if you could specify your use case and why it can't be fitted with existing schema. Thanks, -N

Re: Urgent. Importing certificate to CS 4.3.1 using GUI

2014-10-08 Thread Nitin Mehta
Sadhu - Please do update the thread once you have some observation. Thanks -Nitin On 08/10/14 5:27 AM, "Suresh Sadhu" wrote: >HI France, > >I can help today . >My personal email id is mailtosa...@gmail.com > > >Regards >sadhu > >-Original Message- >From: Stephen Turner [mailto:stephen.

Re: Build failed in Jenkins: simulator-singlerun #485

2014-10-01 Thread Nitin Mehta
Talluri/Hugo/Others with knowledge of Jenkins - Can you please look into this and check why we keep getting false alarms because of issues on Jenkins side ? Thanks, -Nitin On 01/10/14 1:15 PM, "jenk...@cloudstack.org" wrote: >See

Re: Unable to upload SSL certificate for realhostip replacement

2014-10-01 Thread Nitin Mehta
Just an FYI - For troubleshooting in this area do refer to https://cwiki.apache.org/confluence/display/CLOUDSTACK/Troubleshooting+-+up loading+custom+domain+certificate+instead+of+using+realhostip.com Thanks, -Nitin On 01/10/14 12:17 PM, "Rohit Yadav" wrote: >Hi Amogh, > >Thanks for pointing in

Re: Build failed in Jenkins: simulator-singlerun #458

2014-09-29 Thread Nitin Mehta
the start of every run. > >[xUnit] [INFO] - Starting to record. >[xUnit] [INFO] - Processing JUnit >[xUnit] [INFO] - [JUnit] - No test report file(s) were found with the >pattern 'xunit.xml' relative to > >Thanks, >~Talluri > > > >On 26/09/14 8:04 pm, &q

Re: Build failed in Jenkins: simulator-singlerun #458

2014-09-26 Thread Nitin Mehta
Hugo/others - Any idea we keep getting this intermittent exception from Jenkins and how can we fix it ? Googling for NoFoundTestException didn't help much. Thanks, -Nitin On 26/09/14 5:27 AM, "jenk...@cloudstack.org" wrote: >See

Re: Launch a VM (not from a template)

2014-09-22 Thread Nitin Mehta
Marcus - I think its possible even now in CS. I don¹t think we need another api. 1. You can create a vm using the deployvm api with flag startvm=false. This would create vm and its corresponding resources db records without actually creating them. You can give a dummy template for now as it still n

Re: SSVM JAVA PROCESS NOT RUNNING, systemvm didn't get patched with the agent specific code

2014-09-04 Thread Nitin Mehta
For future reference do look at https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates,+Sec ondary+storage+troubleshooting For ssvm related issues. This was covered by #9 in the wiki. On 04/09/14 3:47 AM, "Punith S" wrote: >thanks Hugo, it's working now :) > >cheers! > > >On Thu

Re: Review Request 25248: Fix NPE in case VM is started and its template does not exist anymore

2014-09-04 Thread Nitin Mehta
> On Sept. 2, 2014, 7:01 p.m., Nitin Mehta wrote: > > engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java, line > > 814 > > <https://reviews.apache.org/r/25248/diff/1/?file=673914#file673914line814> > > > > Checking for template==n

wiki on systemvm.iso

2014-09-03 Thread Nitin Mehta
I created a short write up on systemvm.iso to the best of my knowledge. Devs/Users can use this to understand how systemvm.iso is propagated and use it to debug their setup. Since its propagation depends on each hypervisor I might have missed few things so please review and correct it. https://

Re: Realhostip service extended till Sep 30th

2014-09-02 Thread Nitin Mehta
Created another wiki [1] for troubleshooting and information on the implementation details. [1] https://cwiki.apache.org/confluence/display/CLOUDSTACK/Troubleshooting+-+up loading+custom+domain+certificate+instead+of+using+realhostip.com Thanks, -Nitin On 05/06/14 7:03 PM, "Nitin

Re: Review Request 25248: Fix NPE in case VM is started and its template does not exist anymore

2014-09-02 Thread Nitin Mehta
> On Sept. 2, 2014, 7:01 p.m., Nitin Mehta wrote: > > engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java, line > > 814 > > <https://reviews.apache.org/r/25248/diff/1/?file=673914#file673914line814> > > > > Checking for template==n

Re: Review Request 25248: Fix NPE in case VM is started and its template does not exist anymore

2014-09-02 Thread Nitin Mehta
mplate removed since the volume already exists. 3. If you see how template is used below...if it has to 'create' a new volume the template shouldnt be removed but again the validations should be in api layer. - Nitin Mehta On Sept. 2, 2014, 1:53 p.m., R

Re: Review Request for CLOUDSTACK-6254

2014-08-25 Thread Nitin Mehta
Hi David - Thanks for working on this. I have sent you review comments. Thanks, -Nitin On 25/08/14 1:47 PM, "David Bierce" wrote: >Hello ‹ > >I was wondering if someone could take a look at >https://issues.apache.org/jira/browse/CLOUDSTACK-6254 I¹ve submitted a >patch to work around the issue

Re: Review Request 24779: [CLOUDSTACK-6254] Template disappears when download cleanup

2014-08-25 Thread Nitin Mehta
t that code and fix it same way - keeping it consistent and more elegant ? - Nitin Mehta On Aug. 17, 2014, 3:02 a.m., David Bierce wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Re: cannot create template

2014-08-15 Thread Nitin Mehta
There is NPE in the answer right ? Vmware resource throws that {"storage.CreatePrivateTemplateAnswer":{"_virtualSize":0,"_physicalSize":0, "result":false,"details":"CreatePrivateTemplateFromVolumeCommand exception: java.lang.NullPointerException\ncom.cloud.hypervisor.vmware.mo.HostMO.getVm Propert

Re: Regarding Shrinking of Volume

2014-08-13 Thread Nitin Mehta
I think there are 2 bugs here Api level - If shrinking is not allowed say in XS it should fail fast and say that strinking is not allowed in XS rather than going through the resource layer and trying the operation and getting the error from XS. Test case - I would modify the test case to expect suc

Re: [DISCUSS] Removing template URL format checking logic

2014-08-11 Thread Nitin Mehta
n debugging issues thrown by later orchestration flow that relies on >template/volume in specific file format. A better fix to address the issue >raised in CLOUDSTACK-5512 is to fix the code to parse download or upload >URI properly to get correct path. I will check in such a fix soon. > >Thanks

Re: [DISCUSS] Removing template URL format checking logic

2014-08-11 Thread Nitin Mehta
Hi Min, We need to do this for Upload Volume as well - right ? Thanks, -Nitin On 11/08/14 3:01 PM, "Min Chen" wrote: >Just checked in a fix to remove similar format check for ISO for >https://issues.apache.org/jira/browse/CLOUDSTACK-7312. > >Thanks >-min > >On 8/11/14 9:59 AM, "Rohit Yadav" w

Re: Unable to add ISO

2014-08-08 Thread Nitin Mehta
See if the wiki helps https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates,+Sec ondary+storage+troubleshooting On 08/08/14 10:40 AM, "Elapavuluri, Jaya" wrote: >Hello, > >I am trying to register an iso under the template-> iso section of >cloudstack. I have given proper url li

Re: [DB-CHANGE] Infrastructure tab fails to load with db exception

2014-08-06 Thread Nitin Mehta
ently have to examine the DB changes to come up with a workaround >to keep his/her current env running properly after a code update. > >On Wednesday, August 6, 2014, Nitin Mehta >mailto:nitin.me...@citrix.com>> wrote: >Agreed. Added that information in the bug. > &g

Re: [DB-CHANGE] Infrastructure tab fails to load with db exception

2014-08-06 Thread Nitin Mehta
sed 4.4, db upgrade changes should be accepted >only to 4.4-4.5 scripts. If someone makes the changes to, say 4.3-4.4, the >mailing list should be notified, and the changes have to be reverted. > >-Alena. > >On 8/6/14, 11:03 AM, "Nitin Mehta" wrote: > >>This should b

Re: [DB-CHANGE] Infrastructure tab fails to load with db exception

2014-08-06 Thread Nitin Mehta
case db >changes are committed, but we do not do it anymore. >In case you are on dev setup on master branch post the following commit : >commit b9d834e83854009483f6d061f9996e5ffaa9b883 >Author: Nitin Mehta >Date: Tue Aug 5 17:29:34 2014 -0700 >CLOUDSTACK-4200: listSystemVMs API an

Re: Review Request 24314: CLOUDSTACK-6695: UI: Added support for uploading a chain of certificates

2014-08-06 Thread Nitin Mehta
but best to have a UI expert to take a look as well. - Nitin Mehta On Aug. 5, 2014, 9:03 p.m., Mihaela Stoica wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: SSL keystore file name

2014-07-25 Thread Nitin Mehta
Kishan - Thanks for the info. Can you explain a bit more on why we did this ? Where and how is it used and whether upgrade will be affected ? Thanks, -Nitin On 25/07/14 4:10 AM, "Kishan Kavala" wrote: >SSl keystore was changed from cloud.keystore to >cloudmanagementserver.keystore with below co

Re: download template -> delete vhd

2014-07-24 Thread Nitin Mehta
Tomasz - This fix works but you should rather make the fix on the MS code which sends the deletion command rather than on the systemvm side. Moreover if you stop/start ssvm you would loose this jar. You have to rebuild systemvm.iso and put it back on the host (depends on hypervisor in use). My sug

Re: download template -> delete vhd

2014-07-23 Thread Nitin Mehta
Tomas - Its not the same, there have been fixes made in ACS master/4.4. But as Min pointed out in current ACS it works fine and deletes only the symlink. To work around the situation in 4.2.1 you can try setting extract.url.expiration.interval (the value is in seconds ) in global settings to a larg

Re: [ANNOUNCE] Rajani Karuturi as committer

2014-07-22 Thread Nitin Mehta
Congrats Rajani !! On 22/07/14 10:04 AM, "Demetrius Tsitrelis" wrote: >Congratz! > >-Original Message- >From: Rajani Karuturi [mailto:rajani.karut...@citrix.com] >Sent: Tuesday, July 22, 2014 1:53 AM >To: dev@cloudstack.apache.org >Subject: Re: [ANNOUNCE] Rajani Karuturi as committer > >

Re: Review Request 23617: Add Nic UUID to the context so that we can read the same in event bus after create a nic

2014-07-21 Thread Nitin Mehta
> On July 17, 2014, 4:55 p.m., Nitin Mehta wrote: > > server/src/com/cloud/vm/UserVmManagerImpl.java, line 960 > > <https://reviews.apache.org/r/23617/diff/1/?file=634289#file634289line960> > > > > Why is it made create=true when it is not a BaseAyncCreate

Re: Review Request 23617: Add Nic UUID to the context so that we can read the same in event bus after create a nic

2014-07-18 Thread Nitin Mehta
> On July 17, 2014, 4:55 p.m., Nitin Mehta wrote: > > server/src/com/cloud/vm/UserVmManagerImpl.java, line 960 > > <https://reviews.apache.org/r/23617/diff/1/?file=634289#file634289line960> > > > > Why is it made create=true when it is not a BaseAyncCreate

Re: [ACS 4.4] Cherry pick request

2014-07-17 Thread Nitin Mehta
Hi Daan - I am not sure I get your point here. These changes were put in as I want them in 4.4.1, but were not critical enough to be put in 4.4. Thanks, -Nitin On 17/07/14 2:58 PM, "Daan Hoogland" wrote: >sure? I saw that the last few lines where not in the last version. > >I'm not confortable

Re: changing cpu.overprovisioning.factor

2014-07-17 Thread Nitin Mehta
Guy *|* Montreal *|* Quebec *|* H3J 1S6 >w cloudops.com *|* tw @CloudOps_ > > > >On Thu, Jul 17, 2014 at 12:50 PM, Nitin Mehta >wrote: > >> Did you change the global config or the cluster config ? >> Global config is inherited when a new cluster is created but o

Re: Review Request 23617: Add Nic UUID to the context so that we can read the same in event bus after create a nic

2014-07-17 Thread Nitin Mehta
tps://reviews.apache.org/r/23617/#comment84267> Why is it made create=true when it is not a BaseAyncCreate cmd ? create=true should be added only when its invoked through the create() method of a BaseAyncCreate cmd - Nitin Mehta On July 17, 2014, 4:43 p.m., Damodar Reddy Talakanti

Re: changing cpu.overprovisioning.factor

2014-07-17 Thread Nitin Mehta
Did you change the global config or the cluster config ? Global config is inherited when a new cluster is created but once the cluster is created you need to modify it at the cluster for it take affect. See if that helps. Thanks, -Nitin On 17/07/14 9:41 AM, "Pierre-Luc Dion" wrote: >I've tried

Re: Resize Volume Question

2014-07-11 Thread Nitin Mehta
GB. I was thinking the units were bytes here, but they are >GB. > > >On Fri, Jul 11, 2014 at 3:55 PM, Nitin Mehta >wrote: > >> Probably converting from GB to bytes ? I recall doing that for creating >> volumes from custom disk offering. >> >> On 11/07/14 2

Re: Resize Volume Question

2014-07-11 Thread Nitin Mehta
Probably converting from GB to bytes ? I recall doing that for creating volumes from custom disk offering. On 11/07/14 2:07 PM, "Mike Tutkowski" wrote: >Hi, > >In the resize-volume command, I see this logic: > >if (diskOffering.isCustomized() || >volume.getVolumeType().equals(Volume.

Re: Cant build master

2014-07-10 Thread Nitin Mehta
Check out the thread below. http://mail-archives.apache.org/mod_mbox/cloudstack-dev/201403.mbox/%3C7594 2ed3fd12d64eabe71209bd0f62cc1ba...@sjcpex01cl02.citrite.net%3E Thanks, -Nitin On 10/07/14 12:07 PM, "Mike Tutkowski" wrote: >I just updated to the latest on master and was able to successfu

Re: [ANNOUNCE] Santhosh Edukulla as a committer...

2014-06-30 Thread Nitin Mehta
Congrats Santhosh. On 30/06/14 9:25 AM, "Alex Huang" wrote: >Hi All, > >The Project Management Committee (PMC) for Apache CloudStack has asked >Santhosh Edukulla to become a committer and we are pleased to announce >that he has accepted. > >Being a committer allows many contributors to contrib

Re: Expected behavior for volume migration done after the download of volume

2014-06-19 Thread Nitin Mehta
There should have been only one entry created. Seems like both these operations are working independently at the moment. So when download volume happens you create a db entry in volume_store_ref. You request migration of volume then it should not have to copy the volume to sec. storage since it exi

Re: [ACS-4.4] Cherry-pick 8a9092c3cd4e3c034f9f4d0a7491875dc080e9dc

2014-06-12 Thread Nitin Mehta
Looks good Daan. Thanks. On 12/06/14 3:18 AM, "Daan Hoogland" wrote: >On Thu, Jun 12, 2014 at 12:49 AM, Nitin Mehta >wrote: >> 8a9092c3cd4e3c034f9f4d0a7491875dc080e9dc > > >is in after conflict reolution, please check. > >-- >Daan

[ACS-4.4] Cherry-pick 8a9092c3cd4e3c034f9f4d0a7491875dc080e9dc

2014-06-11 Thread Nitin Mehta
Daan – Can you please cherry-pick 8a9092c3cd4e3c034f9f4d0a7491875dc080e9dc into 4.4 ? This is for CLOUDSTACK-6895 Thanks, -Nitin

Re: [DISCUSS] Release 4.4

2014-06-11 Thread Nitin Mehta
But the blockers/criticals would keep coming unless its certified that the new features have been tested with some confidence and that the basic functionalities work. Thanks, -Nitin On 11/06/14 10:33 AM, "Mike Tutkowski" wrote: >According to that list, we have four blockers remaining...all netw

Re: ssvm logs

2014-06-10 Thread Nitin Mehta
Refer to NfsSecondaryStorageResource.java. This file is the agent code that takes all the commands from CS Management server and executes them. You can see what all logs it writes. It would be great if you could write a wiki as well pointing what all logs can be expected. I can help you make it com

Re: Need help on the CS First class object hiding feature.

2014-06-09 Thread Nitin Mehta
y Sub Domain Admin User" vs its non admin users? > Only for ROOT admins as far as hiding/exposing the resources are concerned. The reason being the ROOT admin is the owner of the cloud and should have this ability. If you have a use case other than this please bring it forward and we can

Re: Need help on the CS First class object hiding feature.

2014-06-09 Thread Nitin Mehta
ogramatically only. >> >> As well I have follow up extended questions as: >> >> Do this feature only applied to Root Admin vs the users Or even >> equally applied to "Any Sub Domain Admin User" vs its non admin users? >> >> >> Thanks, >

Re: Review Request 19874: CLOUDSTACK-6793 : Fixed an Invalid Domain Id Issue

2014-06-06 Thread Nitin Mehta
vm_template table. IMHO this is not the right fix but will mask problems where domain id is coming out -1. We need to see why domainid is coming out as -1 and solve it in the right way rather than masking it. - Nitin Mehta On June 6, 2014, 9:28 a.m., Santhosh Edukulla wrote

Re: Realhostip service extended till Sep 30th

2014-06-05 Thread Nitin Mehta
Please find wiki [1] containing the procedure to replace realhostip.com with Your own custom domain name. [1] https://cwiki.apache.org/confluence/display/CLOUDSTACK/Procedure+to+Replace +realhostip.com+with+Your+Own+Domain+Name Thanks, -Nitin On 05/06/14 4:23 PM, "Animesh Chaturvedi" wrote:

Re: Review Request 22249: Remove hardcoded guest OS mapping for vmware

2014-06-04 Thread Nitin Mehta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22249/#review44781 --- Ship it! Ship It! - Nitin Mehta On June 4, 2014, 10:37 p.m

Re: Need help on the CS First class object hiding feature.

2014-06-04 Thread Nitin Mehta
On 04/06/14 4:52 AM, "Girish Chaudhari" wrote: >Hi Team, > >I am looking into the CS first class object hiding feature to verify >how the Admin user has better control over the display of CS resources >to end users. > >The only reference link I could find is >https://cwiki.apache.org/confluence

[ACS44] Cherry pick 73330167228d14ea8494c9c1893627b6936626a7

2014-06-03 Thread Nitin Mehta
Hi Daan, Can you please cherry-pick the following commit ? commit 73330167228d14ea8494c9c1893627b6936626a7 CLOUDSTACK-6824: In case there is a failure to delete the soft link of a download url, dont bail out since there can be cases such as destroy ssvm where the soft links do not exist any more

Re: [ACS44] Cherry pick CLOUDSTACK-6599

2014-06-03 Thread Nitin Mehta
Are there tests to the old code as well? this is >a lot of untested code like this. > >On Mon, Jun 2, 2014 at 7:50 PM, Nitin Mehta >wrote: >> Daan - Thanks for your comment. The java upgrade code has never been >>data >> migration code only. >> I have always se

Re: [ANNOUNCE] Amogh Vasekar as committer

2014-06-02 Thread Nitin Mehta
Great news. Congrats Amogh !!! On 02/06/14 11:14 AM, "John Kinsella" wrote: >The Project Management Committee (PMC) for Apache CloudStack has >asked Amogh Vasekar to become a committer and we are pleased to announce >that he has accepted. > >Being a committer allows many contributors to contribu

Re: Unable to upload SSL Certificate to cloudstack

2014-06-02 Thread Nitin Mehta
The UI does support uploading the server certificate. Were you uploading chain certs (because UI doesn't support that) ? There is a bug in 4.3 where there is double decoding for this api. Check CLOUDSTACK-6499 for reference and port it in 4.3 if possible. Thanks, -Nitin On 02/06/14 10:59 AM, "Suj

Re: [ACS44] Cherry pick CLOUDSTACK-6599

2014-06-02 Thread Nitin Mehta
erflow.com/questions/14381895/mysql-add-column-if-not-exist > > >On Sat, May 31, 2014 at 2:05 AM, Nitin Mehta >wrote: >> Please cherry-pick be765ce8680564b743a73dd360c590c0e495c204 as well as >> part of this bug. >> One more thing to add, majority of code is for the func

Re: [ACS44] Cherry pick CLOUDSTACK-6599

2014-05-30 Thread Nitin Mehta
, "Nitin Mehta" wrote: >Daan - Here improvements are actually bug fixes that should be fixed. > >Thanks, >-Nitin > >On 30/05/14 1:47 PM, "Daan Hoogland" wrote: > >>That's a lot of improvements without tests, Nitin. >> >>On Fri, May 30, 20

Re: [ACS44] Cherry pick CLOUDSTACK-6599

2014-05-30 Thread Nitin Mehta
Daan - Here improvements are actually bug fixes that should be fixed. Thanks, -Nitin On 30/05/14 1:47 PM, "Daan Hoogland" wrote: >That's a lot of improvements without tests, Nitin. > >On Fri, May 30, 2014 at 8:14 PM, Nitin Mehta >wrote: >> Hello Daan, >

Re: seeing "Unknown parameters : ctxdetails" for addResourceDetail/removeResourceDetail

2014-05-30 Thread Nitin Mehta
should be at the minimum ability to turn off this worker. Let me know if you agree. Thanks, -Nitin On 29/05/14 10:30 AM, "Daan Hoogland" wrote: >If removing the worker means that unknown parameters are never logged >i am -1 removing it. > >On Thu, May 29, 2014 at 7:25 P

[ACS44] Cherry pick CLOUDSTACK-6599

2014-05-30 Thread Nitin Mehta
Hello Daan, Can you please cherry-pick the following commit from 4.4-forward to 4.4 ? commit 48ea9e0b5e87fee067b711890cd5a5d7c9079bf1 CLOUDSTACK-6599: 1. Adding the missing Template/Volume URLs expiration functionality 2. Improvement - While deleting the volume during expiration use r

Re: [ANNOUNCE] Saksham Srivastava as committer

2014-05-29 Thread Nitin Mehta
Congrats Saksham :) On 28/05/14 11:47 PM, "sebgoa" wrote: >The Project Management Committee (PMC) for Apache CloudStack has >asked Saksham Srivastava to become a committer and we are pleased to >announce >that he has accepted. > >Being a committer allows many contributors to contribute more >aut

Re: seeing "Unknown parameters : ctxdetails" for addResourceDetail/removeResourceDetail

2014-05-29 Thread Nitin Mehta
es get lost with these huge log >set rolling when debugging. > >Regards, >Santhosh > >From: Nitin Mehta [nitin.me...@citrix.com] >Sent: Monday, May 19, 2014 2:42 AM >To: Antonio Fornié Casarrubios; cloudstack >Subject: Re: seeing "

Re: Review Request 21673: Missing KVM mappings causes NPE

2014-05-21 Thread Nitin Mehta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21673/#review43623 --- Ship it! Ship It! - Nitin Mehta On May 20, 2014, 12:11 a.m

Re: Systemvm.iso on kvm

2014-05-20 Thread Nitin Mehta
Hey Radek - You are referring to the systemvm template upgrade. I was asking for systemvm.iso (it has all the agent code) upgrade. On 19/05/14 11:42 PM, "Radek Smigielski" wrote: >"CloudStack 4.2 (KVM) System Vm Upgrade" >https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+4.2+(KVM

Re: Systemvm.iso on kvm

2014-05-20 Thread Nitin Mehta
he new >System >VM ISO during that agent-side update. > > >On Tue, May 13, 2014 at 9:14 PM, Marcus wrote: > >> It is in the RPM/DEB. One installs the agent and common packages on a >>KVM >> host. >> On Apr 14, 2014 7:16 PM, "Nitin Mehta" wrote: >

Re: [ACS4.4] Cherry-pick d5425e1a4a8ed4cadc2f9b97f82f6f608e9a51de

2014-05-19 Thread Nitin Mehta
cting my task as release manager if I let this >in. > >sorry, >Daan > >On Mon, May 19, 2014 at 7:46 PM, Nitin Mehta >wrote: >> Sure Daan. The current listResouceDetails api lists the metadata for all >> the first class entities and currently doesn't have the flexibil

Re: [ACS4.4] Cherry-pick d5425e1a4a8ed4cadc2f9b97f82f6f608e9a51de

2014-05-19 Thread Nitin Mehta
"Daan Hoogland" wrote: >Nitin, > >This seems like an enhancement to me. Is there anything broken that is >fixed by this enhancement? >Please spend some lines to justify why it should be in 4.4? > >thanks, >Daan > >On Mon, May 19, 2014 at 8:50 AM, Nitin Mehta

[ACS4.4] Cherry-pick d5425e1a4a8ed4cadc2f9b97f82f6f608e9a51de

2014-05-18 Thread Nitin Mehta
Hi Daan, Can you please cherry-pick the following commit d5425e1a4a8ed4cadc2f9b97f82f6f608e9a51de in 4.4 for CLOUDSTACK-6699 ? Thanks, -Nitin

Re: seeing "Unknown parameters : ctxdetails" for addResourceDetail/removeResourceDetail

2014-05-18 Thread Nitin Mehta
not have it turned on by default ? -Nitin From: Antonio Fornié Casarrubios mailto:antonio.for...@gmail.com>> Date: Sunday 18 May 2014 4:22 PM To: cloudstack mailto:dev@cloudstack.apache.org>> Cc: Nitin Mehta mailto:nitin.me...@citrix.com>> Subject: Re: seeing "Unknown param

bug fixes for replacing realhostip with custom domain - CLOUDSTACK-6499

2014-05-16 Thread Nitin Mehta
Hi Wei, I saw you checkins in various 4.x branches for fixing realhostip hardcoding and making it work for custom domain. I really appreciate your hard work on that. I wanted to bring to your notice that there are a number of issues that my colleague Amogh and I fixed after that for replacing rea

[ACS4.4] cherry pick commit

2014-05-15 Thread Nitin Mehta
Hi Hugo/Daan, Please cherry-pick the following into 4.4. commit 076bbdcfe86d6886ab1ecfc513b02a323a995307 CLOUDSTACK-6660: Dont assume every vm will have a root volume now. Thanks, -Nitin

Re: seeing "Unknown parameters : ctxdetails" for addResourceDetail/removeResourceDetail

2014-05-13 Thread Nitin Mehta
parameter and expect behavior >related to it. not just in development. > >On Tue, May 13, 2014 at 7:24 PM, Nitin Mehta >wrote: >> I introduced the parameter ctxdetails which carries all the context >> details (currently all the first class entities and their corresponding >>

Re: seeing "Unknown parameters : ctxdetails" for addResourceDetail/removeResourceDetail

2014-05-13 Thread Nitin Mehta
I introduced the parameter ctxdetails which carries all the context details (currently all the first class entities and their corresponding interface mapping). This would be done for each of the api and hence seen for all apis. I saw the code in ParamGenericValidationWorker and will fix this. File

Re: Review Request 21087: Remove hard-coding for platform emulators in Xen Server

2014-05-13 Thread Nitin Mehta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21087/#review42431 --- Ship it! Ship It! - Nitin Mehta On May 6, 2014, 10:45 p.m

Re: Review Request 21340: Disallow deleting / modifying system defined mappings

2014-05-12 Thread Nitin Mehta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21340/#review42811 --- Ship it! Ship It! - Nitin Mehta On May 12, 2014, 10:31 p.m

Re: [ACS44] new blokker

2014-05-12 Thread Nitin Mehta
Apologies for the tardy response. I will take this up sometime this week. I have added more info in the bug as well, in case someone wants to take this up asap. Thanks, -Nitin On 09/05/14 3:48 AM, "Daan Hoogland" wrote: >Nitin, > >https://issues.apache.org/jira/browse/CLOUDSTACK-6599 is unassi

Re: [ACS44] Cherry pick for CLOUDSTACK-6633

2014-05-11 Thread Nitin Mehta
Correcting the subject. On 11/05/14 10:57 PM, "Nitin Mehta" wrote: >Hi Daan, > > >Can you please cherry-pick following from 4.4-forward to 4.4 ? > > >commit c12b28fc37b76fff6854f4f6bc068a634f1710bc >CLOUDSTACK-6633: listVolumes should return template/iso info

[ACS44] Cherry pick for CLOUDSTACK-6399

2014-05-11 Thread Nitin Mehta
Hi Daan, Can you please cherry-pick following from 4.4-forward to 4.4 ? commit c12b28fc37b76fff6854f4f6bc068a634f1710bc CLOUDSTACK-6633: listVolumes should return template/iso info for root volumes Thanks, -Nitin

Re: Review Request 21131: Remove hard coding of guest OS mapping for KVM

2014-05-11 Thread Nitin Mehta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21131/#review42433 --- Ship it! Ship It! - Nitin Mehta On May 7, 2014, 12:26 a.m

Re: How is this working?

2014-05-05 Thread Nitin Mehta
ailableBytes()); > > >On Mon, May 5, 2014 at 10:21 AM, Nitin Mehta >wrote: > >> This column is not used for calculating capacity for pool. >> We have always used op host capacity table. Nevertheless please do file >>a >> bug >> >> Thanks, >&g

  1   2   3   4   >