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
- update the node
- reboot
- wait for cluster full quorum votes
- wait for final migration of any VM/CT back to the node
- loop to next node
I'm missing the bit to detect running migrations...
Thanks!
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
- update the node
- reboot
- wait for cluster full quorum votes
- wait for final migration of any VM/CT back to the node
- loop to next node
I'm missing the bit to detect running migrations...
Thanks!
Last edited: