Hi
What is the best way to manage two (or more) "independent" PVE servers in the same frontend?
I don't need any high availability, automatic failover or shared/synced storage.
If one server goes done, then it should have no influence on the others (I should still be able to start/stop VMs on the running servers).
The same should happen if I had (for example) 5 Servers and only one is up: I should still be able to log in to the 1 running server, manage VMs on it, and see that the other 4 servers are currently down.
I just would like to have a centralized management interfaces which gives me an overview over all my PVEs and allows me to "manually" migrate VMs between the running ones.
Looking through this forum, I found:
But I don't know if this is (still) the right way to do it, or if there are better options.
What is the best way to manage two (or more) "independent" PVE servers in the same frontend?
I don't need any high availability, automatic failover or shared/synced storage.
If one server goes done, then it should have no influence on the others (I should still be able to start/stop VMs on the running servers).
The same should happen if I had (for example) 5 Servers and only one is up: I should still be able to log in to the 1 running server, manage VMs on it, and see that the other 4 servers are currently down.
I just would like to have a centralized management interfaces which gives me an overview over all my PVEs and allows me to "manually" migrate VMs between the running ones.
Looking through this forum, I found:
# vim /etc/corosync/corosync.conf
quorum {
provider: corosync_votequorum
two_node: 1
wait_for_all: 0
}
But I don't know if this is (still) the right way to do it, or if there are better options.