You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XSI-2025: Only abort HA host reenable for unpluggable PIFs (#6753)
Currently, abort_if_network_attached_to_protected_vms is used to abort
unplugs and host reenables under HA when there are any unplugged PIFs.
This isn't necessary for pluggable PIFs as it is a quick local operation
to do so. The only time we should abort is for bond slave PIFs as these
are not pluggable and should be blocked for VM agility.
0 commit comments