RE: [4.2] [xenserver] [system vms] Xentools

2013-10-08 Thread Harikrishna Patnala
Hi, Earlier there was discussion on putting xen tools in systemvms. Please look into that. http://mail-archives.apache.org/mod_mbox/cloudstack-dev/201309.mbox/%3cce676527.4398b%25abhinandan.prat...@citrix.com%3E From: Paul Angus [mailto:paul.an...@shapeblue.com] Sent: Tuesday, October 08, 2013

Re: Database upgrade

2013-09-24 Thread Harikrishna Patnala
My comments inline -Harikrishna On 25-Sep-2013, at 10:18 AM, Indra Pramana wrote: > Dear all, > > During my (failed) upgrade attempt from CloudStack 4.1.1 to 4.2.0 early > this week, I noted that CloudStack management server will automatically > detect the database version and upgrade the data

Re: [ANNOUNCE] New committer: Rajesh Battala

2013-09-24 Thread Harikrishna Patnala
Congratulations Rajesh :) On 25-Sep-2013, at 10:26 AM, Venkata SwamyBabu Budumuru wrote: > Congrats Rajesh! > > On 25/09/13 10:00 AM, "Abhinav Roy" wrote: > >> Congrats Rajesh :) >> >> >> -Original Message- >> From: Sanjay Tripathi [mailto:sanjay.tripa...@citrix.com] >> Sent: Wedn

Re: Volunteers to Complete the 4.2 Release Notes

2013-09-24 Thread Harikrishna Patnala
that I overlooked it during documentation. > > Thanks and regards, > Abhinav > > -Original Message- > From: Indra Pramana [mailto:in...@sg.or.id] > Sent: Tuesday, September 24, 2013 12:12 PM > To: dev@cloudstack.apache.org > Cc: us...@cloudstack.apache.org; Radhika

Review Request 14305: CLOUDSTACK-4493: registerSSHKeyPair API doc contains wrong API response (private key)

2013-09-23 Thread Harikrishna Patnala
56bec7e api/src/org/apache/cloudstack/api/response/CreateSSHKeyPairResponse.java PRE-CREATION api/src/org/apache/cloudstack/api/response/SSHKeyPairResponse.java 2791853 Diff: https://reviews.apache.org/r/14305/diff/ Testing --- Thanks, Harikrishna Patnala

Re: Review Request 14227: CLOUDSTACK-4707: "sourcetemplateid" field is not getting set for derived templates

2013-09-19 Thread Harikrishna Patnala
napshot In both the cases sourcetemplateId is set in vm_template table Thanks, Harikrishna Patnala

Review Request 14227: CLOUDSTACK-4707: "sourcetemplateid" field is not getting set for derived templates

2013-09-19 Thread Harikrishna Patnala
the cases sourcetemplateId is set in vm_template table Thanks, Harikrishna Patnala

Re: Review Request 12545: CLOUDSTACK-1800: Add automation tests for reset sshkey to access VM

2013-09-16 Thread Harikrishna Patnala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12545/#review26131 --- Ship it! Ship It! - Harikrishna Patnala On Sept. 14, 2013, 7:46

Re: Creating an instance with ssh key pair

2013-09-13 Thread Harikrishna Patnala
SSH script pulls only the ssh public key that is associated with the vm instance. There is an API to reset the SSH key pair associated to the VM. This is will associate new ssh key pair to the vm and on reboot of vm this ssh script gets the new ssh public key into the VM. If you can modify the s

Re: Question about CentOS 5.5(64-bit) no GUI (KVM)

2013-09-10 Thread Harikrishna Patnala
Hi, Have you set the global parameter secstorage.allowed.internal.sites ? On 11-Sep-2013, at 10:34 AM, Mike Tutkowski wrote: > Hi, > > I'm new to using KVM with CS. > > I noticed under Templates there is CentOS 5.5(64-bit) no GUI (KVM). > > When I drill down to look at its details, it says

Re: Where is the latest system vm template file?

2013-09-10 Thread Harikrishna Patnala
Hi, Xenserver http://download.cloud.com/templates/4.2/systemvmtemplate-2013-07-12-master-xen.vhd.bz2 KVM http://download.cloud.com/templates/4.2/systemvmtemplate-2013-06-12-master-kvm.qcow2.bz2 VMware (generic) http://download.cloud.com/templates/4.2/systemvmtemplate-4.2-vh7.ova

Re: cpvm and ssvm but no host entries

2013-09-04 Thread Harikrishna Patnala
Seems like in both the cases agent is not up. please try troubleshooting SSVM https://cwiki.apache.org/CLOUDSTACK/ssvm-templates-secondary-storage-troubleshooting.html -Harikrishna On 05-Sep-2013, at 8:13 AM, Mike Tutkowski wrote: > I've been trying to set up a CS env without devcloud, as wel

Wiki on Adding config parameters at different scopes

