]> git.proxmox.com Git - pve-ha-manager.git/blobdiff - README
build: bump compat level to 10
[pve-ha-manager.git] / README
diff --git a/README b/README
index a4a153ef81aa17a0c1632ec10dcd127dd6480d6d..1c5177f16e81fba2df819a4e469cd03323ac89a4 100644 (file)
--- a/README
+++ b/README
@@ -41,7 +41,7 @@ The Proxmox 'pmxcfs' implements this on top of corosync.
 === Watchdog ===
 
 We need a reliable watchdog mechanism, which is able to provide hard
-timeouts. It must be guaranteed that the node reboot withing specified
+timeouts. It must be guaranteed that the node reboots within the specified
 timeout if we do not update the watchdog. For me it looks that neither
 systemd nor the standard watchdog(8) daemon provides such guarantees.
 
@@ -52,7 +52,7 @@ provides that service to several other daemons using a local socket.
 
 == Self fencing ==
 
-A node needs to aquire a special 'ha_agent_${node}_lock' (one separate
+A node needs to acquire a special 'ha_agent_${node}_lock' (one separate
 lock for each node) before starting HA resources, and the node updates
 the watchdog device once it get that lock. If the node loose quorum,
 or is unable to get the 'ha_agent_${node}_lock', the watchdog is no
@@ -63,7 +63,7 @@ This makes sure that the node holds the 'ha_agent_${node}_lock' as
 long as there are running services on that node.
 
 The HA manger can assume that the watchdog triggered a reboot when he
-is able to aquire the 'ha_agent_${node}_lock' for that node.
+is able to acquire the 'ha_agent_${node}_lock' for that node.
 
 === Problems with "two_node" Clusters ===
 
@@ -98,6 +98,10 @@ Most other service types requires the service to be stopped, and then
 restarted at the other node. Stopped services are moved by the CRM
 (usually by simply changing the service configuration).
 
+=== Service ordering and colocation constarints ===
+
+So far there are no plans to implement this (although it would be possible).
+
 === Possible CRM Service States ===
 
 stopped:      Service is stopped (confirmed by LRM)