]> git.proxmox.com Git - pve-docs.git/commitdiff
improve error recovery section
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 22 Nov 2016 11:28:30 +0000 (12:28 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 22 Nov 2016 11:48:26 +0000 (12:48 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
ha-manager.adoc

index f9a9a94be9e7f8122a57a25c156e9a679e6a83a9..daf8c6f8b20d1b7b6997977c4f25c789aa35073d 100644 (file)
@@ -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.
+
+To recover from the error state you should do the following:
 
-* bring the resource back into a safe and consistent state (e.g.,
-killing its process)
+* bring the resource back into a safe and consistent state (e.g.:
+kill its process if the service could not be stopped)
 
-* disable the ha resource to place it in an stopped state
+* disable the resource to remove the error flag
 
 * fix the error which led to this failures