2013-09-01 Thread Harikrishna Patnala
Hi all, As we know we have now the configuration parameters at different scopes (account, zone, cluster, or primary storage). https://issues.apache.org/jira/browse/CLOUDSTACK-741 I have prepared a wiki on how to use and add configuration parameters at different scopes. LINK: https://cwiki.apa

Re: [Doc] Please review: Granular configuration parameters doc

2013-08-28 Thread Harikrishna Patnala
Thank you Likitha for the doc. Some text need to be added. 1) There is no need of restarting the management server after setting the local configuration parameters. 2) If we set value 'null' in the local configuration then CS considers the value from global configuration. Could you please make

Re: Review Request 12545: CLOUDSTACK-1800: Add automation tests for reset sshkey to access VM

2013-08-27 Thread Harikrishna Patnala
in test in test_vm_passwdenabled.py 2) We have 10 tests in this file and each test tries to create separate account, networks, router vms and guest vms. Could you please try clubbing the resources in the tests that use common resources. - Harikrishna Patnala On Aug. 13, 2013, 7:41 a.m., Girish Shila

Re: Review Request 13842: CLOUDSTACK-4482: getVMPassword() API call does not return password for Vms that are deployed with password enabled templates.

2013-08-27 Thread Harikrishna Patnala
VM to get the encrypted password. Diffs (updated) - server/src/com/cloud/server/ManagementServerImpl.java d1e4e5f Diff: https://reviews.apache.org/r/13842/diff/ Testing --- Thanks, Harikrishna Patnala

Re: Review Request 13842: CLOUDSTACK-4482: getVMPassword() API call does not return password for Vms that are deployed with password enabled templates.

2013-08-27 Thread Harikrishna Patnala
assinged to VM to get the encrypted password. Diffs - server/src/com/cloud/server/ManagementServerImpl.java d1e4e5f Diff: https://reviews.apache.org/r/13842/diff/ Testing --- Thanks, Harikrishna Patnala

Re: Review Request 13842: CLOUDSTACK-4482: getVMPassword() API call does not return password for Vms that are deployed with password enabled templates.

2013-08-27 Thread Harikrishna Patnala
get the encrypted password and included a check for password enabled template Diffs (updated) - server/src/com/cloud/server/ManagementServerImpl.java d1e4e5f Diff: https://reviews.apache.org/r/13842/diff/ Testing --- Thanks, Harikrishna Patnala

Re: Review Request 13842: CLOUDSTACK-4482: getVMPassword() API call does not return password for Vms that are deployed with password enabled templates.

2013-08-26 Thread Harikrishna Patnala
get the encrypted password and included a check for password enabled template Diffs - server/src/com/cloud/server/ManagementServerImpl.java d1e4e5f Diff: https://reviews.apache.org/r/13842/diff/ Testing --- Thanks, Harikrishna Patnala

Review Request 13842: CLOUDSTACK-4482: getVMPassword() API call does not return password for Vms that are deployed with password enabled templates.

2013-08-26 Thread Harikrishna Patnala
password enabled template Diffs - server/src/com/cloud/server/ManagementServerImpl.java d1e4e5f Diff: https://reviews.apache.org/r/13842/diff/ Testing --- Thanks, Harikrishna Patnala

Re: registerSSHKeyPair

2013-08-25 Thread Harikrishna Patnala
013, at 7:57 AM, Harikrishna Patnala >> wrote: >> >>> We generate docs based on the response object. Since we use the same >>> response object for create/register ssh key pair APIs, doc shows same >>> return values. >>> We follow this for all API

Re: registerSSHKeyPair

2013-08-22 Thread Harikrishna Patnala
We generate docs based on the response object. Since we use the same response object for create/register ssh key pair APIs, doc shows same return values. We follow this for all API responses. Say list virtual machine API response does not include all the fields that are in api doc. -Harikrishna

Re: System VMs not running

2013-08-22 Thread Harikrishna Patnala
Please follow the link to seed the system template http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.1/html/Installation_Guide/management-server-install-flow.html#prepare-system-vm-template -Harikrishna On 22-Aug-2013, at 5:08 PM, Amit Das wrote: > Hi, > > I have not seeded the se

Re: registerSSHKeyPair

2013-08-22 Thread Harikrishna Patnala
Hi, RegisterSSHKey API is used when we have SSH key pair and if we want to register that key pair in Cloudstack. So when we provide public key it just calculates fingerprint and registers the SSH key pair. CS doesn't know about private key. It just returns null as private key. Our doc is showi

Re: [Doc] Please review: Update base image of VMs doc

2013-08-20 Thread Harikrishna Patnala
.apache.org/repos/asf?p=cloudstack.git;h=a6d7651 Bug: https://issues.apache.org/jira/browse/CLOUDSTACK-871 Regards, Jessica T. On Thu, Aug 8, 2013 at 11:16 PM, Harikrishna Patnala mailto:harikrishna.patn...@citrix.com>> wrote: Hi Jessica, Thanks for the doc and it looks fine. Some minor

