Marcus Sorensen 
							
						 
					 
					
						
						
						
						
							
						
						
							c99f0f925b 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5697 - public ip ranges should allow VNI rather than only working with untagged  
						
						 
						
						
						
						
					 
					
						2013-12-31 16:09:52 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sateesh Chodapuneedi 
							
						 
					 
					
						
						
						
						
							
						
						
							d50517e931 
							
						 
					 
					
						
						
							
							Fixing check style errors in HypervDirectConnectResource.java.  
						
						 
						
						
						
						
					 
					
						2013-12-31 07:16:35 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sateesh Chodapuneedi 
							
						 
					 
					
						
						
						
						
							
						
						
							68e0bf39d0 
							
						 
					 
					
						
						
							
							Fix check style error.  
						
						 
						
						
						
						
					 
					
						2013-12-31 07:04:17 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rajesh Battala 
							
						 
					 
					
						
						
						
						
							
						
						
							fe11fa89ee 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5687 [Hyper-V] Remote Access VPN fails with Unsupported command while trying to configure VPN users  
						
						 
						
						
						
						
					 
					
						2013-12-31 12:36:16 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sateesh Chodapuneedi 
							
						 
					 
					
						
						
						
						
							
						
						
							6ba9754201 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5447 [Automation] Volume migration failing with NullPointerException in vmware and KVM.  
						
						 
						
						... 
						
						
						
						Instead of injecting object of VolumeOrchestrationService into VmwareResource, we now populate the command object (MigrateVolumeCommand here) with required information. Thus we dont need volume orchestration service to query that information from resource.
Signed-off-by: Sateesh Chodapuneedi <sateesh@apache.org> 
						
						
					 
					
						2013-12-31 06:31:43 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Devdeep Singh 
							
						 
					 
					
						
						
						
						
							
						
						
							785931b6f0 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5560: Reattach of data disk fails for hyperv. When a data disk  
						
						 
						
						... 
						
						
						
						is attached a hard disk drive is created on the scsi controller. On detach
the data disk is removed from the drive but the disk drive is left behind.
On reattach the agent was again trying to create a disk drive while it was
already present. Fixed the agent code to look up for disk drive while
attaching and if one is not found then only to create the drive for
attaching a data disk. 
						
						
					 
					
						2013-12-30 16:53:43 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hugo Trippaers 
							
						 
					 
					
						
						
						
						
							
						
						
							50be9a447a 
							
						 
					 
					
						
						
							
							Apply proper license header and formatting to the new contrail tests  #2  
						
						 
						
						
						
						
					 
					
						2013-12-30 09:38:10 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hugo Trippaers 
							
						 
					 
					
						
						
						
						
							
						
						
							4e88197459 
							
						 
					 
					
						
						
							
							Apply proper license header and formatting to the new contrail tests  
						
						 
						
						
						
						
					 
					
						2013-12-30 09:15:06 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sachchidanand Vaidya 
							
						 
					 
					
						
						
						
						
							
						
						
							7f9683af85 
							
						 
					 
					
						
						
							
							Added Virtual-Network and Virtual-Machine Model unit test.  
						
						 
						
						... 
						
						
						
						Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com> 
						
						
					 
					
						2013-12-30 08:57:21 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Devdeep Singh 
							
						 
					 
					
						
						
						
						
							
						
						
							069f8aeed5 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5659: Creation of vm from iso failing with wrong file format.  
						
						 
						
						... 
						
						
						
						The agent was always creating a disk with image format vhdx, but the
cloudstack management server defaults to image format vhd for hyperv.
Updated the agent code to be consistent with what cs expects. All disks
are now created with image format vhd. 
						
						
					 
					
						2013-12-30 12:00:26 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sateesh Chodapuneedi 
							
						 
					 
					
						
						
						
						
							
						
						
							9ca34f14a2 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5666 Cant remove a nic when a vm is in the Stopped state  
						
						 
						
						... 
						
						
						
						When VM is not running, existing code is unable to retrieve associated cluster's Id. Now we will try to get this information using previous host where the VM was running.
Signed-off-by: Sateesh Chodapuneedi <sateesh@apache.org>
Conflicts:
	plugins/hypervisors/vmware/src/com/cloud/hypervisor/guru/VMwareGuru.java 
						
						
					 
					
						2013-12-28 09:13:58 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sateesh Chodapuneedi 
							
						 
					 
					
						
						
						
						
							
						
						
							db99146187 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5661 [VMware] DetachIsoCmd succeeds even though cdrom is locked by VM as cdrom is mounted  
						
						 
						
						... 
						
						
						
						DetachISO is succeeding even though detach opeartion is failing as cdrom is locked by VM as it was mounted inside VM.
