mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 10:35:51 +00:00
81eb6b018a
For multi-network Proxmox clusters (e.g., separate corosync and management networks), the installer now uses `pvecm nodes` to get hostnames and resolves them via /etc/hosts. This automatically prefers management IPs when the cluster has proper /etc/hosts configuration. Falls back to the previous `pvecm status` IP extraction if hostname resolution doesn't yield results. Related to #738