This commit is contained in:
gyptazy
2025-03-01 13:09:26 +01:00
parent a08f088bbd
commit b48fd07f83

View File

@@ -45,7 +45,7 @@ class Balancing:
# Hopefully never reaching, but should be catched
else:
logger.critical(f"Balancing: Got unexpected guest type: {guest_meta["type"]}. Cannot proceed guest: {guest_meta["name"]}.")
logger.critical(f"Balancing: Got unexpected guest type: {guest_meta['type']}. Cannot proceed guest: {guest_meta['name']}.")
def exec_rebalancing_vm(self, proxmox_api: any, proxlb_data: Dict[str, Any], guest_name: str) -> None:
"""