Detect if cdrom is locked or not. If locked fail detach operation and warn user to unmount before detaching the iso/cdrom device.
Signed-off-by: Sateesh Chodapuneedi <sateesh@apache.org>
Conflicts:
	plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java
	plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareStorageProcessor.java
	vmware-base/src/com/cloud/hypervisor/vmware/mo/VirtualMachineMO.java 
						
						
					 
					
						2013-12-28 02:36:53 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sanjay Tripathi 
							
						 
					 
					
						
						
						
						
							
						
						
							46c6b91832 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4402: [deleteStoragePool] There is no way to delete Primary storage if the last host with which it was associated is already removed.  
						
						 
						
						
						
						
					 
					
						2013-12-27 17:12:38 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Devdeep Singh 
							
						 
					 
					
						
						
						
						
							
						
						
							865330d440 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5610: Host doesn't go to Down/Alert state even though it is powered off. VM  
						
						 
						
						... 
						
						
						
						deployment fails because of that as cloudstack tries to deploy it on a host which is
ctually down. An investigator wasn't present for hyper-v; so cloudstack wasn't able to
determine the status of the host. Wrote an investigator for hyper-v which checks with
other hosts in the cluster for the status of the host being investigated. 
						
						
					 
					
						2013-12-27 16:35:23 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Devdeep Singh 
							
						 
					 
					
						
						
						
						
							
						
						
							cdf2a1161b 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5649: Vms are stopped and not migrated from a host when the  
						
						 
						
						... 
						
						
						
						host is put in maintenance mode. The migrate flag wasn't set to true in
the maintain answer. This caused cloudstack to not to schedule a migration
work item for vms on the host. Made a change to set the migrate flag to
true in migrate answer. 
						
						
					 
					
						2013-12-27 15:21:14 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rajesh Battala 
							
						 
					 
					
						
						
						
						
							
						
						
							ea09c0435f 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5193 [Hyper-V] VHDs not deleted post VM destroy and expunge  
						
						 
						
						
						
						
					 
					
						2013-12-27 14:59:57 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rajesh Battala 
							
						 
					 
					
						
						
						
						
							
						
						
							31969e993e 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5595 add vlan to storage nic to vnic for ssvm  
						
						 
						
						
						
						
					 
					
						2013-12-27 14:59:31 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rajesh Battala 
							
						 
					 
					
						
						
						
						
							
						
						
							3f59780e91 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5584  fix the issue to configure the systemvm's in hyperv consistently  
						
						 
						
						
						
						
					 
					
						2013-12-27 14:58:56 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rajesh Battala 
							
						 
					 
					
						
						
						
						
							
						
						
							67d1a88880 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5603  support Monitoring VR services when VR running on Hyper-V  
						
						 
						
						
						
						
					 
					
						2013-12-27 14:55:16 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rajesh Battala 
							
						 
					 
					
						
						
						
						
							
						
						
							84bf5b3e55 
							
						 
					 
					
						
						
							
							added support to run hyperv agent on 0.0.0.0 and startuprouting command will discover the ip details and send in response  
						
						 
						
						
						
						
					 
					
						2013-12-27 14:43:25 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marcus Sorensen 
							
						 
					 
					
						
						
						
						
							
						
						
							bb8b2805b6 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5432: KVM - LibvirtStorageAdaptor only needs to disconnectPhysicalDiskByPath  
						
						 
						
						... 
						
						
						
						for ISO-based disks. At least, that's how it was in 4.2, so restoring to that functionality. 
						
						
					 
					
						2013-12-26 23:14:23 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marcus Sorensen 
							
						 
					 
					
						
						
						
						
							
						
						
							8455a0677a 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5654: Don't pass empty string to BroadcastDomainType.Vlan.toUri  
						
						 
						
						... 
						
						
						
						when attempting to parse VLAN/VNI from bridge's physical ethernet device 
						
						
					 
					
						2013-12-26 16:52:33 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Koushik Das 
							
						 
					 
					
						
						
						
						
							
						
						
							ad33f0ad66 
							
						 
					 
					
						
						
							
							CLOUDSTACK-2560: Adding duplicate ASA device entity failure should be handled with API  
						
						 
						
						... 
						
						
						
						Handling duplicate ASA appliance addition gracefully 
						
						
					 
					
						2013-12-26 17:21:58 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Devdeep Singh 
							
						 
					 
					
						
						
						
						
							
						
						
							1a033eddae 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5308, CLOUDSTACK-5542: Copy command didn't handle the scenario  
						
						 
						
						... 
						
						
						
						when a volume is copied to secondary storage for template creation.
Updated the command to handle it. 
						
						
					 
					
						2013-12-26 15:32:41 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Devdeep Singh 
							
						 
					 
					
						
						
						
						
							
						
						
							38d6c2ea60 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5639: Cold storage migration doesn't work for hyper-v. Made  
						
						 
						
						... 
						
						
						
						changes to make sure CopyCommand honours requests for volume copy from
