Added changeloge and fixed typo

This commit is contained in:
MiBUl-eu
2025-08-26 10:34:48 +00:00
parent 9bd29158b9
commit c9855f1991
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
fixed:
- Fix Overprovisioning first node if anti_affinity_group has only one member (@MiBUl-eu). [#295]

View File

@@ -287,7 +287,7 @@ class Calculations:
else:
logger.critical(f"Node: {node_name} already got used for anti-affinity group:: {group_name}. (Tried for guest: {guest_name})")
else:
logger.debug(f"Anti-Affinity: Group has less than 1 member. Skipping node calucation for the group.")
logger.debug(f"Anti-Affinity: Group has less than 2 members. Skipping node calculation for the group.")
else:
logger.debug(f"Guest: {guest_name} is not included in anti-affinity group: {group_name}. Skipping.")