migrate-setmaxdowntime

Specifies a tolerable downtime for the virtual server during the migration, which is used to estimate the point in time when to suspend it.

Syntax


1  migrate-setmaxdowntime!  --domain <VS>

1 !  --downtime <milliseconds>
where
<milliseconds>
Is the tolerable downtime of the virtual server during migration in milliseconds.
<VS>
Is the name, ID, or UUID of the virtual server.

Selected options

None.

Usage

Live virtual server migration

Example

This example specifies a tolerable downtime of 100 milliseconds for the virtual server vserv1 in case it is migrated to another host.
# virsh migrate-setmaxdowntime vserv1 --downtime 100