mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-27 09:15:54 +03:00
[PR #380] [MERGED] Feature/resource reservation #173
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxLB-gyptazy#173
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?
📋 Pull Request Information
Original PR: https://github.com/gyptazy/ProxLB/pull/380
Author: @Chipmonk2
Created: 11/30/2025
Status: ✅ Merged
Merged: 12/23/2025
Merged by: @gyptazy
Base:
feature/373-add-resource-reservation-for-nodes← Head:feature/resource_reservation📝 Commits (10+)
83e1e8einitial proposal for reserving memory on each node before executing the balancingd738670modified readme.md to point to the original project238ed85added safety check for memory_used7b90d97Revert "modified readme.md to point to the original project"1779e89readded the example configurationed8d6cdMerge remote-tracking branch 'upstream/main' into feature/resource_reservation54d13f0Merge remote-tracking branch 'upstream/main' into feature/resource_reservatione9315deRework resource reservation and add function for updating percentages3c690b8removed an errornous exit statement from update percentages which slipped through before the last commit5f7023bfixed typo in update_resource_percentages📊 Changes
6 files changed (+106 additions, -1 deletions)
View changed files
📝
.gitignore(+4 -0)📝
README.md(+1 -1)📝
config/proxlb_example.yaml(+9 -0)📝
proxlb/main.py(+1 -0)📝
proxlb/models/nodes.py(+61 -0)📝
proxlb/utils/helper.py(+30 -0)📄 Description
Initial proposal for adding the ability to reserve memory for proxmox itself and/or other applications running on the node.
Fixes: #373
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.