mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #531] Guest Agent and High Availability (HA) #315
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#315
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cairoapcampos on GitHub (Aug 24, 2022).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/531
I want to migrate a Xenserver server environment to KVM with WebVirtCloud. However, I have some doubts about the best way to use this environment. They are:
1- Does Guest Agent have the same system optimization functions as "Xen-Tools" and "VMware Tools" ?
2- With WebVirtCloud is it possible to manage HA in KVM?
I wanted when a server failed that VMs stored on external storage would run on another server.
@catborise commented on GitHub (Aug 26, 2022):
what is the optimization functions on xen-tools and vmtools: qemu-guest-agent has some capabilities: https://access.redhat.com/documentation/en_us/red_hat_enterprise_linux/7/html/virtualization_deployment_and_administration_guide/chap-qemu_guest_agent as stated.
webvitcloud only manages kvm virtual machines. it does not manage ha. if you need ha for hosts and vms you should consider proxmox.
@cairoapcampos commented on GitHub (Aug 26, 2022):
Thanks again for your reply.