On 06/16/2010 10:45 AM, Stefan Hajnoczi wrote:
migrate_set_speed
-----------------
Set maximum speed for migrations.
Sets the target bandwidth usage for migration. We should mention that
this command can be used during a live migration and that the default
value is 32MB/sec. We should also mention that during the final stage
of migration, the bandwidth limit is not respected in order to meet
downtime requirements.
Arguments:
- "value": maximum speed, in bytes per second (json-number)
s/value/bandwidth/
Regards,
Anthony Liguori
Example:
-> { "execute": "migrate_set_speed", "arguments": { "value": 1024 } }
<- { "return": {} }