allow changing the speed of a running migration
authorGlauber Costa <glommer@redhat.com>
Wed, 20 May 2009 22:26:58 +0000 (18:26 -0400)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 22 May 2009 15:50:31 +0000 (10:50 -0500)
commit8d98a0a6fb53de452bc7b31992ec83b290d96e33
treea5cb96c6596cd5c4233dcea81f67062976f9bfa0
parentc908616148fab1c24a2a6b2f99b5b3ba160069f7
allow changing the speed of a running migration

This patch allow us to call migrate_set_speed on running
migrations. This should allow mgmt tools to increase the allocated
bandwidth of a running migration if there is no progress, and they
really want the migration to succeed.

Signed-off-by: Glauber Costa <glommer@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
migration.c