Review Request 13682: CLOUDSTACK-2247: Automation - Reset a VM on Reboot

2013-08-20 Thread Harikrishna Patnala
/test_reset_vm_on_reboot.py PRE-CREATION Diff: https://reviews.apache.org/r/13682/diff/ Testing --- Thanks, Harikrishna Patnala

Re: [Doc] Developer Guide API Section for Review

2013-08-15 Thread Harikrishna Patnala
Hi Radhika, Thank you for the doc. Some changes are required, 1) updateCluster: The following request parameters are added: cpuovercommitratio, ramovercommitratio - These parameters are removed from the updateCluster API. Please remove from the doc as well. - Same doc entry exists in Page 24

Re: [Doc] Please review: VM root disk reset on reboot doc

2013-08-15 Thread Harikrishna Patnala
Thank you Jessica, doc looks good for me. -Harikrishna On 15-Aug-2013, at 8:54 AM, Jessica Tomechak mailto:jessica.tomec...@gmail.com>> wrote: Since no comments have been made against this doc, I am resolving the bug. Jessica T. On Thu, Aug 8, 2013 at 11:16 PM, Jessica Tomechak mailto:jessic

Re: [ACS42]Regarding Scaleup ( CPU/Memory )

2013-08-14 Thread Harikrishna Patnala
Created a ticket for tracking https://issues.apache.org/jira/browse/CLOUDSTACK-4313 On 14-Aug-2013, at 12:37 PM, Harikrishna Patnala wrote: > Yes. we need to the improve the error message. Previously it was put to say > any resource value should not less than the old value. > &

Re: [ACS42]Regarding Scaleup ( CPU/Memory )

2013-08-14 Thread Harikrishna Patnala
Yes. we need to the improve the error message. Previously it was put to say any resource value should not less than the old value. On 14-Aug-2013, at 12:13 PM, Sailaja Mada wrote: > Hi, > > I am trying to scale up my VM memory from 512 MB to 1024 MB. > > It does not allow me to update servic

Review Request 13525: CLOUDSTACK-4271: ASF 4.1 to 4.2 Upgrade: Missing Global Configuration parameter "vmware.nested.virtualization" on the Upgraded Setup.

2013-08-13 Thread Harikrishna Patnala
Testing --- Thanks, Harikrishna Patnala

Re: [ACS42] Listtemplates API respone without any Zone configuration

2013-08-12 Thread Harikrishna Patnala
We mark all the system and default templates as downloaded and during template sync we remove the template entries that are not there. I guess this we have introduced recently, this may cause listing all the templates. Thanks Harikrishna On 12-Aug-2013, at 1:46 PM, Sailaja Mada wrote: > Hi, >

Re: [ANNOUNCE] New Committer: Vijay Bhamidipati

2013-08-11 Thread Harikrishna Patnala
Congratulations -Harikrishna On 11-Aug-2013, at 12:55 PM, Abhinav Roy wrote: > Congrats Vijay. > > Regards, > Abhinav > > -Original Message- > From: Sanjay Tripathi [mailto:sanjay.tripa...@citrix.com] > Sent: Sunday, August 11, 2013 12:53 PM > To: dev@cloudstack.apache.org > Subject:

Re: Review Request 13441: CLOUDSTACK-3850: CPU cap should be per VM not per VCPU

2013-08-11 Thread Harikrishna Patnala
e100211 plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XenServer56FP1Resource.java d230be1 plugins/hypervisors/xen/test/com/cloud/hypervisor/xen/resource/CitrixResourceBaseTest.java cb16ae2 Diff: https://reviews.apache.org/r/13441/diff/ Testing --- Thanks, Harikrishna

Re: db exception?

2013-08-10 Thread Harikrishna Patnala
Please check you cluster_details table for memory and cpu overcommit values. This statement expects to have these details in cluster_details table. -Harikrishna On 11-Aug-2013, at 4:45 AM, Pedro Roque Marques wrote: > I've bumped into exceptions with similar signature in the past when the > d

Re: Review Request 13441: CLOUDSTACK-3850: CPU cap should be per VM not per VCPU

2013-08-10 Thread Harikrishna Patnala
e100211 plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XenServer56FP1Resource.java d230be1 Diff: https://reviews.apache.org/r/13441/diff/ Testing --- Thanks, Harikrishna Patnala

Re: Review Request 13441: CLOUDSTACK-3850: CPU cap should be per VM not per VCPU

2013-08-10 Thread Harikrishna Patnala
ions, So It should be the same during scale vm also. - Harikrishna --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13441/#review24968 ------------

Review Request 13468: CLOUDSTACK-3228: system vms are not comming up in zone with two cluster xen and kvm; Zone host is ready, but secondary storage vm template: 3 is not ready on secondary storage: 2

