mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-03-26 14:50:11 +03: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
|
||||
LRM.
|
||||
|
||||
stopping::
|
||||
|
||||
Pending stop request. But the CRM did not get the request so far.
|
||||
|
||||
started::
|
||||
|
||||
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
|
||||
(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::
|
||||
|
||||
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
|
||||
(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
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
Loading…
x
Reference in New Issue
Block a user