summaryrefslogtreecommitdiff
path: root/releasenotes/notes/libvirt-live-migration-flags-mangling-a2407a31ddf17427.yaml
blob: fd2d6f7c671317f010dd04931e641984dad324bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
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
    must contain it. Both options must contain the
    VIR_MIGRATE_PEER2PEER, except when using the 'xen' virt
    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.