2013-08-10 Thread Harikrishna Patnala
/ConsoleProxyManagerImpl.java c5faccb server/src/com/cloud/storage/secondary/SecondaryStorageManagerImpl.java d1c148b Diff: https://reviews.apache.org/r/13468/diff/ Testing --- Tested the scenario mentioned in the bug ticket Thanks, Harikrishna Patnala

Re: Review Request 13424: CLOUDSTACK-4123: 3.0.6 to ASF 4.2 Upgrade: On Adding VMWare Cluster to the Setup, 3.0.6 System VM Template for VMWare is downloaded instead of 4.2

2013-08-10 Thread Harikrishna Patnala
/ResourceManagerImpl.java e5441af server/src/com/cloud/storage/secondary/SecondaryStorageManagerImpl.java 17cbf5c Diff: https://reviews.apache.org/r/13424/diff/ Testing --- Thanks, Harikrishna Patnala

Review Request 13441: CLOUDSTACK-3850: CPU cap should be per VM not per VCPU

2013-08-09 Thread Harikrishna Patnala
/XenServer56FP1Resource.java d230be1 Diff: https://reviews.apache.org/r/13441/diff/ Testing --- Thanks, Harikrishna Patnala

Re: Review Request 13424: CLOUDSTACK-4123: 3.0.6 to ASF 4.2 Upgrade: On Adding VMWare Cluster to the Setup, 3.0.6 System VM Template for VMWare is downloaded instead of 4.2

2013-08-09 Thread Harikrishna Patnala
/src/com/cloud/storage/secondary/SecondaryStorageManagerImpl.java 17cbf5c Diff: https://reviews.apache.org/r/13424/diff/ Testing --- Thanks, Harikrishna Patnala

Re: [Discuss] Using XenServer 6.2's Clone-on-Boot feature on CloudStack

2013-08-08 Thread Harikrishna Patnala
If we can control fall back of IntelliCache reads and writes back to the storage then it won't hinder with host maintenance mode and Xenmotion, and I think it helps handling volatile VMs without recreating the root disks. Thanks, Harikrishna On 09-Aug-2013, at 11:39 AM, Prasanna Santhanam wrot

Re: [Doc] Please review: Update base image of VMs doc

2013-08-08 Thread Harikrishna Patnala
Hi Jessica, Thanks for the doc and it looks fine. Some minor changes required, The new template id in restore virtual machine API is optional parameter, if not specified vm restores to the same template. Additional thing we need to add is, we support base image update from vm created from templ

Review Request 13424: CLOUDSTACK-4123: 3.0.6 to ASF 4.2 Upgrade: On Adding VMWare Cluster to the Setup, 3.0.6 System VM Template for VMWare is downloaded instead of 4.2

2013-08-08 Thread Harikrishna Patnala
new 4.2 system template is registered before upgrade then marking the old templates as removed during upgrade. Diffs - engine/schema/src/com/cloud/upgrade/dao/Upgrade410to420.java 0941408 Diff: https://reviews.apache.org/r/13424/diff/ Testing --- Thanks, Harikrishna Patnala

Review Request 13322: CLOUDSTACK-4070: upgrade from 2.2.14 to 4.2 is failing with 4.0 VMware SystemVm template not found. Cannot upgrade system Vms

2013-08-06 Thread Harikrishna Patnala
cluster and new system template registered in 2.2.14 setup and upgraded to 4.2. vm_template and vm_instance tables are getting updated as expected. Thanks, Harikrishna Patnala

Re: Review Request 12358: CLOUDSTACK-3228: system vms are not comming up in zone with two cluster xen and kvm

2013-08-05 Thread Harikrishna Patnala
/ConsoleProxyManagerImpl.java 7c6fbd0 server/src/com/cloud/storage/secondary/SecondaryStorageManagerImpl.java b10fb7a Diff: https://reviews.apache.org/r/12358/diff/ Testing --- tested locally Thanks, Harikrishna Patnala

Re: [4.1] getVMPassword > how to decrypt

2013-08-04 Thread Harikrishna Patnala
e to retrive PRIVATEKEY with API call: >>> http://cloudstack.apache.org/docs/api/apidocs-4.1/domain_admin/listSSHKeyPairs.html >>> >>> the only way to retrieve is from: >>> http://cloudstack.apache.org/docs/api/apidocs-4.1/domain_admin/createSSHKeyPair.html >

Re: upgrade path 4.1.1 -> 4.2/master

2013-08-01 Thread Harikrishna Patnala
gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > > any change I can salvage this installation to run with master? I.E. > add the templates outside cloudstack somehow? (and promise I will > never do it again) > > > On Thu, Aug 1, 2013 at 4:

Re: [4.1] getVMPassword > how to decrypt

2013-08-01 Thread Harikrishna Patnala
Yes the password is encrypted with public key of ssh key pair assigned to the guest VM during deployment. We can decrypt it using the private key of that key pair. -Harikrishna On 01-Aug-2013, at 3:13 AM, Chiradeep Vittal mailto:chiradeep.vit...@citrix.com>> wrote: Isn't this encrypted with th

