-
Notifications
You must be signed in to change notification settings - Fork 544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added multiple target nodes instead of a single node. #766
Conversation
Hi, I'm currently working to fix it in the right ways proxmox side https://lists.proxmox.com/pipermail/pve-devel/2023-May/057007.html I'm trying to push for proxmox8 you can follow it here: |
It's been a long time since the last update in the feed. Anything happened in the past? |
* added data_ha_group.go to fetch HA Groups * renamed variable in data ha group file * added the possibility to add a node with a set of possible nodes (high availability) * minor code fixes --------- Co-authored-by: Pascal Kutscha <[email protected]>
@PascalKu how to use this feature? It was merged, but documentation hasn't been updated.
|
Hi @lug-gh - do you still need help with this? |
@PascalKu Yes, I still haven't figured it out. |
Hi, is this working only for VMs? Why not with LXC? |
Because I only use QEMU - and nobody else updated it for LXC aswell. |
I'll now try to help you in your issue. |
Imagine you have a cluster in which you migrate using High Availability Server. this is exactly the case I had. I have created a HA Group in Proxmox within which servers are automatically migrated in case of a failure or similar.
With this code change it doesn't matter now. You can specify an array of possible nodes where the QEMU can be located.
I also implemented my own change to your golang implementation (Telmate/proxmox-api-go#262) to manage this with HA Groups.