From: Dietmar Maurer Date: Tue, 22 Nov 2016 16:20:50 +0000 (+0100) Subject: ha-manager.adoc: add missing service states X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=1cd0166618c5d253c82688740c45bd3c1b3f579e ha-manager.adoc: add missing service states --- diff --git a/ha-manager.adoc b/ha-manager.adoc index 40ff3b7..7f407f1 100644 --- a/ha-manager.adoc +++ b/ha-manager.adoc @@ -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 ~~~~~~~~~~~~~~~~~~~~~~