Re: upgrade path 4.1.1 -> 4.2/master

2013-08-01 Thread Harikrishna Patnala
rom jenkins URL http://jenkins.cloudstack.org/view/master/job/build-systemvm-master/ > > thanks, > Daan > > On Thu, Aug 1, 2013 at 3:16 PM, Harikrishna Patnala > wrote: >> Hi Daan, >> Before upgrading to 4.2 we need to register the new system templates for >> each hyperv

Re: upgrade path 4.1.1 -> 4.2/master

2013-08-01 Thread Harikrishna Patnala
Hi Daan, Before upgrading to 4.2 we need to register the new system templates for each hypervisor with specific names so that during upgrade these new templates are set to the system vms. It is mandatory to upgrade the system vm template if we want upgrade to 4.2. Here seems like you have a Xen

Review Request 13188: CLOUDSTACK-3042: handle System VM Scaling up of memory/CPU based on the presence of tools in the template

2013-07-31 Thread Harikrishna Patnala
/VirtualNetworkApplianceManagerImpl.java 3ee8a1c server/src/com/cloud/storage/secondary/SecondaryStorageManagerImpl.java 6859b0b Diff: https://reviews.apache.org/r/13188/diff/ Testing --- Tested locally Thanks, Harikrishna Patnala

Re: Review Request 13107: CLOUDSTACK-2717: Adding optional parameter accuntid to listCapabilities API

2013-07-31 Thread Harikrishna Patnala
. Diffs (updated) - server/src/com/cloud/server/ManagementServerImpl.java 26efa10 Diff: https://reviews.apache.org/r/13107/diff/ Testing --- Tested locally by firing listcapabilities API call for Admin/user Thanks, Harikrishna Patnala

Review Request 13107: CLOUDSTACK-2717: Adding optional parameter accuntid to listCapabilities API

2013-07-31 Thread Harikrishna Patnala
Admin/user Thanks, Harikrishna Patnala

Review Request 13102: CLOUDSTACK-3969: Upgrade failed from 3.0.3 to 4.2 in KVM host with error 4.2.0 KVM SystemVm template not found though systemvm-kvm-4.2 template is uploaded during 3.0.3 setup

2013-07-31 Thread Harikrishna Patnala
E'. Changing to '=' while searching for new system template. Diffs - engine/schema/src/com/cloud/upgrade/dao/Upgrade410to420.java 13074cf Diff: https://reviews.apache.org/r/13102/diff/ Testing --- Thanks, Harikrishna Patnala

Re: Review Request 13016: Fix for CLOUDSTACK-3848: Usage events for dynamic scaling of cpu/ram operation on VM

2013-07-30 Thread Harikrishna Patnala
: https://reviews.apache.org/r/13016/diff/ Testing --- Tested locally Thanks, Harikrishna Patnala

Re: Review Request 13016: Fix for CLOUDSTACK-3848: Usage events for dynamic scaling of cpu/ram operation on VM

2013-07-30 Thread Harikrishna Patnala
/src/com/cloud/vm/UserVmManagerImpl.java 0ec296e usage/src/com/cloud/usage/UsageManagerImpl.java 897ffbd Diff: https://reviews.apache.org/r/13016/diff/ Testing --- Tested locally Thanks, Harikrishna Patnala

Review Request 13016: Fix for CLOUDSTACK-3848: Usage events for dynamic scaling of cpu/ram operation on VM

2013-07-29 Thread Harikrishna Patnala
/UserVmManagerImpl.java 0ec296e usage/src/com/cloud/usage/UsageManagerImpl.java 897ffbd Diff: https://reviews.apache.org/r/13016/diff/ Testing --- Tested locally Thanks, Harikrishna Patnala

Re: Review Request 12759: CLOUDSTACK-3669: Bringing down the dynamic scalable check (for VM whether it has xstools or vmware tools in it) to the management layer.

2013-07-28 Thread Harikrishna Patnala
server/test/com/cloud/vm/VirtualMachineManagerImplTest.java 56b14cd Diff: https://reviews.apache.org/r/12759/diff/ Testing --- Thanks, Harikrishna Patnala

Re: Review Request 12809: Fix for CLOUDSTACK-3703: change service offering of stopped vm on kvm is failing

2013-07-26 Thread Harikrishna Patnala
Diff: https://reviews.apache.org/r/12809/diff/ Testing --- Thanks, Harikrishna Patnala

Re: Review Request 12759: CLOUDSTACK-3669: Bringing down the dynamic scalable check (for VM whether it has xstools or vmware tools in it) to the management layer.

2013-07-26 Thread Harikrishna Patnala
--- On July 25, 2013, 6:05 a.m., Harikrishna Patnala wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/12759/ > -

Re: Review Request 12937: CLOUDSTACK-3779: Support System vm scaling on VMWare

