mirror of
https://github.com/PegaProx/project-pegaprox.git
synced 2026-04-25 10:05:56 +03:00
[GH-ISSUE #12] ❓ Issue/Improvement Request: Rolling Update restarts already up-to-date servers + fixed 5 min migration timeout #8
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#8
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 @PhiGi87 on GitHub (Jan 27, 2026).
Original GitHub issue: https://github.com/PegaProx/project-pegaprox/issues/12
Originally assigned to: @mkellermann97 on GitHub.
Summary
During Rolling Update, nodes that are already up-to-date are still being restarted instead of being skipped.
Additionally, the rolling update often fails with a timeout after 5 minutes if a host cannot migrate all VMs within that timeframe. For some hosts, VM migration can legitimately take longer.
Expected Behavior
Actual Behavior
I'm already thrilled with PegaProx =) Great work!
@mkellermann97 commented on GitHub (Jan 27, 2026):
Hi @PhiGi87,
Thanks for the detailed report – that's really helpful.
I've looked into it and will address both issues:
Skipping up-to-date nodes – We'll implement a check to skip servers that don't require an update.
Migration timeout – We'll make the timeout configurable so it can be adjusted based on your environment.
These changes are planned for v0.6.2
Please note that changes need to be approved by @MrMasterbay, who is currently unavailable for health reasons. This may cause some delay.
Regards,
Marcus
@mkellermann97 commented on GitHub (Jan 27, 2026):
@MrMasterbay request approved. Will be included with v0.6.2
@mkellermann97 commented on GitHub (Jan 28, 2026):
Hi @PhiGi87 ,
Please check out the latest version.
Regards,
Marcus