Hi,
Is there a way to detect if a VM or CT migration is running, using the CLI or API?
I'm writing an ansible playbook to do rolling updates for a proxmox cluster, the idea is to loop through each node in sequence:
- move a node to maintenance
- wait for VM/CT evictions to another node
-...