2013-07-26 Thread Harikrishna Patnala
rvisors condition will fail in first check itself. - Harikrishna --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12937/#review23914 ----------

Re: Review Request 12937: CLOUDSTACK-3779: Support System vm scaling on VMWare

2013-07-26 Thread Harikrishna Patnala
etup/db/db/schema-410to420.sql 82ca403 Diff: https://reviews.apache.org/r/12937/diff/ Testing --- Thanks, Harikrishna Patnala

Re: Review Request 12937: CLOUDSTACK-3779: Support System vm scaling on VMWare

2013-07-25 Thread Harikrishna Patnala
iff: https://reviews.apache.org/r/12937/diff/ Testing --- Thanks, Harikrishna Patnala

Re: Review Request 12937: CLOUDSTACK-3779: Support System vm scaling on VMWare

2013-07-25 Thread Harikrishna Patnala
m/cloud/vm/VirtualMachineManagerImplTest.java 44a703d setup/db/db/schema-410to420.sql 82ca403 Diff: https://reviews.apache.org/r/12937/diff/ Testing --- Thanks, Harikrishna Patnala

Re: Review Request 12808: Fix for CLOUDSTACK-2536: updating parameters (cpu/memory)overcommit ratio and (cpu/memory).overprosioning.factor are redundant(cluster level)

2013-07-25 Thread Harikrishna Patnala
/ResourceManagerImpl.java 342b9fd server/test/com/cloud/resource/MockResourceManagerImpl.java 2c66134 Diff: https://reviews.apache.org/r/12808/diff/ Testing --- Thanks, Harikrishna Patnala

Re: Review Request 12759: CLOUDSTACK-3669: Bringing down the dynamic scalable check (for VM whether it has xstools or vmware tools in it) to the management layer.

2013-07-24 Thread Harikrishna Patnala
server/test/com/cloud/vm/VirtualMachineManagerImplTest.java 44a703d Diff: https://reviews.apache.org/r/12759/diff/ Testing --- Thanks, Harikrishna Patnala

Review Request 12937: CLOUDSTACK-3779: Support System vm scaling on VMWare

2013-07-24 Thread Harikrishna Patnala
er/src/com/cloud/vm/UserVmManagerImpl.java ae12523 server/test/com/cloud/vm/VirtualMachineManagerImplTest.java 44a703d setup/db/db/schema-410to420.sql 664e9b0 Diff: https://reviews.apache.org/r/12937/diff/ Testing --- Thanks, Harikrishna Patnala

Re: Review Request 12809: Fix for CLOUDSTACK-3703: change service offering of stopped vm on kvm is failing

2013-07-24 Thread Harikrishna Patnala
0eb9a08 Diff: https://reviews.apache.org/r/12809/diff/ Testing --- Thanks, Harikrishna Patnala

Re: Review Request 12808: Fix for CLOUDSTACK-2536: updating parameters (cpu/memory)overcommit ratio and (cpu/memory).overprosioning.factor are redundant(cluster level)

2013-07-23 Thread Harikrishna Patnala
Diff: https://reviews.apache.org/r/12808/diff/ Testing --- Thanks, Harikrishna Patnala

Re: Review Request 12809: Fix for CLOUDSTACK-3703: change service offering of stopped vm on kvm is failing

2013-07-22 Thread Harikrishna Patnala
adcf475 server/test/com/cloud/vm/UserVmManagerTest.java 0eb9a08 Diff: https://reviews.apache.org/r/12809/diff/ Testing --- Thanks, Harikrishna Patnala

Review Request 12809: Fix for CLOUDSTACK-3703: change service offering of stopped vm on kvm is failing

2013-07-22 Thread Harikrishna Patnala
-3703 Repository: cloudstack-git Description --- CLOUDSTACK-3703: change service offering of stopped vm on kvm is failing Diffs - server/src/com/cloud/vm/UserVmManagerImpl.java adcf475 Diff: https://reviews.apache.org/r/12809/diff/ Testing --- Thanks, Harikrishna Patnala

Review Request 12808: Fix for CLOUDSTACK-2536: updating parameters (cpu/memory)overcommit ratio and (cpu/memory).overprosioning.factor are redundant(cluster level)

2013-07-22 Thread Harikrishna Patnala
/ConfigurationManagerImpl.java 92178c9 server/src/com/cloud/resource/ResourceManagerImpl.java d7652f4 server/test/com/cloud/resource/MockResourceManagerImpl.java 2c66134 Diff: https://reviews.apache.org/r/12808/diff/ Testing --- Thanks, Harikrishna Patnala

Review Request 12759: CLOUDSTACK-3669: Bringing down the dynamic scalable check (for VM whether it has xstools or vmware tools in it) to the management layer.

2013-07-19 Thread Harikrishna Patnala
://reviews.apache.org/r/12759/diff/ Testing --- Thanks, Harikrishna Patnala

Re: 41-42 db upgrade

