On 06/16/2010 10:45 AM, Stefan Hajnoczi wrote:
migrate_set_downtime --------------------Set maximum tolerated downtime (in seconds) for migrations.
We should clarify that this is a downtime target but not a hard guarantee.
Arguments: - "value": maximum downtime (json-number)
s/value/seconds/ Regards, Anthony Liguori
Example: -> { "execute": "migrate_set_downtime", "arguments": { "value": 0.1 } } <- { "return": {} }