yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #46785
[Bug 1542421] Re: Split-network-plane-for-live-migration
Reviewed: https://review.openstack.org/283141
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=2cae8a1c7db01fcf169e23533584da63fb2e8042
Submitter: Jenkins
Branch: master
commit 2cae8a1c7db01fcf169e23533584da63fb2e8042
Author: venkatamahesh <venkatamaheshkotha@xxxxxxxxx>
Date: Mon Feb 22 21:07:27 2016 +0530
[config-ref] Update nova tables
Change-Id: I7b5338c441217822b0dfe2a9a4522ab190801cc7
Closes-Bug: #1539901
Closes-Bug: #1541181
Closes-Bug: #1534872
Closes-Bug: #1542421
Closes-Bug: #1531025
Closes-Bug: #1536840
Partial-Bug: #1487685
Partial-Bug: #1532210
Partial-Bug: #1532971
** Changed in: openstack-manuals
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1542421
Title:
Split-network-plane-for-live-migration
Status in OpenStack Compute (nova):
Invalid
Status in openstack-manuals:
Fix Released
Bug description:
https://review.openstack.org/245005
Dear bug triager. This bug was created since a commit was marked with DOCIMPACT.
Your project "openstack/nova" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option needs to be added for the project. You can ask the OpenStack infra team (#openstack-infra on freenode) for help if you need to.
commit af41accff9456748a3106bc1206cfc22d10a8cf4
Author: Kevin_Zheng <zhengzhenyu@xxxxxxxxxx>
Date: Fri Nov 13 14:14:28 2015 +0800
Split-network-plane-for-live-migration
When we do live migration with QEMU/KVM driver,
we use hostname of target compute node as the
target of live migration. So the RPC call and live
migration traffic will be in same network plane.
This patch adds a new option live_migration_inbound_addr
in configuration file, set None as default value.
When pre_live_migration() executes on destination host, set
the option into pre_migration_data, if it's not None.
When driver.live_migration() executes on source host,
if this option is present in pre_migration_data, the ip/hostname
address is used instead of CONF.libvirt.live_migration_uri
as the uri for live migration, if it's None, then the
mechanism remains as it is now.
This patch (BP) focuses only on the QEMU/KVM driver,
the implementations for other drivers should be done
in a separate blueprint.
DocImpact:new config option "live_migration_inbound_addr" will be added.
Change-Id: I81c783886497a844fb4b38d0f2a3d6c18a99831c
Co-Authored-By: Rui Chen <chenrui.momo@xxxxxxxxx>
Implements: blueprint split-network-plane-for-live-migration
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1542421/+subscriptions
References