2013-07-19 Thread Harikrishna Patnala
in my part into 4.2 and master branch. Thanks -min From: Alena Prokharchyk mailto:alena.prokharc...@citrix.com>> Date: Wednesday, July 17, 2013 1:26 PM To: Harikrishna Patnala mailto:harikrishna.patn...@citrix.com>>, Min Chen mailto:min.c...@citrix.com>>, Rajesh Bat

Re: Review Request 12427: Fix for CLOUDSTACK-3365: cluster level parameters cluster.(cpu/memory).allocated.capacity.notificationthreshold is not considering overcommit value

2013-07-19 Thread Harikrishna Patnala
://reviews.apache.org/r/12427/diff/ Testing --- Tested locally both with actual usage and over committed values for memory. Thanks, Harikrishna Patnala

Re: Review Request 12757: [4.2]CLOUDSTACK-3634: Adding router.template.xen/kvm/hyperv/kvm/lxc in upgrade setup

2013-07-19 Thread Harikrishna Patnala
setup/db/db/schema-410to420.sql 921d5fa Diff: https://reviews.apache.org/r/12757/diff/ Testing --- Thanks, Harikrishna Patnala

Review Request 12757: CLOUDSTACK-3634: Adding router.template.xen/kvm/hyperv/kvm/lxc in upgrade setup

2013-07-19 Thread Harikrishna Patnala
developer upgrade does not fail in deploying router. Diffs - engine/schema/src/com/cloud/upgrade/dao/Upgrade410to420.java e54a699 setup/db/db/schema-410to420.sql 921d5fa Diff: https://reviews.apache.org/r/12757/diff/ Testing --- Thanks, Harikrishna Patnala

Re: Review Request 12719: CLOUDSTACK-3634: Adding router.template.xen/kvm/hyperv/kvm/lxc in upgrade setup

2013-07-18 Thread Harikrishna Patnala
--- Thanks, Harikrishna Patnala

Review Request 12719: CLOUDSTACK-3634: Adding router.template.xen/kvm/hyperv/kvm/lxc in upgrade setup

2013-07-18 Thread Harikrishna Patnala
developer upgrade does not fail in deploying router. Diffs - engine/schema/src/com/cloud/upgrade/dao/Upgrade410to420.java e37ccd5 setup/db/db/schema-410to420.sql 40e3d2b Diff: https://reviews.apache.org/r/12719/diff/ Testing --- Thanks, Harikrishna Patnala

Re: Review Request 12358: CLOUDSTACK-3228: system vms are not comming up in zone with two cluster xen and kvm

2013-07-18 Thread Harikrishna Patnala
/SecondaryStorageManagerImpl.java 6859b0b Diff: https://reviews.apache.org/r/12358/diff/ Testing --- tested locally Thanks, Harikrishna Patnala

Re: Review Request 12427: Fix for CLOUDSTACK-3365 and CLOUDSTACK-2536

2013-07-17 Thread Harikrishna Patnala
, Harikrishna Patnala

Re: Review Request 12427: Fix for CLOUDSTACK-3365 and CLOUDSTACK-2536

2013-07-17 Thread Harikrishna Patnala
uster. This method cant be used to get the value. - Harikrishna --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12427/#review23239 ----------- On July 10, 2013, 10:56 a.m., Harikrishna Patnala wrote: > &g

Review Request 12632: CLOUDSTACK-3551: Fix value over flow due to type conversion

2013-07-16 Thread Harikrishna Patnala
/CapacityManagerImpl.java d54624d server/src/com/cloud/vm/VirtualMachineManagerImpl.java 827e233 Diff: https://reviews.apache.org/r/12632/diff/ Testing --- Tested locally Thanks, Harikrishna Patnala

Re: Review Request 12324: CLOUDSTACK-3358: create template from a volume/snapshot should also take input from User/Admin whether xstools / vmware tools installed in the VM

2013-07-16 Thread Harikrishna Patnala
know if I'm missing anything. Thankyou - Harikrishna Patnala On July 15, 2013, 12:10 p.m., Harikrishna Patnala wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https:

Re: Review board is not accessible.

2013-07-16 Thread Harikrishna Patnala
Me too not able to access Review board. Fix for a blocker bug is in pending so attaching the patch to the bug ticket itself. https://issues.apache.org/jira/browse/CLOUDSTACK-3551 Can someone review my patch and commit. Thanks, Harikrishna On 16-Jul-2013, at 3:46 PM, Bharat Kumar wrote: > Can

Re: Review Request 12324: CLOUDSTACK-3358: create template from a volume/snapshot should also take input from User/Admin whether xstools / vmware tools installed in the VM

2013-07-15 Thread Harikrishna Patnala
--- Thanks, Harikrishna Patnala

Re: Review Request 12498: CLOUDSTACK-2987: Fixing dynamicallyscalable flag in register and update template API

2013-07-12 Thread Harikrishna Patnala
--- Thanks, Harikrishna Patnala

