git commit: updated refs/heads/master to 0436560

2015-04-27 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 10a106f5d -> 04365601d CLOUDSTACK-8412. VM migration with storage fails. Update MigrateWithStorageCommand to avoid JSON deserialization error. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.a

git commit: updated refs/heads/master to 10a106f

2015-04-27 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master de7173a0e -> 10a106f5d CLOUDSTACK-8411. Unable to delete an uploaded volume after CCP fails to attach the volume to a VM. Correctly update the status of an uploaded volume upon failure to attach it to a VM. Project: http://git-wip-u

git commit: updated refs/heads/master to de7173a

2015-04-27 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master f45e6b94e -> de7173a0e CLOUDSTACK-8410. ESXi host stuck disconnects frequently. During ping task, while scanning and updating status of all VMs on the host that are stuck in a transitional state and are missing from the power report, d

git commit: updated refs/heads/master to f45e6b9

2015-04-27 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 429296e7b -> f45e6b94e CLOUDSTACK-8405: Restore VM results in deletion of data disk. Dont evict template when a delete command has been sent to VMware resource for deletion of volume. Project: http://git-wip-us.apache.org/repos/asf/c

[1/3] git commit: updated refs/heads/master to d30d564

2015-03-12 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master c27c69438 -> d30d5644b CLOUDSTACK-8318. Storage vMotion support for VMFS. MigrateVMWithVolumes- 1. If ESXi host version is below 5.1, ensure destination datastore(s) is mounted on the source host, then migrate the storage and then fin

[3/3] git commit: updated refs/heads/master to d30d564

2015-03-12 Thread likithas
CLOUDSTACK-8320. Upon a failed migration, a dummy volume is created which remains in 'Expunging' state. Set destination volume path as NULL while duplicating volume during migration. If migration fails, destination volume will be marked as removed. And if migration succeeds, volume path will be

[2/3] git commit: updated refs/heads/master to d30d564

2015-03-12 Thread likithas
CLOUDSTACK-8319. For both 'MigrateVolume' and 'MigrateVMWithVolumes, ensure VM's vconfiguration files are migrated along with VM's root volume. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bdd28a45 Tree: http://g

git commit: updated refs/heads/master to 4b67a48

2015-01-07 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 82fa9184b -> 4b67a4814 CLOUDSTACK-3439. [VMWARE] While preparing for migration, include dynamically created nics in case of VMware too. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.

git commit: updated refs/heads/master to bc235ed

2015-01-06 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 3cba1c41f -> bc235ed5e CLOUDSTACK-5485. Cannot process more than 5 concurrent snapshots. Number of threads on SSVM agent for connection with MS (Agent->NioClient) should be configurable using global config 'workers'. Project: http://

git commit: updated refs/heads/master to 25a4f0d

2014-12-30 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 13bdc1cef -> 25a4f0dc5 CLOUDSTACK-8136. [VMware] Create VM snapshot fails if a previous attempt to take the snapshot failed. While looking for an ongoing VM snapshot task, check the task status to identify if the task is still running

git commit: updated refs/heads/master to 13bdc1c

2014-12-29 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master c7b23d0a1 -> 13bdc1cef CLOUDSTACK-8134. Worker VMs don't have MS id set in vCenter annotation 'cloud.vm.workertag'. Correctly register node info for a newly created VMware context. Project: http://git-wip-us.apache.org/repos/asf/clou

git commit: updated refs/heads/master to 15b3486

2014-12-25 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 5227ae227 -> 15b348632 CLOUDSTACK-8129. Cold migration of VM across VMware DCs leaves the VM behind in the source host. If VM has been cold migrated across different VMware DCs, then unregister the VM from source host. Project: http

git commit: updated refs/heads/master to 5227ae2

2014-12-24 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master ff7997a2b -> 5227ae227 CLOUDSTACK-8128. VM with Datadisk fails to start when storage is put into maintenance. While migrating a volume from primary to seocndary use a worker VM to perform the operations if the VM associated with the v

