Sean Dague
2005-Oct-31 18:36 UTC
[Xen-devel] [PATCH] add SHUTDOWN OPTIONS to xmdomain.cfg man page
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 output: xmdomain.cfg.pod.5 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 51 insertions(+) diff -r 8cc7ce549d00 docs/man/xmdomain.cfg.pod.5 --- a/docs/man/xmdomain.cfg.pod.5 Mon Oct 31 09:45:31 2005 +++ b/docs/man/xmdomain.cfg.pod.5 Mon Oct 31 13:32:24 2005 @@ -72,6 +72,57 @@ =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 -- __________________________________________________________________ Sean Dague Mid-Hudson Valley sean at dague dot net Linux Users Group http://dague.net http://mhvlug.org There is no silver bullet. Plus, werewolves make better neighbors than zombies, and they tend to keep the vampire population down. __________________________________________________________________ _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Seemingly Similar Threads
- adding lvm root example to xmdomain.cfg.5
- [RESEND] [PATCH] Call dominfo.device_delete instead of non-existant dominfo.device_destroy
- integration of tzinfo with icalendar
- [PATCH] Call dominfo.device_delete instead of non-existant dominfo.device_destroy
- [PATCH] small format changes in xm.1 to make sedf more readable