Review Request 12498: CLOUDSTACK-2987: Fixing dynamicallyscalable flag in register and update template API

2013-07-12 Thread Harikrishna Patnala
/src/com/cloud/storage/VMTemplateVO.java 3e71191 server/src/com/cloud/template/TemplateAdapterBase.java fce2506 server/src/com/cloud/template/TemplateManagerImpl.java 5a54656 Diff: https://reviews.apache.org/r/12498/diff/ Testing --- Thanks, Harikrishna Patnala

Re: Review Request 12358: CLOUDSTACK-3228: system vms are not comming up in zone with two cluster xen and kvm

2013-07-10 Thread Harikrishna Patnala
/secondary/SecondaryStorageManagerImpl.java 05256a8 server/test/com/cloud/resource/MockResourceManagerImpl.java 18cff80 Diff: https://reviews.apache.org/r/12358/diff/ Testing --- tested locally Thanks, Harikrishna Patnala

Re: Review Request 12427: Fix for CLOUDSTACK-3365 and CLOUDSTACK-2536

2013-07-10 Thread Harikrishna Patnala
30ee2d7 server/test/com/cloud/vm/VirtualMachineManagerImplTest.java 44e22e2 Diff: https://reviews.apache.org/r/12427/diff/ Testing --- Tested locally both with actual usage and over committed values for memory. Thanks, Harikrishna Patnala

Re: Review Request 12427: Fix for CLOUDSTACK-3365 and CLOUDSTACK-2536

2013-07-10 Thread Harikrishna Patnala
server/test/com/cloud/vm/VirtualMachineManagerImplTest.java 44e22e2 Diff: https://reviews.apache.org/r/12427/diff/ Testing --- Tested locally both with actual usage and over committed values for memory. Thanks, Harikrishna Patnala

Re: Review Request 12427: Fix for CLOUDSTACK-3365 and CLOUDSTACK-2536

2013-07-10 Thread Harikrishna Patnala
with actual usage and over committed values for memory. Thanks, Harikrishna Patnala

Review Request 12427: Fix for CLOUDSTACK-3365: cluster level parameters cluster.(cpu/memory).allocated.capacity.notificationthreshold is not considering overcommit value

2013-07-09 Thread Harikrishna Patnala
://reviews.apache.org/r/12427/diff/ Testing --- Tested locally both with actual usage and over committed values for memory. Thanks, Harikrishna Patnala

Re: Review Request 12358: CLOUDSTACK-3228: system vms are not comming up in zone with two cluster xen and kvm

2013-07-09 Thread Harikrishna Patnala
/MockResourceManagerImpl.java 18cff80 Diff: https://reviews.apache.org/r/12358/diff/ Testing --- tested locally Thanks, Harikrishna Patnala

Review Request 12358: CLOUDSTACK-3228: system vms are not comming up in zone with two cluster xen and kvm

2013-07-09 Thread Harikrishna Patnala
5983aa7 server/src/com/cloud/resource/ResourceManagerImpl.java 41c6ad7 server/src/com/cloud/storage/secondary/SecondaryStorageManagerImpl.java 05256a8 Diff: https://reviews.apache.org/r/12358/diff/ Testing --- tested locally Thanks, Harikrishna Patnala

Re: Review Request 12358: CLOUDSTACK-3228: system vms are not comming up in zone with two cluster xen and kvm

2013-07-09 Thread Harikrishna Patnala
--- tested locally Thanks, Harikrishna Patnala

Re: Review Request 12324: CLOUDSTACK-3358: create template from a volume/snapshot should also take input from User/Admin whether xstools / vmware tools installed in the VM

2013-07-08 Thread Harikrishna Patnala
/cloudstack/api/command/user/template/CreateTemplateCmd.java 07aeb0a server/src/com/cloud/hypervisor/HypervisorGuruBase.java 50bfb30 server/src/com/cloud/template/TemplateManagerImpl.java 5a54656 Diff: https://reviews.apache.org/r/12324/diff/ Testing --- Thanks, Harikrishna Patnala

Review Request 12324: CLOUDSTACK-3358: create template from a volume/snapshot should also take input from User/Admin whether xstools / vmware tools installed in the VM

2013-07-08 Thread Harikrishna Patnala
/CreateTemplateCmd.java 07aeb0a server/src/com/cloud/hypervisor/HypervisorGuruBase.java 50bfb30 server/src/com/cloud/template/TemplateManagerImpl.java 5a54656 Diff: https://reviews.apache.org/r/12324/diff/ Testing --- Thanks, Harikrishna Patnala

Re: Review Request 12263: CLOUDSTACK-3354: [automation] scale up VM is failing

2013-07-07 Thread Harikrishna Patnala
) - setup/db/db/schema-410to420.sql 8130999 Diff: https://reviews.apache.org/r/12263/diff/ Testing --- Thanks, Harikrishna Patnala

<    1   2   3   4   5   >