Alena Prokharchyk
1490e45a1c
Fixed format style in a bunch of files (replaced tabs with spaces as a part of it)
2012-02-03 13:49:11 -08:00
Murali reddy
47a6f74f6f
bug 13191 : on account deletion gracefully cleanup all the resources configured on the NetScaler device
...
status 13191: resolved fixed
2012-02-03 20:59:10 +05:30
kishan
a388ed792f
Bug 13326: Added is_elastic flag to IP address usage. Added new column in usage_ip_address, defaults to false. size column will contain is_elastic info in cloud_usage table
...
Status 13326: resolved fixed
Reviewed-By: Nitin
2012-02-03 18:01:30 +05:30
Murali reddy
b70f74088c
bug 12880 : NetScaler sticky session support does not work for "lbcookie" and "appcookie"
...
status 12880: resolved fixed
2012-02-03 17:27:15 +05:30
Murali reddy
cf75552186
bug 13146: Netscaler - Editing the algorithm from "source" to "roundrobin" fails
...
status 13146: resolved fixed
2012-02-02 18:05:57 +05:30
abhi
1beab0be32
bug 12849: applying vm sync fence fix/cleanup to master
2012-02-02 11:15:14 +05:30
Kelven Yang
1658a75a72
Prepare network environment before relocating VM
2012-02-01 15:47:49 -08:00
Kelven Yang
dcee71e923
Prepare secondary storage in migration target host before migration happens, unlike primary storage, secondary storage is prepared on-demand
2012-02-01 15:20:59 -08:00
Naredula Janardhana Reddy
aea81205ef
Bug 11845:
...
Summary of Changes:
- created a generic way for LB rule validations, so as LB device(like Haproxy) specific validations can be done syncronously.
- Removed asyncronous validations from Haproxy and done syncronously.
2012-02-01 18:01:11 +05:30
Naredula Janardhana Reddy
72fb7256d7
Bug 13297,13375,12705 :
...
Summary of changes :
- Added a new flag -s to ipassoc command to carry if the ip address is
used for SNAT or not.
- SNAT is completly decoupled from the first flag. first flag is used
to decide if the ip address is first ip address of the interface.
- -s and -f are independent, SNAT can be enabled on the non-first ip
also.
2012-02-01 12:39:10 +05:30
Kelven Yang
ac08f53d14
bug 10355: let detachIso failure message be bubbled up
2012-01-31 18:03:43 -08:00
Kelven Yang
a81db8a100
rootDiskController option should only be applied to root volumes
2012-01-31 16:47:13 -08:00
Murali reddy
73aa18eac9
bug 13332: Not able to access Lb rules created on VPX instances ( that were created by SDX)
...
Reviewed-by:Prasanna.Santhanam@citrix.com
status 13332: resolved fixed
fixing the regression because of the fix done for NetScaler in basic zone deployment. ELB does
not need USIP to be set as 0.0.0.0/0 port ingress security group rule need to be configured
2012-01-31 11:54:16 +05:30
Murali reddy
a3bbda8075
bug 13276: Static NAT on Elastic Ip does not respect the Ingress rules that are set on the VM
...
Reviewed-by:Prasanna.Santhanam@citrix.com
This fix configures Inat and LB rules on the NetScaler device to send the source IP recived on the packets
as is, so that security groups configured can take affect
2012-01-31 11:53:57 +05:30
anthony
bb84435008
bug 13379: throw exception, if master cannot connect to slave
...
status 13379: resolved fixed
2012-01-30 16:49:24 -08:00
Kelven Yang
cb959aa377
bug 13369: recycle roger hung worker VMs in vCenter
2012-01-30 14:21:56 -08:00
Kelven Yang
0f333a5124
Let system VM still use the old naming convention for host names
2012-01-27 09:59:52 -08:00
Edison Su
5e2f02fdd5
bug 13315: add httpproxy support in ssvm, only basic auth. User can add secstorage.proxy = http://username:password@hostname:port
...
status 13315: resolved fixed
2012-01-26 18:46:44 -08:00
anthony
110f4331f8
bug 13086: remove host tag from VDI after rset_power a VM
...
status 13086: resolved fixed
2012-01-26 17:45:32 -08:00
prachi
e48e7226bd
Bug 13239 - java.lang.NullPointerException seen in management server logs when netscaler instance is unreachable whenever network usage thread is executed
...
Changes:
- Added Null check for lbvserver
- Need not process the usage answer when we get some error.
2012-01-26 16:40:16 -08:00
Kelven Yang
c1fb754de7
VM display name can be NULL in schema, leave it as NULL instead of empty string when user does not provide a optional VM display name
2012-01-26 11:30:40 -08:00
anthony
27c59872a3
remove host.enable from XenServerConnectionPool
2012-01-25 17:51:15 -08:00
Kelven Yang
8083b29235
bug 13306: remove sensive DB id info from VM display name
2012-01-25 17:16:21 -08:00
Kelven Yang
ff5153f2e8
relax the host/VM relationship check, IPAssoc command may be sent to a wrong host when domR is taken over from other host
2012-01-25 14:19:53 -08:00
Kelven Yang
b07fc6b5f8
bug 12957: sort disk by device id to make sure ROOT disk is configured at very first
2012-01-25 11:53:44 -08:00
anthony
e468755964
remove fake PV logic, all VMs need to install xs-tools
2012-01-25 10:36:11 -08:00
Naredula Janardhana Reddy
5ca5851b1b
Bug 12808:
...
Summary of changes:
- Mutiple routing table for each public interface is added (previously there is only one routing table ). when the packet is send out of public interface corresponding per-interface routing table will be used. per-interface routing table will modified when ever ip/interface added/deleted.
- New parameter is added to ipassoc command to include the default gateway for every interface/ip. prevously it is using only one public interface to send out, default gateway is obtained at the boot up time.
- In the DNAT case. In the revese path(from guest vm to outside, or when DNAT packet receives from the eth0) the public ip/source ip will not be available till POSTROUTING. to overcome this, DNAT connection are marked with routing table number at the time of connection creation, in the reverse path the routing table# from DNAT connection is used to detect per-interface routing table.
2012-01-25 12:54:00 +05:30
Sam Robertson
7fb6a695c1
Bug 11860: combining 32 bit signed values into a 64 bit value had errors. This should correct that
2012-01-23 01:30:15 -08:00
Kelven Yang
1056afbbcf
bug 13225: setup firewall rules for all ESX/ESXi hosts under a cluster as worker VM may be created at any host available, also add connect retry when work with vCenter and ESX/ESXi hosts
2012-01-20 17:58:54 -08:00
anthony
86aef08865
cleanup snapshot in secondary storage in background
...
Conflicts:
core/src/com/cloud/storage/resource/NfsSecondaryStorageResource.java
server/src/com/cloud/storage/StorageManager.java
server/src/com/cloud/storage/StorageManagerImpl.java
2012-01-19 20:44:44 -08:00
Murali reddy
40ac2f5cdf
bug 12826: enable NetScaler in basic zone for load balancing and static NAT
...
status 12826: resolved fixed
2012-01-19 14:00:07 -08:00
Abhinandan Prateek
c13c4b12a4
bug 12875: vm-sunc syncronizing on cluster ids
2012-01-16 15:11:06 +05:30
Sam Robertson
20959ae989
Bug 13082 - Refreshing srx connection on every synchronized command
2012-01-16 00:33:13 -08:00
Kelven Yang
b1376e1f04
bug 13021: add a global configuration variable to let control default network adapter type inside system VMs
2012-01-12 14:21:11 -08:00
kishan
b589e49263
Bug 12929: Added domain_id to event table. Populate domain_id while persisting events. Cleanedup EventUtils.
...
Status 12929: resolved fixed
Reviewed-By: Nitin
2012-01-12 16:16:06 +05:30
Sam Robertson
4edeb0cfec
Updating srx resource to make sure it logs into the srx after establishing a connection
2012-01-11 18:43:01 -08:00
Edison Su
0fac4a2bb1
bug 10380: after finishing download template, caculate checksum and report to mgt server
...
status 10380: resolved fixed
2012-01-11 15:05:52 -08:00
Sheng Yang
804cfaec46
Fix some testcases
2012-01-11 13:51:43 -08:00
Murali reddy
cd84e82599
bug 12911: Netscaler- SDX - Not able to deploy VM when using SDX netscaler for load balancing services.
2012-01-11 16:33:17 +05:30
anthony
24f7991a70
bug 10831: replace "//" with '/'
...
status 10831: resolved fixed
2012-01-10 18:42:40 -08:00
anthony
9be635367e
bug 10363 : cleanup vhd in secondary storage if creating private template fails
...
status 10363 : resolved fixed
Conflicts:
core/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java
2012-01-10 16:45:07 -08:00
anthony
1b0b88c43a
bug 10363 : cleanup vhd in secondary storage if backsnapshot fails
2012-01-10 15:55:15 -08:00
anthony
fb8364ad0c
bug 10363 : cleanup vhd in secondary storage if backsnapshot fails
...
Conflicts:
core/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java
2012-01-10 15:51:13 -08:00
anthony
924953220b
bug 10363 : cleanup vhd in secondary storage if copy_vhd_to_secondarystorage fails
2012-01-10 15:07:49 -08:00
anthony
f964c4d227
bug 10363 : cleanup vhd in primary storage if download template to primary storage fails
...
Conflicts:
core/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java
scripts/vm/hypervisor/xenserver/vmops
2012-01-10 13:56:29 -08:00
Kelven Yang
6b8ff93330
Add storage network support at VMware resource
2012-01-09 16:44:23 -08:00
Alena Prokharchyk
c581506103
bug 12306: list* command revamp
2012-01-09 10:07:42 -08:00
Kelven Yang
bde008ed7e
bug 12787: improve worker VM cleanup in snapshot operation
2012-01-06 19:15:29 -08:00
frank
6c8c657e2b
Bug 12777 - Add storage network configuration into CloudStack
...
basic done
2012-01-06 11:06:18 -08:00
frank
f72940e041
Bug 12777 - Add storage network configuration into CloudStack
...
most finish
2012-01-06 11:06:18 -08:00