[PR #404] [MERGED] Feature/resource reservation (#380) #185

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

📋 Pull Request Information

Original PR: https://github.com/gyptazy/ProxLB/pull/404
Author: @gyptazy
Created: 12/23/2025
Status: Merged
Merged: 12/24/2025
Merged by: @gyptazy

Base: mainHead: feature/373-add-resource-reservation-for-nodes


📝 Commits (3)

  • 2ce3d73 Feature/resource reservation (#380)
  • 89ad425 Add config exmaples to README for resource reservations on node level
  • e0331e8 Adjust the integration of node resource reservation

📊 Changes

7 files changed (+76 additions, -3 deletions)

View changed files

.changelogs/1.1.11/373_add_node_resource_reservation_support.yml (+2 -0)
📝 README.md (+6 -0)
📝 config/proxlb_example.yaml (+5 -0)
📝 proxlb/main.py (+1 -0)
📝 proxlb/models/calculations.py (+2 -2)
📝 proxlb/models/nodes.py (+58 -1)
📝 proxlb/utils/helper.py (+2 -0)

📄 Description

Add resource reservation of memory for nodes (by @Chipmonk2)

Comitted by: @Chipmonk2 via #380
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/404 **Author:** [@gyptazy](https://github.com/gyptazy) **Created:** 12/23/2025 **Status:** ✅ Merged **Merged:** 12/24/2025 **Merged by:** [@gyptazy](https://github.com/gyptazy) **Base:** `main` ← **Head:** `feature/373-add-resource-reservation-for-nodes` --- ### 📝 Commits (3) - [`2ce3d73`](https://github.com/gyptazy/ProxLB/commit/2ce3d7326299319a6276d28cbb566bbefe3f1c02) Feature/resource reservation (#380) - [`89ad425`](https://github.com/gyptazy/ProxLB/commit/89ad425243a4be3118e765f265ee52f877c19868) Add config exmaples to README for resource reservations on node level - [`e0331e8`](https://github.com/gyptazy/ProxLB/commit/e0331e83e1067bbe0c5ae19341088e2266506769) Adjust the integration of node resource reservation ### 📊 Changes **7 files changed** (+76 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `.changelogs/1.1.11/373_add_node_resource_reservation_support.yml` (+2 -0) 📝 `README.md` (+6 -0) 📝 `config/proxlb_example.yaml` (+5 -0) 📝 `proxlb/main.py` (+1 -0) 📝 `proxlb/models/calculations.py` (+2 -2) 📝 `proxlb/models/nodes.py` (+58 -1) 📝 `proxlb/utils/helper.py` (+2 -0) </details> ### 📄 Description Add resource reservation of memory for nodes (by @Chipmonk2) Comitted by: @Chipmonk2 via #380 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:56 +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#185
No description provided.