Hi, everybody!
Lat's say I have a cluster of three computers.
What happens if the master falls?
If there any way to start again my VM on my slave ?
Yes, this is a very good news
Last question: if I backup the qemu conf file from the master, could I simply restore it on the slave and restart the VM ?
I was only speaking about the configuration file - for example /etc/qemu-server/101.confYes, sll backups can be restored on any host running Proxmox VE. (with vzrestore or qmrestore).
It can also migrate VM between any nodes, including live migration (by copying RAM) if you are using shared disk (nfs, etc.) or DRBD live replication.Hi guys
Just for ensure - the cluster layer _until now_ only provide a simple way to configure/manage vms/containers across all nodes from master, using only one login/screen - its correct?
Last question: if I backup the qemu conf file from the master, could I simply restore it on the slave and restart the VM ?
Perfect, that's what I thoughtYes, that work if the VM uses shared storage, but you need to make sure that the oriiginal VM dos not run anymore (fencing).
i'm using for testing a 2 node cluster with drbd for shared storage, some questions:
when a vm is started on a node, its conf file is created in: /etc/qemu-server/
and if the vm is migrated on the other node, the conf file is created on the other node, DISAPPEARING from the first NODE!
so, let's say a node running some VMs fails and is put away for repair, even if i've the vm disks on drbd, HOW could i start the vm on the other node if i've NO conf file???
i think, beside HA on future versions, that on a cluster, conf file MUST reside on EACH node, else there's no way to restart the vm!
or i'm missing something, please let me know...