From: solene Date: Fri, 21 Sep 2018 14:04:37 +0000 (+0000) Subject: Add explanations about vmctl send command X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f7995b2c0863e7c254b2240b2581ab27313fa5b7;p=openbsd Add explanations about vmctl send command ok jmc@ jca@ mlarkin@ mdoc tip from bentley@ --- diff --git a/usr.sbin/vmctl/vmctl.8 b/usr.sbin/vmctl/vmctl.8 index d4b06f36a9e..61011942f40 100644 --- a/usr.sbin/vmctl/vmctl.8 +++ b/usr.sbin/vmctl/vmctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmctl.8,v 1.47 2018/09/11 04:03:16 ccardenas Exp $ +.\" $OpenBSD: vmctl.8,v 1.48 2018/09/21 14:04:37 solene Exp $ .\" .\" Copyright (c) 2015 Mike Larkin .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 11 2018 $ +.Dd $Mdocdate: September 21 2018 $ .Dt VMCTL 8 .Os .Sh NAME @@ -90,6 +90,13 @@ Reset and terminate all VMs. Send a VM with the specified .Ar id to standard output and terminate it. +The VM is paused during send processing. +Data sent to standard output contains the VM parameters and its memory, +not the disk image. +.Pp +In order to move a VM from one host to another, disk files must be +synced between the send and the receive processes and must be located +under the same path. .It Cm show Op Ar id An alias for the .Cm status