22 lines
518 B
Plaintext
22 lines
518 B
Plaintext
|
=head1 Name
|
||
|
|
||
|
B<rmigrate> - Execute migration of a guest VM between hosts/hypervisors
|
||
|
|
||
|
=head1 B<Synopsis>
|
||
|
|
||
|
B<rmigrate> I<noderange> I<target_host>
|
||
|
|
||
|
=head1 B<Description>
|
||
|
|
||
|
B<rmigrate> requests that a guest VM be moved from the current entity hosting it to another. It requests a live migration be done, if possible.
|
||
|
|
||
|
=head1 B<Files>
|
||
|
|
||
|
B<vm> table -
|
||
|
Table governing VM paramaters. See B<vm(5)> for further details.
|
||
|
This is used to determine the current host to migrate from.
|
||
|
|
||
|
=head1 B<Examples>
|
||
|
|
||
|
B<rmigrate> I<v1> I<n2>
|