IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Commandline/command line/command-line where being used interchangeably,
which is not correct
(see: https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/c/command-line).
use command-line when it is an adjective (e.g. "command-line interface")
and use command line when it is a noun (e.g. "change the setting from
the command line")
Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
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>
Commit 086f707 ("manager: update crs scheduling mode once per round")
in pve-ha-manager made it obsolete. Mention that a change will be
effective with the next round instead.
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
And reduce the level from warning to important, as the warning symbol
is a "stop hand" which is rather too discouraging for readers.
rename section to Cluster Resource Scheduling
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
In HA manager, the function recompute_online_node_usage() is called
very often currently and the 'static' mode needs to read the guest
configs which adds a bit of overhead.
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This patch improves the English throughout the "High Availability"
documentation.
It mostly consists of small typo and grammar fixes, but also contains rewording
of some sections for the sake of readability.
Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
This re-adds the documentation about the HA simulator which at some
point got lost. The screenshot is done from the current version of the
package.
Signed-off-by: Rhonda D'Vine <rhonda@proxmox.com>
replace 'enable(d)' mentions with started where applicable.
Enhance wording on the touched hunks a little bit.
Replace the Service Operation 'enabled' with the more general 'set
state' and enhance the wording for 'disabled'
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>