X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=ha-manager.adoc;h=fa7cb268c9bc004b60b3480ca87113e9eb5aaa4a;hp=db67e59fbe34d491494867ed9a6e71857daae894;hb=470d43137c9ca6601bebe603486d45da39fed921;hpb=037822517265cc453044d64f032ca8c3c872d321 diff --git a/ha-manager.adoc b/ha-manager.adoc index db67e59..fa7cb26 100644 --- a/ha-manager.adoc +++ b/ha-manager.adoc @@ -478,7 +478,7 @@ properties: include::ha-resources-opts.adoc[] Here is a real world example with one VM and one container. As you see, -the syntax of those files is really simple, so it is even posiible to +the syntax of those files is really simple, so it is even possible to read or edit those files using your favorite editor: .Configuration Example (`/etc/pve/ha/resources.cfg`) @@ -534,7 +534,7 @@ an unrestricted group with a single member: For bigger clusters, it makes sense to define a more detailed failover behavior. For example, you may want to run a set of services on `node1` if possible. If `node1` is not available, you want to run them -equally splitted on `node2` and `node3`. If those nodes also fail the +equally split on `node2` and `node3`. If those nodes also fail the services should run on `node4`. To achieve this you could set the node list to: @@ -790,7 +790,7 @@ from ``shutdown'', because the node immediately starts again. The LRM tells the CRM that it wants to restart, and waits until the CRM puts all resources into the `freeze` state (same mechanism is used -for xref:ha_manager_package_updates[Pakage Updates]). This prevents +for xref:ha_manager_package_updates[Package Updates]). This prevents that those resources are moved to other nodes. Instead, the CRM start the resources after the reboot on the same node.