git commit: updated refs/heads/master to ff7997a

2014-12-24 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 974b0180d -> ff7997a2b CLOUDSTACK-8127. VM name not displayed after attaching data disk to a VM. If user hasn't supplied a display name for a VM, default it to VM name in listVolume response. This behaviour is identical to listVirtualM

git commit: updated refs/heads/master to 974b018

2014-12-24 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 7b32b8a26 -> 974b0180d CLOUDSTACK-8126. Cold Migration of VM is not working as expected. In case a VM is cold migrated across clusters then VM fails to start. 1. If a VM by the same name exists on a different cluster in the VMware DC,

git commit: updated refs/heads/master to 7b32b8a

2014-12-24 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 1c0bf3217 -> 7b32b8a26 CLOUDSTACK-8125. VM fails to start on the first attempt after a cold migration. Update volume chain_info to NULL during cold migration. Otherwise during VM start, CCP will configure and try to power-on the VM with

git commit: updated refs/heads/master to 1c0bf32

2014-12-24 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master a5a65c7b5 -> 1c0bf3217 CLOUDSTACK-8123. VM re-install fails. While moving root disk into VM folder during restore, look for folder based on vCenter name. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://

git commit: updated refs/heads/master to a5a65c7

2014-12-24 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master ac491c960 -> a5a65c7b5 CLOUDSTACK-8122. Handle NPE thrown during migration failures. When migration fails instead of returning NULL, throw the exception. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://g

git commit: updated refs/heads/master to ac491c9

2014-12-23 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master b1bca2a2c -> ac491c960 CLOUDSTACK-8121. Data disk properties are not updated upon Creation/Deletion of VM snapshots. Update the path and size of data volumes after snapshot creation/deletion by correctly trimming only the snapshot pos

git commit: updated refs/heads/master to b1bca2a

2014-12-23 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 4d7ede535 -> b1bca2a2c CLOUDSTACK-8119. [VMware] Cannot attach more than 8 volumes to a VM. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b1bca2a2 Tree

git commit: updated refs/heads/master to 4d7ede5

2014-12-23 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 67eff27f5 -> 4d7ede535 CLOUDSTACK-8119. Propagate error message to UI for attach/detach volume failure operations. For AttachVolume/DetachVolume API command, improve user error message in case of RuntimeException by throwing the excep

git commit: updated refs/heads/master to f420dd5

2014-12-23 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master ddcae8a93 -> f420dd55f CLOUDSTACK-8119. [VMware] Cannot attach more than 8 volumes to a VM. While attaching a new disk to an instance, the unit number on the controller key should be the lowest unit number that is not in use. And in ca

git commit: updated refs/heads/master to ddcae8a

2014-12-23 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 521258baf -> ddcae8a93 CLOUDSTACK-8118. Root volume migration fails with 'No such disk device' in case of vCenter 5.5 setup. If an exact match is being done while locating disk chain by name, don't trim snapshot postfix appended to th

git commit: updated refs/heads/master to 521258b

2014-12-23 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master ceae97868 -> 521258baf CLOUDSTACK-8114. Ensure VM stop and then start updates the volume path correctly in the DB. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudst

git commit: updated refs/heads/master to cb211f1

2014-12-23 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 77bd069cc -> cb211f18d CLOUDSTACK-8113. VM migration fails with "Message: No such disk device: " error. Consolidate VM disks once VM/volumes are migrated. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://

git commit: updated refs/heads/master to 5f9e4fd

2014-12-23 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 33179cce5 -> 5f9e4fddf CLOUDSTACK-8112. CS allows creation of VM's with the same Display name when vm.instancename.flag is set to true. During VM creation, if vm.instancename.flag is set to true and hypervisor type is VMware, check if

git commit: updated refs/heads/master to 33179cc

