Merge pull request #1513 from insom/CLOUDSTACK-9362-2 CLOUDSTACK-9362: Skip VXLANs when rewriting the bridge name for migrations (4.8-2)From the [JIRA issue](https://issues.apache.org/jira/browse/CLOUDSTACK-9362):
> https://github.com/apache/cloudstack/commit/bb8f7c652e42caacff5adce1ce60342603677605 > > The above commit introduces rewriting of bridge device names when migrating a > virtual machine from one host to another. However, it also matches bridges > called "brvx-1234" and rewrites them to (in my case) "brem1-1234" - this > doesn't match the bridge name on the destination and causes the migration to > fail with the error: > > error : virNetDevGetMTU:397 : Cannot get interface MTU on 'brem1-1234': No > such device > > I have flagged this as major because it's not possible to migrate VMs using > VXLANs for maintenance, which seems important (it's certainly important to > me!). This is a version of #1508 based against 4.8 (sorry!) * pr/1513: Skip VXLANs when rewriting the bridge name for migrations Signed-off-by: Will Stevens <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e43a4ebf Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e43a4ebf Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e43a4ebf Branch: refs/heads/master Commit: e43a4ebf3ee4bad8dd2dcec2bc691ab64fc51e52 Parents: 8f330b0 e9bf751 Author: Will Stevens <[email protected]> Authored: Wed May 18 15:55:55 2016 -0400 Committer: Will Stevens <[email protected]> Committed: Wed May 18 15:55:55 2016 -0400 ---------------------------------------------------------------------- agent/bindir/libvirtqemuhook.in | 2 ++ 1 file changed, 2 insertions(+) ----------------------------------------------------------------------
