Skip to content
Snippets Groups Projects
Commit aee7dceb authored by Fernando K's avatar Fernando K
Browse files

Allow failed nodes to exist

parent 80d95711
Branches
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ class Proxmox:
try:
node_vms = PX_API.nodes(node_name).qemu.get()
except Exception:
raise APIError('Failed to connect to Proxmox Cluster!')
continue
for vm_status in node_vms:
# If the update runs as the VM is being cloned the vm_config will be
# messed up and our update will fail.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment