4bd5af66b5
1. Check if the cluster supports live migration with vpmem 2. On source host we generate new dest xml with vpmem info stored in migration_context.new_resources. 3. If there are vpmems, cleanup them on host/destination when live migration succeeds/fails Change-Id: I5c346e690148678a2f0dc63f4f516a944c3db8cd Implements: blueprint support-live-migration-with-virtual-persistent-memory
9 lines
336 B
YAML
9 lines
336 B
YAML
---
|
|
features:
|
|
- |
|
|
The libvirt driver now supports live migration with virtual persistent
|
|
memory (vPMEM), which requires QEMU as hypervisor. In virtualization layer,
|
|
QEMU will copy vpmem over the network like volatile memory, due to the
|
|
typical large capacity of vPMEM, it may takes longer time for live
|
|
migration.
|