Hi all,
i know you don't support OVH version of proxmox, but I think some of I ask can be used in every regional cluster (when your master and node are not on the same switch/lan).
You probably know OVH has a way to route the IP "failover" from one server to another and you can either do this manually from their manager or programmatically via SOAP API.
I succesfully tested live migration between 2 proxmox 1.5 KVM hosts. Sometimes the DRBD cluster seems to break just after the migration, and I don't understand why, but this is for another topic.
Live migration takes few seconds and when I run live migration I also run a script to update the IP routing on OVH and wait some minute to become rerouted.
Now, I'd like to improve on this:
1) Is there some "hook point" I can hack in order to automatically call my ip failover rerouting script whenever the VM is moved (live or not live) ?
2) I thought about adding a temporary IP/ethernet tunnel between nodes while I wait the IP to be rerouted for real: again, do you have any suggestion on the better place to start integrating this things?
Thank you for the great product!
i know you don't support OVH version of proxmox, but I think some of I ask can be used in every regional cluster (when your master and node are not on the same switch/lan).
You probably know OVH has a way to route the IP "failover" from one server to another and you can either do this manually from their manager or programmatically via SOAP API.
I succesfully tested live migration between 2 proxmox 1.5 KVM hosts. Sometimes the DRBD cluster seems to break just after the migration, and I don't understand why, but this is for another topic.
Live migration takes few seconds and when I run live migration I also run a script to update the IP routing on OVH and wait some minute to become rerouted.
Now, I'd like to improve on this:
1) Is there some "hook point" I can hack in order to automatically call my ip failover rerouting script whenever the VM is moved (live or not live) ?
2) I thought about adding a temporary IP/ethernet tunnel between nodes while I wait the IP to be rerouted for real: again, do you have any suggestion on the better place to start integrating this things?
Thank you for the great product!