2014-12-23 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 647532376 -> 33179cce5 CLOUDSTACK-8112. CS allows creation of VM's with the same Display name when vm.instancename.flag is set to true. Before registering a VM check if a different CS VM with same name exists in vCenter. Project: ht

git commit: updated refs/heads/master to 6475323

2014-12-23 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 106ec718f -> 647532376 CLOUDSTACK-8111. NFS secondary storage repetitively mounted on CS server with ESXi hypervisors. Fix cleanup of NFS mounts on management server during server starup by correcting how mount points are listed for a

git commit: updated refs/heads/master to 51ee900

2014-12-22 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 507d9d337 -> 51ee90074 CLOUDSTACK-8110. VM name in vCenter should be VM's DisplayName if global config 'vm.instancename.flag' is set. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.or

git commit: updated refs/heads/master to 507d9d3

2014-12-22 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 0f224c858 -> 507d9d337 CLOUDSTACK-8109. Extract Template is failing. Fix the OVA path that is returned once an OVA is packaged using a META file. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-u

git commit: updated refs/heads/master to 0f224c8

2014-12-22 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master a75a43137 -> 0f224c858 CLOUDSTACK-8108. vCenter admin name is logged in clear text. Revert back to TRACE logging while retrieving and recycling VMware context from the context pool. Project: http://git-wip-us.apache.org/repos/asf/clo

git commit: updated refs/heads/master to a75a431

2014-12-22 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master ff37fa5de -> a75a43137 CLOUDSTACK-8107. Failed to create snapshot from volume when the task is performed repeatedly in zone wide primary Storage. While taking a snapshot of a volume, CS chooses the endpoint to perform backup snapshot

git commit: updated refs/heads/master to b8fdda0

