diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index f9a153bd64..5e56dae306 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -366,6 +366,21 @@ a new name +

+ on_crash supports these additional + actions since 0.8.4. +

+ +
+
coredump-destroy
+
The crashed domain's core will be dumped, and then the + domain will be terminated completely and all resources + released
+
coredump-restart
+
The crashed domain's core will be dumped, and then the + domain will be restarted with the same configuration
+
+

Hypervisor features

diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng index 1e42827b17..ccb8cf39a4 100644 --- a/docs/schemas/domain.rng +++ b/docs/schemas/domain.rng @@ -1177,7 +1177,7 @@ - + @@ -1198,6 +1198,29 @@ rename-restart + + + + destroy + restart + preserve + rename-restart + coredump-destroy + coredump-restart + +