Commit Graph

22117 Commits

Author SHA1 Message Date
Likitha Shetty c652ff45df 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 renamed upon migration update its volumePath to that of the new disk filename.
2014-02-26 11:58:20 +05:30
Frank.Zhang 20efa0c8a6 CLOUDSTACK-6155
Baremetal agent RPM missing in spec file
2014-02-24 13:30:24 -08:00
Rajesh Battala b44901c059 CLOUDSTACK-6159 Fixed creating volumes(Root, DataDisk) with uuid in primary store 2014-02-23 09:25:55 +05:30
Jessica Wang d1440217e9 CLOUDSTACK-6154: UI > compute offerings > memory field > check if value is undefined before converting it. 2014-02-21 14:01:52 -08:00
Frank.Zhang c1806bd873 CLOUDSTACK-6155
Baremetal agent RPM missing in spec file
2014-02-21 13:22:55 -08:00
Ashutosh K c03fd70ed2 CLOUDSTACK-2232: Adding automation test cases for Persistent Networks feature 2014-02-21 17:48:04 +05:30
Koushik Das c6a8659ac2 CLOUDSTACK-6124: During MS maintenance unfinished work items are not cleaned up resulting in them getting repeated for every subsequent maintenance
Updating the op_it_work table entry appropriately in db once the unfinished work item is completed.
2014-02-21 16:16:52 +05:30
Marcus Sorensen 96355dca4b CLOUDSTACK-6079:
fixed issue: if public traffic is on a physical network isolated by VLAN,
and guest traffic is on an another physical network isolated by VXLAN,
public traffic's broadcast type is updated to VXLAN by mistake.

submitted-by: mail@ynojima.net
2014-02-20 23:23:58 -07:00
Marcus Sorensen c04fb68fc7 CLOUDSTACK-6072: Release VNIs when guest networks are destroyed
submitted-by: mail@ynojima.net
2014-02-20 23:22:57 -07:00
Frank.Zhang 3787579d29 BUG-ID: CS-19152
[upgrade] Baremetal 4.2.0 -> 4.3. After upgrade, destroy baremetal instance fail

BUG-ID: CS-19150
[upgrade] Baremetal 4.2.0 -> 4.3. After upgrade, unable to start baremetal instance

BUG-ID: CS-19149
[upgrade] Baremetal 4.2.0 -> 4.3. After upgrade, baremetal host remain in Disconnected state. But instance associated with baremetal host is running.

BUG-ID: CS-19151
[upgrade] Baremetal 4.2.0 -> 4.3. After upgrade, unable to reboot baremetal instance

BUG-ID: CS-19156
[upgrade] Baremetal 4.2.0 -> 4.3. After upgrade, unable to stop baremetal instance

