mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-05-29 22:27:11 +00:00
improve error recovery section
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4c34defdf7
commit
c5bca1ae4c
@ -613,13 +613,18 @@ Error Recovery
|
|||||||
|
|
||||||
If after all tries the service state could not be recovered it gets
|
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
|
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
|
by the HA stack anymore. The only way out is disabling a service:
|
||||||
these steps:
|
----
|
||||||
|
# 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.,
|
To recover from the error state you should do the following:
|
||||||
killing its process)
|
|
||||||
|
|
||||||
* 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
|
* fix the error which led to this failures
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user