mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-27 09:15:54 +03:00
[PR #412] [MERGED] Add support for configuring node-pinning strictness (default: true) within pools #187
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#187
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/412
Author: @gyptazy
Created: 12/30/2025
Status: ✅ Merged
Merged: 1/4/2026
Merged by: @gyptazy
Base:
main← Head:feature/406-strict-nonstrict-node-pinning📝 Commits (1)
f11ca26Add support for configuring node-pinning strictness (default: true) within pools📊 Changes
7 files changed (+46 additions, -2 deletions)
View changed files
📝
.changelogs/1.1.11/391_add_native_proxmox_ha_rules_support.yml(+1 -1)➕
.changelogs/1.1.11/406_add_stricness_for_node_pinning_of_pools.yml(+2 -0)📝
README.md(+1 -0)📝
config/proxlb_example.yaml(+1 -0)📝
proxlb/models/calculations.py(+13 -1)📝
proxlb/models/guests.py(+2 -0)📝
proxlb/models/pools.py(+26 -0)📄 Description
Add support for configuring node-pinning strictness (default: true) within pools
Fixes: #406
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.