From 4d1759b5153ce5b0903e56fefcfdca8a03b7c246 Mon Sep 17 00:00:00 2001 From: Ian Murray Date: Thu, 4 Jul 2013 00:58:27 +0100 Subject: xl: support for leaving domain paused after save New feature to allow xl save to leave a domain paused after its memory has been saved. This is to allow disk snapshots of domU to be taken that exactly correspond to the memory state at save time. Once the snapshot(s) have been taken or whatever, the domain can be unpaused in the usual manner. Usage: xl save -p Signed-off-by: Ian Murray Acked-by: Ian Campbell --- docs/man/xl.pod.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1 index 64a118e607..5975d7b646 100644 --- a/docs/man/xl.pod.1 +++ b/docs/man/xl.pod.1 @@ -504,7 +504,7 @@ Pass VNC password to vncviewer via stdin. Saves a running domain to a state file so that it can be restored later. Once saved, the domain will no longer be running on the -system, unless the -c option is used. +system, unless the -c or -p options are used. B restores from this checkpoint file. Passing a config file argument allows the user to manually select the VM config file used to create the domain. @@ -515,6 +515,10 @@ file used to create the domain. Leave domain running after creating the snapshot. +=item B<-p> + +Leave domain paused after creating the snapshot. + =back =item B [I] -- cgit v1.2.3