From c5bca1ae4caa9c3c9f4dcd0a0f22f2dbf61f4508 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 22 Nov 2016 12:28:30 +0100 Subject: [PATCH] improve error recovery section Signed-off-by: Thomas Lamprecht --- ha-manager.adoc | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/ha-manager.adoc b/ha-manager.adoc index f9a9a94..daf8c6f 100644 --- a/ha-manager.adoc +++ b/ha-manager.adoc @@ -613,13 +613,18 @@ Error Recovery If after all tries the service state could not be recovered it gets placed in an error state. In this state the service won't get touched -by the HA stack anymore. To recover from this state you should follow -these steps: +by the HA stack anymore. The only way out is disabling a service: +---- +# ha-manager set vm:100 --state disabled +---- +This can also be done in the web interface. -* bring the resource back into a safe and consistent state (e.g., -killing its process) +To recover from the error state you should do the following: -* disable the ha resource to place it in an stopped state +* bring the resource back into a safe and consistent state (e.g.: +kill its process if the service could not be stopped) + +* disable the resource to remove the error flag * fix the error which led to this failures