[PR #380] [MERGED] Feature/resource reservation #173

Closed
opened 2026-03-02 05:14:53 +03:00 by kerem · 0 comments
Owner

📋 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-nodesHead: feature/resource_reservation


📝 Commits (10+)

  • 83e1e8e initial proposal for reserving memory on each node before executing the balancing
  • d738670 modified readme.md to point to the original project
  • 238ed85 added safety check for memory_used
  • 7b90d97 Revert "modified readme.md to point to the original project"
  • 1779e89 readded the example configuration
  • ed8d6cd Merge remote-tracking branch 'upstream/main' into feature/resource_reservation
  • 54d13f0 Merge remote-tracking branch 'upstream/main' into feature/resource_reservation
  • e9315de Rework resource reservation and add function for updating percentages
  • 3c690b8 removed an errornous exit statement from update percentages which slipped through before the last commit
  • 5f7023b fixed 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.

## 📋 Pull Request Information **Original PR:** https://github.com/gyptazy/ProxLB/pull/380 **Author:** [@Chipmonk2](https://github.com/Chipmonk2) **Created:** 11/30/2025 **Status:** ✅ Merged **Merged:** 12/23/2025 **Merged by:** [@gyptazy](https://github.com/gyptazy) **Base:** `feature/373-add-resource-reservation-for-nodes` ← **Head:** `feature/resource_reservation` --- ### 📝 Commits (10+) - [`83e1e8e`](https://github.com/gyptazy/ProxLB/commit/83e1e8e6bddb319305e305f6ec7a08a75b075cce) initial proposal for reserving memory on each node before executing the balancing - [`d738670`](https://github.com/gyptazy/ProxLB/commit/d738670fb759720c2e26cb9d24f456abc8f3f73d) modified readme.md to point to the original project - [`238ed85`](https://github.com/gyptazy/ProxLB/commit/238ed852da5e9927df353efda1808fcd05d45186) added safety check for memory_used - [`7b90d97`](https://github.com/gyptazy/ProxLB/commit/7b90d9795a37e9b8792312835b3549113b28ad34) Revert "modified readme.md to point to the original project" - [`1779e89`](https://github.com/gyptazy/ProxLB/commit/1779e89d344372378de099ea7c557159d59b531d) readded the example configuration - [`ed8d6cd`](https://github.com/gyptazy/ProxLB/commit/ed8d6cd15fe9a9f8f8d4b616df92840d67c9df65) Merge remote-tracking branch 'upstream/main' into feature/resource_reservation - [`54d13f0`](https://github.com/gyptazy/ProxLB/commit/54d13f04b07a369d4b4e7e859df232164dc10f6a) Merge remote-tracking branch 'upstream/main' into feature/resource_reservation - [`e9315de`](https://github.com/gyptazy/ProxLB/commit/e9315de991bc0ea8c1f8a372519097d6d4b16517) Rework resource reservation and add function for updating percentages - [`3c690b8`](https://github.com/gyptazy/ProxLB/commit/3c690b8608cb4155cc2c1038752b8722c5fc7f42) removed an errornous exit statement from update percentages which slipped through before the last commit - [`5f7023b`](https://github.com/gyptazy/ProxLB/commit/5f7023b272915fefeda156a2ae606697415d96e1) fixed typo in update_resource_percentages ### 📊 Changes **6 files changed** (+106 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Initial proposal for adding the ability to reserve memory for proxmox itself and/or other applications running on the node. Fixes: #373 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 05:14:53 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxLB-gyptazy#173
No description provided.