cloudstack/plugins/hypervisors
Chiradeep Vittal 655c3753b1 CLOUDSTACK-4575: Portable IP: disassociating a transferred public IP fails
The code is excessively complicated and convoluted.
 DisassociateIP ->
     Revoke Rule -> {FW, PF{incl SNAT}, LB, RA VPN} ->
        -> Send IpAssoc (false) to VR
     Send all config to VR again
        -> Send IpAssoc(false) to VR again  <---- fails here since it cannot find the VLAN for the IP since it is already gone
        -> Mark Ip as released

The workaround fix would be to not throw an exception in CitrixResourceBase if it is disassociate and the VLAN does not exist on the XS host.

Signed-off-by: Chiradeep Vittal <chiradeep@apache.org>
(cherry picked from commit a98eb12549)

Signed-off-by: animesh <animesh@apache.org>
2013-09-03 16:28:07 -07:00
..
baremetal Merge branch '4.2-forward' into 4.2 2013-08-26 16:18:12 -07:00
kvm CLOUDSTACK-4405: fix vm migration during the upgrade to 4.2 2013-09-03 16:17:38 -07:00
ovm Updating pom.xml version numbers for release 4.2.0 2013-08-22 17:15:42 -07:00
simulator Updating pom.xml version numbers for release 4.2.0 2013-08-22 17:15:42 -07:00
ucs Updating pom.xml version numbers for release 4.2.0 2013-08-22 17:15:42 -07:00
vmware CLOUDSTACK-4362: always honor vCenter on-disk meta data to work with live migration better 2013-09-03 16:25:02 -07:00
xen CLOUDSTACK-4575: Portable IP: disassociating a transferred public IP fails 2013-09-03 16:28:07 -07:00