2016-01-04 20:11:01 +00:00
|
|
|
---
|
|
|
|
upgrade:
|
|
|
|
- The libvirt driver will now correct unsafe and invalid
|
|
|
|
values for the live_migration_flag and block_migration_flag
|
|
|
|
configuration options. The live_migration_flag must not
|
|
|
|
contain VIR_MIGRATE_SHARED_INC but block_migration_flag
|
2016-01-04 20:11:04 +00:00
|
|
|
must contain it. Both options must contain the
|
|
|
|
VIR_MIGRATE_PEER2PEER, except when using the 'xen' virt
|
2016-01-04 20:11:08 +00:00
|
|
|
type this flag is not supported. Both flags must contain
|
|
|
|
the VIR_MIGRATE_UNDEFINE_SOURCE flag and not contain the
|
|
|
|
VIR_MIGRATE_PERSIST_DEST flag.
|
2016-01-04 20:11:01 +00:00
|
|
|
|