Enable live block migration for libvirt.

This works around Nova's defaults not enabling block migration, but
manual testing showed it working well here.

See also I7b997666474ec324c5034e3660a7271b8423bca8 in nova which will
change the defaults to this.

Change-Id: Ia3d116c6974d1ec4f3fc0add28b1684be7ed59ff
This commit is contained in:
Robert Collins 2014-02-19 19:29:07 +13:00
parent 2b9091ff2e
commit 20160868d8
1 changed files with 1 additions and 0 deletions

View File

@ -169,3 +169,4 @@ api_endpoint = http://localhost:6358/v1
{{#nova.compute_libvirt_type}}
virt_type={{nova.compute_libvirt_type}}
{{/nova.compute_libvirt_type}}
block_migration_flag=VIR_MIGRATE_LIVE,VIR_MIGRATE_TUNNELLED,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_NON_SHARED_INC,VIR_MIGRATE_UNDEFINE_SOURCE