You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Servers/Proxmox.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -336,6 +336,12 @@ To setup HA, from the WebUI:
336
336
337
337
"Datacenter" --> "HA" --> "Add" (select the VM to add to HA, then click "Add").
338
338
339
+
You can also create HA groups to assign to specific VMs to define nodes priority for migrations. This is useful to avoid having different nodes of a (virtual) cluster running on the same physical server or to migrate back VMs to their initial physical node once they're up again.
340
+
341
+
"Datacenter" --> "HA" --> "Groups" --> "Create" (give it a name / ID, select nodes and set their priority, then click "Create").
342
+
343
+
You can then assign VMs to groups in the main "HA" tab.
344
+
339
345
### Limit ZFS Memory Usage (optional)
340
346
341
347
ZFS uses 50% of the host memory for the Adaptive Replacement Cache (ARC) by default, see [this link](https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_zfs_limit_memory_usage) for details.
0 commit comments