mirror of
https://github.com/PegaProx/project-pegaprox.git
synced 2026-04-26 02:25:52 +03:00
[GH-ISSUE #39] RollingUpdate connects to unrouted IPs #29
Labels
No labels
Approved
Q2-3 2026 Development
bug
documentation
enhancement
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/project-pegaprox-PegaProx#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sundown78 on GitHub (Feb 5, 2026).
Original GitHub issue: https://github.com/PegaProx/project-pegaprox/issues/39
Originally assigned to: @mkellermann97 on GitHub.
Hello,
We have a 3-node Proxmox cluster running. In addition to the management address (10.50.255.x/23), the hosts have additional network cards with non-routed IPs for e.g. iSCSI (10.10.10.0/24) or NFS (172.16.50.0/24).
PegaProx is installed as a virtual machine within the management network, and adding the cluster via the management address worked without any problems.
When using the rolling update function, PegaProx attempts to reach individual hosts on the non-routed IPs at irregular intervals, which of course fails. The management addresses are accessible at all times. It is therefore not clear when or why attempts are made to connect to the non-routable addresses.
[PegaProx_reker-cluster01] INFO: SSH retry 3/3 to 10.10.10.42... [2026-02-05 07:24:59,869] [PegaProx_reker-cluster01] ERROR: SSH to 10.10.10.42 failed: [Errno 101] Network is unreachable [2026-02-05 07:24:59,869] [PegaProx_reker-cluster01] ERROR: [ERROR] Node update failed for reker-pve03: SSH connection failed to root@10.10.10.42:22 - Check if password auth is enabled on the node or configure an SSH key / SSH Verbindung fehlgeschlagen - Prüfe ob Passwort-Auth auf dem Node aktiviert ist oder konfiguriere einen SSH KeyIs there a configuration option to specify that only the management addresses may be used for SSH connections?
regards
René
@mkellermann97 commented on GitHub (Feb 5, 2026):
Hello @sundown78 ,
this issue is currently known to us and will be fixed with the next version.
Regards,
Marcus
@mkellermann97 commented on GitHub (Feb 8, 2026):
Hi @sundown78 ,
please update PegaProx to the newest version.
Regards,
Marcus