From e63b739dff28ed39ea67e6ef16a62aba326d35a1 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 7 Feb 2008 09:28:55 +0000 Subject: Add 'coredump-destroy' and 'coredump-restart' actions for crashed domains. Xen-API already specifies these actions for the 'on_crash' domain exit event. This patch makes them available for use in traditional domU config files and through the xm tool as well. Signed-off-by: Jim Fehlig --- tools/examples/xmexample1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/examples/xmexample1') diff --git a/tools/examples/xmexample1 b/tools/examples/xmexample1 index 2fd24ab84f..a1b6edbe0c 100644 --- a/tools/examples/xmexample1 +++ b/tools/examples/xmexample1 @@ -155,6 +155,11 @@ extra = "4" # "rename-restart", meaning that the old domain is not cleaned up, but is # renamed and a new domain started in its place. # +# In the event a domain stops due to a crash, you have the additional options: +# +# "coredump-destroy", meaning dump the crashed domain's core and then destroy; +# "coredump-restart', meaning dump the crashed domain's core and the restart. +# # The default is # # on_poweroff = 'destroy' -- cgit v1.2.3