mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-16 14:57:28 +00:00
ha: maintenance mode: fix grammar and reword
This was a bit complex while leaving out some key info, like that HA groups also play into the target selection, not only CRS. Try to improve on that. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4064225d51
commit
8dcad10c19
@ -853,12 +853,15 @@ The HA stack can support you mainly in two types of maintenance:
|
|||||||
Maintenance Mode
|
Maintenance Mode
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Enabling the manual maintenance mode will mark the node as unavailable for
|
You can use the manual maintenance mode to mark the node as unavailable for HA
|
||||||
operation, this in turn will migrate away all HA services to other nodes, which
|
operation, prompting all services managed by HA to migrate to other nodes.
|
||||||
are selected through the configured cluster resource scheduler (CRS) mode.
|
|
||||||
During migration the original node will be recorded, so that the service can be
|
The target nodes for these migrations are selected from the other currently
|
||||||
moved back to to that node as soon as the maintenance mode is disabled, and it
|
available nodes, and determined by the HA group configuration and the configured
|
||||||
becomes online again.
|
cluster resource scheduler (CRS) mode.
|
||||||
|
During each migration, the original node will be recorded in the HA managers'
|
||||||
|
state, so that the service can be moved back again automatically once the
|
||||||
|
maintenance mode is disabled and the node is back online.
|
||||||
|
|
||||||
Currently you can enabled or disable the maintenance mode using the ha-manager
|
Currently you can enabled or disable the maintenance mode using the ha-manager
|
||||||
CLI tool.
|
CLI tool.
|
||||||
|
Loading…
Reference in New Issue
Block a user