... | ... | @@ -31,4 +31,6 @@ Second, nova must be configured correctly to use qemu-kvm for migration directly |
|
|
crudini --set /etc/nova/nova.conf libvirt live_migration_flag VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_LIVE,VIR_MIGRATE_PERSIST_DEST
|
|
|
|
|
|
crudini --set /etc/nova/nova.conf libvirt block_migration_flag VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_NON_SHARED_INC
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
```
|
|
|
|
|
|
After changing the nova configuration file, the nova-compute service must be restarted, e.g. `openstack-service restart` |
|
|
\ No newline at end of file |