aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man/xmdomain.cfg.pod.5
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-11-01 10:36:19 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-11-01 10:36:19 +0100
commitd5dce3e452e19914d3a6896a99d69f59ad643520 (patch)
tree60660bd8295374895da1c86800551ce13e4855ab /docs/man/xmdomain.cfg.pod.5
parente573e24eb8cf0f016ecb4a95cc81253179ece51e (diff)
downloadxen-d5dce3e452e19914d3a6896a99d69f59ad643520.tar.gz
xen-d5dce3e452e19914d3a6896a99d69f59ad643520.tar.bz2
xen-d5dce3e452e19914d3a6896a99d69f59ad643520.zip
The following patch adds a section for SHUTDOWN OPTIONS for the xmdomain.cfg
man page. It documents the new set of options introduced over the last few weeks. Signed-off-by: Sean Dague <sean@dague.net>
Diffstat (limited to 'docs/man/xmdomain.cfg.pod.5')
-rw-r--r--docs/man/xmdomain.cfg.pod.551
1 files changed, 51 insertions, 0 deletions
diff --git a/docs/man/xmdomain.cfg.pod.5 b/docs/man/xmdomain.cfg.pod.5
index b1c661ee87..ad38ca09a2 100644
--- a/docs/man/xmdomain.cfg.pod.5
+++ b/docs/man/xmdomain.cfg.pod.5
@@ -72,6 +72,57 @@ A bare minimal config file example might be as follows:
=item I<builder>
+=back
+
+=head1 DOMAIN SHUTDOWN OPTIONS
+
+There are 3 options which control domain shutdown (both planned and
+unplanned) under certain events. The 3 events currently captured are:
+
+=over 4
+
+=item I<shutdown>
+
+Triggered on either an I<xm shutdown> or graceful shutdown from inside
+the DomU.
+
+=item I<reboot>
+
+Triggered on either an I<xm reboot> or graceful reboot from inside the
+DomU.
+
+=item I<crash>
+
+Triggered when a DomU goes to the crashed state for any reason.
+
+=back
+
+All of them take one of 4 valid states listed below.
+
+=over 4
+
+=item I<destroy>
+
+The domain will be cleaned up completely. No attempt at respawning
+will occur. This is what a typical shutdown would look like.
+
+=item I<restart>
+
+The domain will be restarted with the same name as the old domain.
+This is what a typical reboot would look like.
+
+=item I<preserve>
+
+The domain will not be cleaned up at all. This is often useful for
+crash state domains which ensures that enough evidence is to debug the
+real issue.
+
+=item I<rename-restart>
+
+The old domain will not be cleaned up, but will be renamed so a new
+domain can be restarted in it's place. (TODO: what does this mean for
+resources? What is the renamed name?)
+
=back
=head1 SEE ALSO