2014-11-12 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 5d094e5ca -> b8fdda0a3 BUG-ID: CLOUDSTACK-7102. Volume migration fails with 'VM i-2-3-VM does not exist in VMware datacenter' expection. Look for a VM in vCenter based on both the vCenter name and CS internal name (required in case 'v

[1/2] git commit: updated refs/heads/master to bca71ec

2014-10-01 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master ce5c35b19 -> bca71ec16 CLOUDSTACK-6969. Data Volume Shrink operation failing with "Unexpected Exception". Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commi

[2/2] git commit: updated refs/heads/master to bca71ec

2014-10-01 Thread likithas
BUG-ID: CLOUDSTACK-7662. Resize of detached volume fails. Support offline volume resize on ESX by creating a worker VM to attach the unattached volume to and then resize it. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/

[2/2] git commit: updated refs/heads/master to f1e3e83

2014-09-30 Thread likithas
BUG-ID: CLOUDSTACK-7653. VM's are not getting deleted from hypervisor after deleting from UI when using zone wide primary storage. While expunging a volume, CS chooses the endpoint to perform delete operation by selecting any host that has the storage containing the volume mounted on it. Instead,

[1/2] git commit: updated refs/heads/master to f1e3e83

2014-09-30 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 2bf72a781 -> f1e3e83bb BUG-ID: CLOUDSTACK-7652. [VMware] 'SOAPFaultException: The object has already been deleted or has not been completely created' exceptions. If CCP thread local context which is used to handle connections to a vCen

git commit: updated refs/heads/master to 433ec7c

2014-08-25 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master fc2002341 -> 433ec7c85 Fixed few issues reproted by coverity. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/433ec7c8 Tree: http://git-wip-us.apache.org

git commit: updated refs/heads/master to 8ce6eba

2014-08-25 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 134a86801 -> 8ce6eba54 CLOUDSTACK-7415. Host remains in Alert after vCenter restart. Management server PingTask should update PingMap entry for an agent only if it is already present in the Management Server's PingMap. Project: http:

[1/2] git commit: updated refs/heads/master to 7dbff9b

2014-08-19 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 4e5dc5921 -> 7dbff9b42 CLOUDSTACK-7371. [VMware] Enabling primary storage maintenance fails when storages are across cluster. 1. While destroying a ROOT volume do the lookup of the associated VM under the DC and not just cluster. 2. I

[2/2] git commit: updated refs/heads/master to 7dbff9b

2014-08-19 Thread likithas
CLOUDSTACK-4587. System VMs fail to start when the primary storage that has the System VMs is put into maintenance. During VM start while configuring its disk devices, obtain the matching disk for a volume in storage using both the volume's path and volume's datastore information. Project: http

git commit: updated refs/heads/master to 6a4a11e

2014-08-13 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 4c4d89f4d -> 6a4a11ed7 CLOUDSTACK-7334. [VMware] AddHost command fails if there is a space in the VMware DC/Cluster name. URL decode vCenter path during cluster discovery. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/re

[1/2] git commit: updated refs/heads/master to b41a78c

2014-08-08 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 74847dce4 -> b41a78ce0 CLOUDSTACK-7248. [VMware] Extract volume fails with an NPE. Synchronize attach disk to VM on the VM object value instead of using a DB lock. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit

[2/2] git commit: updated refs/heads/master to b41a78c

2014-08-08 Thread likithas
Revert "CLOUDSTACK-7077. Quickly attaching multiple data disks to a VM fails." This reverts commit a9b3ab089d6cb0bc1494e10b2be90292f4c79289. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bb7fc599 Tree: http://git-

git commit: updated refs/heads/master to f803100

2014-08-01 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master fca41bf52 -> f80310081 CLOUDSTACK-6969. Data Volume Shrink operation failing with "Unexpected Exception". For ResizeVolume API command - 1. If hypervisor resource throws an exception, handle the NPE thrown by the job framework. 2. Imp

git commit: updated refs/heads/master to 786285a

2014-07-24 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 6d1d44554 -> 786285ab5 CLOUDSTACK-7174. [VMware] Recreating System VMs fails if global config 'vm.instancename' is set to true. Append VM's name in vCenter with the hostname only for User VMs. Project: http://git-wip-us.apache.org/re

git commit: updated refs/heads/master to 493fd17

2014-07-22 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master b3e4c6d6d -> 493fd1705 CLOUDSTACK-7152. Attaching datadisk to VMs that have VM snapshot throws 'Unexpected exception'. Like with other API commands, ensure input parameter validation for AttachVolume happens outside the job queue. P

git commit: updated refs/heads/master to b3e4c6d

2014-07-21 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 4596ae9aa -> b3e4c6d6d CLOUDSTACK-7150. [VMware] Global config 'vm.instancename' is not honored. If global config 'vm.instancename' is set to true, VM name in vCenter should be '-'. Project: http://git-wip-us.apache.org/repos/asf/clo

git commit: updated refs/heads/master to d3e7b43

2014-07-17 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 34bed5fa5 -> d3e7b43ee CLOUDSTACK-7119. [VMware] Don't allow VM reset when VM has snapshots. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d3e7b43e Tre

git commit: updated refs/heads/master to 56e3724

2014-07-16 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 5ccd904e8 -> 56e37243b CLOUDSTACK-7114. [EC2 QueryAPI] Inconsistency in mapping the "Allocated" state of a Volume to "Available". Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/re

git commit: updated refs/heads/master to 00778de

2014-07-11 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master ba3898193 -> 00778de96 CLOUDSTACK-7099. Volume snapshot is not getting backed up. Correctly inject ConfigDao into SnapshotStateListener. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.

git commit: updated refs/heads/master to a9b3ab0

2014-07-08 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 62c18ca3f -> a9b3ab089 CLOUDSTACK-7077. Quickly attaching multiple data disks to a VM fails. [VMware] Synchronize the tasks of disk preparation and reconfiguration of a VM with the disk. This is to avoid attaching a disk with a wrong d

git commit: updated refs/heads/master to 4be369c

2014-07-07 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 8e112858d -> 4be369c94 CLOUDSTACK-7072. Volume attachment fails with 'A specified parameter was not correct' error. [VMware] While attaching a new disk to an instance, the unit number on the controller key should be the lowest unit nu

git commit: updated refs/heads/master to 8e11285

2014-07-07 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 8cf94c9ec -> 8e112858d CLOUDSTACK-7071. Upgrade to CCP 4.2 fails in case a VMware setup has multiple zones mapping to the same VMware datacenter. If 2 or more CloudStack zones map to the same VMware datacenter, mark the zones as legac

git commit: updated refs/heads/master to 8cf94c9

2014-07-07 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master 4f969057b -> 8cf94c9ec CLOUDSTACK-7069. [VMware] While setting 'numCoresPerSocket' property for a Virtual Machine in VMware add a check to ensure the vSphere version is 5.0 or above. Project: http://git-wip-us.apache.org/repos/asf/c

git commit: updated refs/heads/master to 4f96905

2014-07-07 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master a413536f9 -> 4f969057b CLOUDSTACK-7030. After the restart of MS in a clustered MS pool, not all hung worker VMs are recycled. Recycle worker VMs that originally belonged to other management servers too because in case of MS restart, t

git commit: updated refs/heads/multiple-disk-ova to ebc92d6

2014-05-21 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/multiple-disk-ova 87d87a6f3 -> ebc92d6cd CLOUDSTACK-4757. Update API params Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ebc92d6c Tree: http://git-wip-us.apa

[1/2] git commit: updated refs/heads/multiple-disk-ova to 87d87a6

2014-05-21 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/multiple-disk-ova fa0897f90 -> 87d87a6f3 CLOUDSTACK-4757. Cleanup datadisk templates that have already been created in case creation of one of the datadisk template fails Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commi

[2/2] git commit: updated refs/heads/multiple-disk-ova to 87d87a6

2014-05-21 Thread likithas
CLOUDSTACK-4757. Improvements to the marvin test. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/87d87a6f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/87d87a6f Diff: http://git-wip-us.apache.org/repo

git commit: updated refs/heads/multiple-disk-ova to fa0897f

2014-05-19 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/multiple-disk-ova 3532ffe5a -> fa0897f90 CLOUDSTACK-4757. More updates to Datadisk template creation - update ROOT disk OVA once all the datadisks have been created Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: htt

[13/13] git commit: updated refs/heads/multiple-disk-ova to 3532ffe

2014-05-02 Thread likithas
CLOUDSTACK-4757. Marvin test to verify support for OVA containing multiple disk Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3532ffe5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3532ffe5 Diff: htt

[02/13] git commit: updated refs/heads/multiple-disk-ova to 3532ffe

2014-05-02 Thread likithas
CLOUDSTACK-4787 Support OVA with multiple volumes Creating OVF file to pack vmdk corresponding to data disk in OVA. Signed-off-by: Sateesh Chodapuneedi Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6496ccf1 Tree

[12/13] git commit: updated refs/heads/multiple-disk-ova to 3532ffe

2014-05-02 Thread likithas
CLOUDSTACK-4757. List templates - Add filter parent template id Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a6fd25ac Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a6fd25ac Diff: http://git-wip-us.a

[10/13] git commit: updated refs/heads/multiple-disk-ova to 3532ffe

2014-05-02 Thread likithas
CLOUDSTACK-4757. Delete template - When delete is called on a template delete all datadisk templates that belong to the template Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/07d514fb Tree: http://git-wip-us.apach

[09/13] git commit: updated refs/heads/multiple-disk-ova to 3532ffe

2014-05-02 Thread likithas
CLOUDSTACK-4757. Deploy Virtual Machine - If datadisk templates are specified using parameter 'datadisktemplatetodiskofferinglist', then create virtual machine with additional volumes attached Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/r

[08/13] git commit: updated refs/heads/multiple-disk-ova to 3532ffe

2014-05-02 Thread likithas
CLOUDSTACK-4757. List templates - Include Datadisk templates in listTemplates response. And for Datadisk templates include reference to parent template that it belongs to. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/c

[11/13] git commit: updated refs/heads/multiple-disk-ova to 3532ffe

2014-05-02 Thread likithas
CLOUDSTACK-4757. Template copy - Copy all Datadisk templates that belong to the template along with the template. Disallow individual copy of Datadisk templates Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6a3844

[03/13] git commit: updated refs/heads/multiple-disk-ova to 3532ffe

2014-05-02 Thread likithas
CLOUDSTACK-4757 Support OVA with multiple volumes Get bootdevice from extra config option in ova template. Signed-off-by: Sateesh Chodapuneedi Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ac0e7f72 Tree: http://

[06/13] git commit: updated refs/heads/multiple-disk-ova to 3532ffe

2014-05-02 Thread likithas
CLOUDSTACK-4757 Support OVA with multiple volumes Update capacity of vmdk file while attaching to disk to worker vm. Signed-off-by: Sateesh Chodapuneedi Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/95cffaa9 Tre

[05/13] git commit: updated refs/heads/multiple-disk-ova to 3532ffe

2014-05-02 Thread likithas
CLOUDSTACK-4757 Support OVA with multiple volumes Fix device id in worker vm. Signed-off-by: Sateesh Chodapuneedi Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e467d11d Tree: http://git-wip-us.apache.org/repos/a

[01/13] git commit: updated refs/heads/multiple-disk-ova to 3532ffe

2014-05-02 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/multiple-disk-ova [created] 3532ffe5a Read OVF template to extract volumes and meta data. Signed-off-by: Sateesh Chodapuneedi Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cl

[04/13] git commit: updated refs/heads/multiple-disk-ova to 3532ffe

2014-05-02 Thread likithas
CLOUDSTACK-4757 Support OVA with multiple volumes If no user configured bootdisk available, choose 1st disk. Signed-off-by: Sateesh Chodapuneedi Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/87352b8c Tree: http:

git commit: updated refs/heads/ova-multiple-disks to a73df09

2014-03-12 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/ova-multiple-disks 7fb5641f4 -> a73df09b1 Agent command to analyze template Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a73df09b Tree: http://git-wip-us.apa

git commit: updated refs/heads/ova-multiple-disks to 637b94c

2014-03-11 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/ova-multiple-disks bb6fddf43 -> 637b94cfe Agent command to analyze template Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/637b94cf Tree: http://git-wip-us.apa

Git Push Summary

2014-03-05 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/ova-multiple-disks [created] bb6fddf43

[2/2] git commit: updated refs/heads/master to 88b5761

2014-02-26 Thread likithas
CLOUDSTACK-6146. [VMware] [ESXi 5.5] Live VM migration of an already migrated VM (with storage) across clusters fails In vCenter 5.5, once a volume is migrated the VMDKs are renamed to match the name of the VM. Update volume path for every volume belonging to the VM to the corresponding new disk

[1/2] git commit: updated refs/heads/master to 88b5761

2014-02-26 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/master b484b4820 -> 88b576164 CLOUDSTACK-6146. [VMware] [ESXi 5.5] Live storage migration of an already migrated volume fails In vCenter 5.5, once a volume is migrated the VMDKs are renamed to match the name of the VM. If a volume has been r

[2/2] git commit: updated refs/heads/4.3-forward to 8cb03dd

2014-02-25 Thread likithas
CLOUDSTACK-6146. [VMware] [ESXi 5.5] Live VM migration of an already migrated VM (with storage) across clusters fails In vCenter 5.5, once a volume is migrated the VMDKs are renamed to match the name of the VM. Update volume path for every volume belonging to the VM to the corresponding new disk

[1/2] git commit: updated refs/heads/4.3-forward to 8cb03dd

2014-02-25 Thread likithas
Repository: cloudstack Updated Branches: refs/heads/4.3-forward 20efa0c8a -> 8cb03ddb2 CLOUDSTACK-6146. [VMware] [ESXi 5.5] Live storage migration of an already migrated volume fails In vCenter 5.5, once a volume is migrated the VMDKs are renamed to match the name of the VM. If a volume has b

git commit: updated refs/heads/master to db91e54

2014-02-14 Thread likithas
Updated Branches: refs/heads/master ce6539bd4 -> db91e54bf CLOUDSTACK-6112. Adding VPC router to a guest network fails with StringIndexOutOfBoundsException. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/db91e5

git commit: updated refs/heads/master to 9f597ef

2014-02-12 Thread likithas
Updated Branches: refs/heads/master 9174020d9 -> 9f597ef13 CLOUDSTACK-6056. Enabling static NAT rule for a portable public IP fails with error "Failed to enable static nat". router.extra.public.nics isn't being honoured and so when an ip that is acquired from the additional VLAN range is bein

git commit: updated refs/heads/master to f4a96d4

2014-02-03 Thread likithas
Updated Branches: refs/heads/master 9cb37ec34 -> f4a96d4c8 CLOUDSTACK-6011 . When detach is called on a deleted volume, avoid the NPE and throw an appropriate exception instead Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/clou

git commit: updated refs/heads/master to 9cb37ec

2014-02-02 Thread likithas
Updated Branches: refs/heads/master 9cb2458a5 -> 9cb37ec34 CLOUDSTACK-6007. Restore VM command fails with NPE. If a VM instance is deployed with startVm=false, then calling restoreVm on the instance fails with NPE because CS tries to expunge a volume that has not been created in primary store.

git commit: updated refs/heads/4.3-forward to 92abb94

2014-02-02 Thread likithas
Updated Branches: refs/heads/4.3-forward b811bc094 -> 92abb9439 CLOUDSTACK-6007. Restore VM command fails with NPE. If a VM instance is deployed with startVm=false, then calling restoreVm on the instance fails with NPE because CS tries to expunge a volume that has not been created in primary

git commit: updated refs/heads/4.3-forward to ba5b302

2014-01-31 Thread likithas
Updated Branches: refs/heads/4.3-forward cce4a055a -> ba5b302ae CLOUDSTACK-6002. [vCenter 5.5] restoreVM fails with ROOT-x-01.vmdk not found. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ba5b302a Tree: ht

git commit: updated refs/heads/master to 7f6b3c0

2014-01-30 Thread likithas
Updated Branches: refs/heads/master 580ebb001 -> 7f6b3c08d CLOUDSTACK-5998. [AWSAPI] describe addresses call returns a fault with "domain cannot be null!!". Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7f6b3c

git commit: updated refs/heads/master to 06f79a8

2014-01-30 Thread likithas
Updated Branches: refs/heads/master cb048f410 -> 06f79a881 CLOUDSTACK-5994. Hitting IndexOutOfBoundsException in GetVmStatsCommand after upgrade. To obtain network read/write statistics, multiply sample duration with the average of the particular performance metric obtained over the sample per

git commit: updated refs/heads/4.3-forward to 16c3f53

2014-01-30 Thread likithas
Updated Branches: refs/heads/4.3-forward 775fa0f0d -> 16c3f5379 CLOUDSTACK-5994. Hitting IndexOutOfBoundsException in GetVmStatsCommand after upgrade. To obtain network read/write statistics, multiply sample duration with the average of the particular performance metric obtained over the sampl

git commit: updated refs/heads/master to 95bd04e

2014-01-28 Thread likithas
Updated Branches: refs/heads/master 997c0f8d1 -> 95bd04e44 CLOUDSTACK-5965. VM displayname is not returned by API. If user doesn't supply a display name during VM launch, default it to VM name(uuid) in listVM response. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: h

git commit: updated refs/heads/4.3-forward to e8ba2d0

2014-01-27 Thread likithas
Updated Branches: refs/heads/4.3-forward 6d1475182 -> e8ba2d085 CLOUDSTACK-5796. [VMware] Size column is not getting updated in snapshot_store_ref table when a snapshot is backed up in secondary storage. Calculate and update the size of a backed up snapshot. This snapshot size is in turn used

git commit: updated refs/heads/master to 4583bac

2014-01-27 Thread likithas
Updated Branches: refs/heads/master 39447cce6 -> 4583bac05 CLOUDSTACK-5796. [VMware] Size column is not getting updated in snapshot_store_ref table when a snapshot is backed up in secondary storage. Calculate and update the size of a backed up snapshot. This snapshot size is in turn used to u

git commit: updated refs/heads/4.3-forward to 94ea273

2014-01-22 Thread likithas
Updated Branches: refs/heads/4.3-forward d5e0dcd2a -> 94ea2736f CLOUDSTACK-5927. Storage garbage collector is trying to destroy the SSVM/CPVM root disk that is in use. In case of VMware VM during root volume preparation if we are switching to a new volume, force expunge root disk that was cre

git commit: updated refs/heads/master to 226b749

2014-01-21 Thread likithas
Updated Branches: refs/heads/master 0846bfe1f -> 226b74913 CLOUDSTACK-5915. [AWSAPI] Instance launch is inconsistent if there are deleted service offerings Use CS API listServiceOfferingsCmd to retrieve appropriate service offerings Project: http://git-wip-us.apache.org/repos/asf/cloudstack/

git commit: updated refs/heads/master to 008b029

2014-01-16 Thread likithas
Updated Branches: refs/heads/master 0cdf0f6f6 -> 008b029a2 CLOUDSTACK-5891.[VMware] If a template has been registered and "cpu.corespersocket=X" template details have been added for it, then any instance deployed from that template should have X cores per socket Project: http://git-wip-us.ap

git commit: updated refs/heads/master to 16d36dd

2014-01-14 Thread likithas
Updated Branches: refs/heads/master b61f0a74c -> 16d36dd75 Fix checkstyle Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/16d36dd7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/16d36dd7 Diff: http:

git commit: updated refs/heads/master to e551296

2014-01-14 Thread likithas
Updated Branches: refs/heads/master 842b58d6e -> e5512960a CLOUDSTACK-5865. Unable to use login API if domainId parameter is id and not uuid Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e5512960 Tree: http://

git commit: updated refs/heads/master to a957d52

2014-01-13 Thread likithas
Updated Branches: refs/heads/master af657b3d7 -> a957d52a3 CLOUDSTACK-5707. Hitting multiple 'User unauthenticated' exceptions when vCenter is upgraded to 5.5 from 5.1. We hit these excptions whenever a management server held session that was with the old 5.1 vCenter server is used to make re

git commit: updated refs/heads/4.3 to 6bb15a0

2014-01-13 Thread likithas
Updated Branches: refs/heads/4.3 f18c7ba74 -> 6bb15a000 CLOUDSTACK-5707. Hitting multiple 'User unauthenticated' exceptions when vCenter is upgraded to 5.5 from 5.1. We hit these excptions whenever a management server held session that was with the old 5.1 vCenter server is used to make resou

git commit: updated refs/heads/master to 617a71b

2014-01-06 Thread likithas
Updated Branches: refs/heads/master d69a35086 -> 617a71b45 CLOUDSTACK-5780. [VMware] ESXi 5.5 - During live volume migration of ROOT and DATA volumes, suitable storage list is always empty Update hypervisor_capabilities to include capabilities for ESXi host 5.5 Project: http://git-wip-us.apa

git commit: updated refs/heads/4.3 to f10bd71

2014-01-06 Thread likithas
Updated Branches: refs/heads/4.3 531433c9d -> f10bd7115 CLOUDSTACK-5780. [VMware] ESXi 5.5 - During live volume migration of ROOT and DATA volumes, suitable storage list is always empty Update hypervisor_capabilities to include capabilities for ESXi host 5.5 Project: http://git-wip-us.apache

  1   2   3   4   >