064349a888
Stephen asked nicely[1] on the review to fix this in a follow-up. (I guess it's because release notes are public, and it's nice not to have typos in them.) [1] https://review.opendev.org/c/openstack/nova/+/780908/1/releasenotes/notes/deprecate-tunnelled-live-migration-81c06a04627724ec.yaml Change-Id: Ifc80421c1bed4cf1619814b5c78c5c39d9f031b2 Signed-off-by: Kashyap Chamarthy <kchamart@redhat.com>
17 lines
734 B
YAML
17 lines
734 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The ``[libvirt]live_migration_tunnelled`` option is deprecated as of
|
|
Wallaby (23.0.0) release.
|
|
|
|
The "tunnelled live migration" has two inherent limitations: (a) it
|
|
cannot handle live migration of disks in a non-shared storage setup,
|
|
and (b) it has a huge performance overhead and latency, because it
|
|
burns more CPU and memory during live migration.
|
|
|
|
Both these problems are addressed by the QEMU-native support in Nova
|
|
-- this is the recommended approach for securing all live migration
|
|
streams (guest RAM, device state, and disks). Assuming TLS
|
|
environment is setup, this can be enabled by setting the config
|
|
attribute ``[libvirt]live_migration_with_native_tls``.
|