Change the default value of block_migration
when start live migrate,the default value of block_migration in .conf should be 'True' Change-Id: I7da277d8e779a5708413a65132f513a6f15da482
This commit is contained in:
parent
f1a8fb44b9
commit
0bcef67ced
@ -93,7 +93,7 @@ compute_user = neat
|
|||||||
compute_password = neatpassword
|
compute_password = neatpassword
|
||||||
|
|
||||||
# Whether to use block migration (includes disk migration)
|
# Whether to use block migration (includes disk migration)
|
||||||
block_migration = False
|
block_migration = True
|
||||||
|
|
||||||
# The network bandwidth in MB/s available for VM migration
|
# The network bandwidth in MB/s available for VM migration
|
||||||
network_migration_bandwidth = 10
|
network_migration_bandwidth = 10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user