reviewed-by: edison
2014-02-20 14:23:41 -08:00
Girish Shilamkar 6db3cb2618 CLOUDSTACK-4840: Add missed testcase in previous commit 2014-02-19 11:15:10 +05:30
Ashutosh K c8422b3b50 CLOUDSTACK-4840: Adding first set of test cases for Multiple IPs per NIC feature 2014-02-18 15:53:20 +05:30
Rajesh Battala ccc168c704 Revert "CLOUDSTACK-6054: Changes for making vmsync work for hyper-v. Made changes to PingCommand and"
This reverts commit eef65ac776.
This commit should not be in 4.3-forward and its already present in master
2014-02-14 18:23:13 +05:30
Marcus Sorensen 76e019f717 CLOUDSTACK-6103: Pass VM iso information along with
PrepareForMigrationCommand, so that destination hypervisor can
mount pool. This further exposed an issue for KVM where iso
was not getting cleaned up upon successful migration, fixed as well.
2014-02-14 00:43:58 -07:00
Brian Federle 40d069a6e4 Disable root disk size field -- not supported in backend 2014-02-13 15:39:03 -08:00
Kelven Yang 1283919f02 CLOUDSTACK-6065: Fix NPE problem caused by the lack of context setup in threads from agent manager thread pool 2014-02-13 14:34:06 -08:00
Jayapal e8f93f28fc CLOUDSTACK-6083 corrected firewall rule cidr load issue 2014-02-13 14:24:42 +05:30
Marcus Sorensen ed73e3e1b3 CLOUDSTACK-6089: Use resource tag's key to determine match in
equals() method for ResourceTagResponse
2014-02-12 17:01:29 -07:00
Marcus Sorensen 06ae23710d CLOUDSTACK-6089: Implement equals() method for ResourceTagResponse
so that the java Set can properly determine if a ResourceTagResponse
is unique. This ensures we don't get duplicate resource tags showing
up any time a UserVmResponse is crafted (which can be quite often
due to the way the responses are crafted).
2014-02-12 16:07:34 -07:00
Daan Hoogland 5af163ff7f pass isSourceNat to second ip on the same network 2014-02-12 09:46:32 +01:00
Gaurav Aradhye 3f1bed64eb CLOUDSTACK-6066: Improved migration code to handle scenarios
according to hypervisor type
2014-02-12 10:09:06 +05:30
Anshul Gangwar eef65ac776 CLOUDSTACK-6054: Changes for making vmsync work for hyper-v. Made changes to PingCommand and
StartupCommand to return the state of all vms on the host.
2014-02-11 11:54:50 +05:30
Alena Prokharchyk 1cfbfab816 CLOUDSTACK-6068: set display flag to true in service/disk_offering_details tables 2014-02-10 17:15:50 -08:00
Alena Prokharchyk aff22869cc CLOUDSTACK-6068: set display flag to true in service/disk_offering_details tables 2014-02-10 10:21:34 -08:00
Ashutosh K 675414feb8 CLOUDSTACK-5978: Changes in get_template function to make it
independent of ostype passed through test case
2014-02-10 12:39:54 +05:30
Gaurav Aradhye 65e1e70031 CLOUDSTACK-5959: Fixed cascading failures in portable IP test cases 2014-02-10 12:36:05 +05:30
Harikrishna Patnala 95e41fdf0d CLOUDSTACK-6023: Non windows instances are created on XenServer with a vcpu-max above supported xenserver limits
Changed the VCPU max limit to 16 and provided a cluster level configuration parameter for this max limit named xen.vm.vcpu.max
2014-02-07 12:50:55 -08:00
Devdeep Singh f0b861fede CLOUDSTACK-6053: While adding a primary or secondary of type smb the password wasn't
encoded. This cause createStoragePool or addImageStore command to fail if special
characters were present. Updated the code to pass user, password and domain as part
of details while adding primary or secondary. Also made changes on server side to
handle it.
2014-02-07 17:46:03 +05:30
Min Chen e00241f41d CLOUDSTACK-6049: Give priority to cache stores where data object is
already there instead of randomly picking one in case there are multiple
cache stores in the scope.
2014-02-06 17:11:36 -08:00
Min Chen 900c51103a CLOUDSTACK-6046:CreateVolume from snapshot is failing with S3 as
secondary storage and zone-wide primary storage.
2014-02-06 15:33:05 -08:00
Jayapal 7a71cf33ce CLOUDSTACK-6040: Updated the ip addr validation in create port forwarding 2014-02-06 18:04:20 +05:30
Sanjay Tripathi bba6b77177 CLOUDSTACK-5953: In hypervisor_capabilities, max_guests_limit are
not correct for XS 6.2 or other specific version hypervisor.
2014-02-06 17:42:14 +05:30
Anshul Gangwar fb87c85b2a CLOUDSTACK-6001: Fixed hyperv vm console not working for 3 minutes after migration. 2014-02-06 13:29:47 +05:30
Devdeep Singh 96d8e3c945 CLOUDSTACK-6030: Encrypt the primary and secondary smb storage password when it is stored in the db. 2014-02-06 11:17:51 +05:30
Jessica Wang e0dfe0ab15 CLOUDSTACK-6031: UI > infrastructure > count > pass listAll=true to all listXXXXXXX API for counting resource. 2014-02-05 14:09:27 -08:00
Rajesh Battala 7df148c762 Fixed agent code to handle untagged public vlan while parsing the vlan id 2014-02-06 00:10:59 +05:30
Murali Reddy 2e004878b1 CLOUDSTACK-5967: GRE tunnel creation is failing
after network orchestrator refactor, only network elements providingg
services as defined by network offering, are invloved network design and
imlement phase. So OVS network element need to be enables as
'Connectivity' service provider to make GRE tunnels work. This fix
introduced 'Ovs' provider as Connectivity service provider.
2014-02-05 17:15:34 +05:30
Hiroaki KAWAI 09e27fd7bf stratosphere-ssp plugin: Fix HttpClient4 connection leak
Replaced HttpClient#execute(HttpUriRequest) with
HttpClient#execute(HttpUriRequest,ResponseHandler<T>).
The former requires extra EntityUtils#consume(HttpEntity).
2014-02-05 16:37:10 +09:00
Jessica Wang e7ec79b5f3 CLOUDSTACK-6026: UI > create network offering > pass serviceofferingid parameter instead of systemOfferingForRouter parameter to API. 2014-02-04 16:16:31 -08:00
Min Chen d7ec9ca815 CLOUDSTACK-6027:CreateVolume from snapshot is failing with S3 on Vmware. 2014-02-04 15:06:14 -08:00
Min Chen a3caea7e0a CLOUDSTACK-6025:CreateTemplate from snapshot in NFS is failing , after
migarting to S3 datastore.
2014-02-04 10:46:30 -08:00
Min Chen b11c13d4a1 CLOUDSTACK-6019:CreateVolume from snapshot in NFS is throwing Warning
"sync snapshot from cache to region wide store failed for image store
test".
2014-02-03 16:27:31 -08:00
Sheng Yang 50234ea72b CLOUDSTACK-6018: Increase dnsmasq dhcp-lease-max to 2100
Would able to accomodate one /21 network then.
2014-02-03 14:51:29 -08:00
Min Chen 402254337c CLOUDSTACK-6017: NPE while creating snapshot multiple times on same Root
volume with S3 as secondary storage.
2014-02-03 12:23:52 -08:00
Daan Hoogland 2513d6b91e findbugs replaced byte[].toString() with new String(byte[]) 2014-02-03 10:48:10 +01:00
Daan Hoogland 8e96111c55 Revert "findbugs replaced byte[].toString() with Arrays.toString(byte[])(cherry picked from commit ce7c6d2357)"
This reverts commit 55ec8f3a2d.
2014-02-03 10:47:19 +01:00
Likitha Shetty 92abb9439e 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.
2014-02-03 12:28:29 +05:30
Sanjay Tripathi b811bc0945 CLOUDSTACK-5566: "Entity com.cloud.event.EventVO$$EnhancerByCGLIB$$9e317420@aeb3d75
and entity com.cloud.event.EventVO$$EnhancerByCGLIB$$9e317420@5a0fd1ec belong to
different accounts"  message while deleting multiple events .
2014-01-31 17:03:47 +05:30
David Grizzanti 62a259ffa9 CLOUDSTACK-5062: Deleting Load Balancing Rule fails when generating
usage events are enabled

Signed-off-by: Daan Hoogland <daan@onecht.net>
2014-01-31 11:25:59 +01:00
Daan Hoogland f4db8df66f findbugs Long comparison == -> equals() 2014-01-31 09:07:55 +01:00