From 0bcef67cedfb3478720a8fc183f4b3093fd2cac4 Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Wed, 29 Apr 2015 09:20:53 +0800 Subject: [PATCH] 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 --- neat.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neat.conf b/neat.conf index a1ac368..6d20db6 100644 --- a/neat.conf +++ b/neat.conf @@ -93,7 +93,7 @@ compute_user = neat compute_password = neatpassword # Whether to use block migration (includes disk migration) -block_migration = False +block_migration = True # The network bandwidth in MB/s available for VM migration network_migration_bandwidth = 10