primary to secondary storage and vice versa. 
						
						
					 
					
						2013-12-25 15:23:48 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Antonio Fornie 
							
						 
					 
					
						
						
						
						
							
						
						
							dad4249498 
							
						 
					 
					
						
						
							
							SecurityProfile and ACL for NiciraNvpApi, including Unit and Integration tests  
						
						 
						
						... 
						
						
						
						Signed-off-by: Daan Hoogland <dhoogland@schubergphilis.com> 
						
						
					 
					
						2013-12-23 14:30:03 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Devdeep Singh 
							
						 
					 
					
						
						
						
						
							
						
						
							216554d574 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5210: Fix the sockets reported by the hyperv agent.  
						
						 
						
						
						
						
					 
					
						2013-12-23 13:25:22 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Huang 
							
						 
					 
					
						
						
						
						
							
						
						
							c2baed665b 
							
						 
					 
					
						
						
							
							Moved the check-style.xml into the tools directory given that we're not using the project to reference the style any longer.  Fixed problems with eclipse complaining about copy-dependencies  
						
						 
						
						
						
						
					 
					
						2013-12-20 17:21:34 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Devdeep Singh 
							
						 
					 
					
						
						
						
						
							
						
						
							74cb4b1c5a 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5555: Fixing booting a vm on hyperv with data disk. Made  
						
						 
						
						... 
						
						
						
						changes to attach a data disk on scsi controller when a vm is being
created. 
						
						
					 
					
						2013-12-20 17:12:59 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marcus Sorensen 
							
						 
					 
					
						
						
						
						
							
						
						
							7644b92a8b 
							
						 
					 
					
						
						
							
							account for vxlan interfaces named vx<vni>  
						
						 
						
						
						
						
					 
					
						2013-12-19 17:42:42 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							62bb5d8848 
							
						 
					 
					
						
						
							
							fix checkstyle  
						
						 
						
						
						
						
					 
					
						2013-12-19 15:05:58 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							0824c78761 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4939 - Failed to create snapshot (KVM, Multiple hosts, Sharedstorage)  
						
						 
						
						... 
						
						
						
						Conflicts:
	engine/storage/datamotion/src/org/apache/cloudstack/storage/motion/AncientDataMotionStrategy.java
	engine/storage/src/org/apache/cloudstack/storage/endpoint/DefaultEndPointSelector.java
	plugins/storage/volume/default/src/org/apache/cloudstack/storage/datastore/driver/CloudStackPrimaryDataStoreDriverImpl.java
Conflicts:
	engine/storage/volume/src/org/apache/cloudstack/storage/volume/VolumeObject.java
	plugins/storage/volume/default/src/org/apache/cloudstack/storage/datastore/driver/CloudStackPrimaryDataStoreDriverImpl.java 
						
						
					 
					
						2013-12-19 14:17:30 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							8caf52c6bc 
							
						 
					 
					
						
						
							
							add xenserver 6.2.0 hotfix support, to optimize vdi copy  
						
						 
						
						... 
						
						
						
						add xenserver hot fix
Conflicts:
	api/src/com/cloud/vm/VirtualMachineName.java
	core/src/com/cloud/host/HostInfo.java
	core/src/org/apache/cloudstack/storage/to/SnapshotObjectTO.java
	deps/XenServerJava/src/com/xensource/xenapi/VDI.java
	engine/storage/snapshot/src/org/apache/cloudstack/storage/snapshot/XenserverSnapshotStrategy.java
	engine/storage/src/org/apache/cloudstack/storage/endpoint/DefaultEndPointSelector.java
	engine/storage/src/org/apache/cloudstack/storage/image/db/SnapshotDataStoreDaoImpl.java
	plugins/hypervisors/xen/src/com/cloud/hypervisor/XenServerGuru.java
	plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java
	plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XenServerPoolVms.java
	plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XenServerStorageProcessor.java
	server/src/com/cloud/configuration/Config.java 
						
						
					 
					
						2013-12-19 14:15:41 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nitin Mehta 
							
						 
					 
					
						
						
						
						
							
						
						
							1c0b8db01b 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4941:  
						
						 
						
						... 
						
						
						
						Adding the missing file
