Comment 31 for bug 1202266

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/46313
Committed: http://github.com/openstack/nova/commit/5cced7a6dd32d231c606e25dbf762d199bf9cca7
Submitter: Jenkins
Branch: master

commit 5cced7a6dd32d231c606e25dbf762d199bf9cca7
Author: John Garbutt <email address hidden>
Date: Thu Sep 12 18:11:49 2013 +0100

    xenapi: enforce filters after live-migration

    Currently and network filters, including security groups, are
    lost after a server has been live-migrated.

    This partially fixes the issue by ensuring that security groups are
    re-applied to the VM once it reached the destination, and been started.

    This leaves a small amount of time during the live-migrate where the VM
    is not protected. There is a further bug raised to close the rest of
    this whole, but this helps keep the VM protected for the majority of the
    time.

    Fixes bug 1202266

    Change-Id: I84fdb6e2a8ee38d75f243aadbe79945af1d6849d