mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-08-07 14:18:16 +00:00
ha-manager.adoc: add missing service states
This commit is contained in:
parent
d0cfa089d0
commit
1cd0166618
@ -205,6 +205,10 @@ request_stop::
|
|||||||
Service should be stopped. The CRM waits for confirmation from the
|
Service should be stopped. The CRM waits for confirmation from the
|
||||||
LRM.
|
LRM.
|
||||||
|
|
||||||
|
stopping::
|
||||||
|
|
||||||
|
Pending stop request. But the CRM did not get the request so far.
|
||||||
|
|
||||||
started::
|
started::
|
||||||
|
|
||||||
Service is active an LRM should start it ASAP if not already running.
|
Service is active an LRM should start it ASAP if not already running.
|
||||||
@ -212,6 +216,11 @@ If the Service fails and is detected to be not running the LRM
|
|||||||
restarts it
|
restarts it
|
||||||
(see xref:ha_manager_start_failure_policy[Start Failure Policy]).
|
(see xref:ha_manager_start_failure_policy[Start Failure Policy]).
|
||||||
|
|
||||||
|
starting::
|
||||||
|
|
||||||
|
Pending start request. But the CRM has not got any confirmation from the
|
||||||
|
LRM that the service is running.
|
||||||
|
|
||||||
fence::
|
fence::
|
||||||
|
|
||||||
Wait for node fencing (service node is not inside quorate cluster
|
Wait for node fencing (service node is not inside quorate cluster
|
||||||
@ -234,6 +243,14 @@ error::
|
|||||||
Service is disabled because of LRM errors. Needs manual intervention
|
Service is disabled because of LRM errors. Needs manual intervention
|
||||||
(see xref:ha_manager_error_recovery[Error Recovery]).
|
(see xref:ha_manager_error_recovery[Error Recovery]).
|
||||||
|
|
||||||
|
queued::
|
||||||
|
|
||||||
|
Service is newly added, and the CRM has not seen it so far.
|
||||||
|
|
||||||
|
disabled::
|
||||||
|
|
||||||
|
Service is stopped and marked as `disabled`
|
||||||
|
|
||||||
|
|
||||||
Local Resource Manager
|
Local Resource Manager
|
||||||
~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user