During HA and maintenance call different planners (if the original planners are not able to find capacity) which skip some heurestics 
						
						
					 
					
						2013-12-18 16:27:20 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Min Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							afcf967d24 
							
						 
					 
					
						
						
							
							Revert "CLOUDSTACK-4941:"  
						
						 
						
						... 
						
						
						
						This reverts commit 231e7c01f2415c1f25d6a2715b7469fe7fcfe771. 
						
						
					 
					
						2013-12-18 16:01:37 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nitin Mehta 
							
						 
					 
					
						
						
						
						
							
						
						
							231e7c01f2 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4941:  
						
						 
						
						... 
						
						
						
						During HA and maintenance call different planners (if the original planners are not able to find capacity) which skip some heurestics 
						
						
					 
					
						2013-12-18 14:58:37 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marcus Sorensen 
							
						 
					 
					
						
						
						
						
							
						
						
							95364a4022 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5531  
						
						 
						
						... 
						
						
						
						Initial support for vhd, raw, vmdk image formats on KVM. Tested all formats with local and CLVM. 
						
						
					 
					
						2013-12-16 14:32:51 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Likitha Shetty 
							
						 
					 
					
						
						
						
						
							
						
						
							fa2f18d2a2 
							
						 
					 
					
						
						
							
							CLOUDSTACK-4875. Vmware vCenter 5.5 - System VM deployment fails During VM deployment.  
						
						 
						
						... 
						
						
						
						When base template is being cloned to create VM ROOT disk, get the disk path i.e. base file name
of the VM's ROOT disk from vCenter 
						
						
					 
					
						2013-12-17 18:31:15 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Devdeep Singh 
							
						 
					 
					
						
						
						
						
							
						
						
							3604f87c8d 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5217: Attach volume fails with NPE. Made changes to make sure  
						
						 
						
						... 
						
						
						
						the hypervisor product version is reported on startup. Also made changes
to fix attach and detach volume on scsi controller. 
						
						
					 
					
						2013-12-17 16:28:08 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Devdeep Singh 
							
						 
					 
					
						
						
						
						
							
						
						
							759d484d9a 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5489: Query the user name and add it to the command while mounting a cifs share.  
						
						 
						
						
						
						
					 
					
						2013-12-17 14:19:32 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marcus Sorensen 
							
						 
					 
					
						
						
						
						
							
						
						
							2f53295151 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5521: Create multi-core topology when deploying KVM virtual machines with many cores  
						
						 
						
						
						
						
					 
					
						2013-12-16 16:12:43 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Min Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							46d1e1afb2 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5446:KVM-Secondary Store down-Even after secondary store is  
						
						 
						
						... 
						
						
						
						brought back up after being down for few hours,snapshot jobs do not get
triggered with reason "there is other active snapshot tasks on the
instance to which the volume is attached". 
						
						
					 
					
						2013-12-13 22:04:29 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rajani Karuturi 
							
						 
					 
					
						
						
						
						
							
						
						
							1d5051f60e 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5435 enabled encryption for ldap params  
						
						 
						
						
						
						
					 
					
						2013-12-13 17:44:24 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Devdeep Singh 
							
						 
					 
					
						
						
						
						
							
						
						
							86dadaaec4 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5489: Cloud user doesn't have permissions to copy systemvm.iso to secondary.  
						
						 
						
						... 
						
						
						
						Make sure when a cifs (secondary) is mounted, uid is set for the user who owns the files
and directories on the filesystem. 
						
						
					 
					
						2013-12-13 17:32:34 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Devdeep Singh 
							
						 
					 
					
						
						
						
						
							
						
						
							db2b8d9b0d 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5311: Fix the host version reported by the hyper-v agent. Also updated the hypervisor  
						
						 
						
						... 
						
						
						
						capabilities for hyper-v. 
						
						
					 
					
						2013-12-13 10:28:17 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Huang 
							
						 
					 
					
						
						
						
						
							
						
						
							be5e5cc641 
							
						 
					 
					
						
						
							
							All Checkstyle problems corrected  
						
						 
						
						
						
						
					 
					
						2013-12-12 12:26:07 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Huang 
							
						 
					 
					
						
						
						
						
							
						
						
							f33b247fc3 
							
						 
					 
					
						
						
							
							Moved the checkstyle project from parents to build to store all build tools in one location.  Modified the config file to use 1024 for now.  
						
						 
						
						
						
						
					 
					
						2013-12-12 12:23:49 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Donal Lafferty 
							
						 
					 
					
						
						
						
						
							
						
						
							ffd1a078d4 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5462: Hyperv agent confused by existing volume of different  
						
						 
						
						... 
						
						
						
						image type. Works by avoiding volume image format inference errors and
removing existing files with same name, but different format. 
						
						
					 
					
						2013-12-12 14:56:37 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Devdeep Singh 
							
						 
					 
					
						
						
						
						
							
						
						
							bdbc5f2ae3 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5473: Fixed the name with which the hyper-v agent gets  
						
						 
						
						... 
						
						
						
						installed as a service. 
						
						
					 
					
						2013-12-12 14:56:29 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Devdeep Singh 
							
						 
					 
					
						
						
						
						
							
						
						
							78b39bbe12 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5455: Fix detach iso on hyperv. Made sure normalized path is  
						
						 
						
						... 
						
						
						
						used while attaching and detaching iso. Also made normalization of path
across the agent code. 
						
						
					 
					
						2013-12-11 19:42:36 +05:30