In the wiki i found the information, for an HA cluster you need at least 3 nodes. Can anyone tell me why i can't use this with 2?
Regards
fireon
Regards
fireon
Last edited:
If you have only two node which for whatever reason do not see each other you have a potential split brain situation, the same VMs are running on both sides. (think 2 shops selling the same article to different customers)But what is the exact technical explanations for requirement of minimum 3 node HA system with shared storage, can anyone explain specifically.
You'll want exactly one instance to work with the data. If PVE wouldn't get this right,But what is the exact technical explanations for requirement of minimum 3 node HA system with shared storage
Some shared storage is required to allow recovery of a VM/CT on another node if the previous node fails, the storage does not have to be external though.But my confusion is why external shared storage required, to keep the vm's and may be the data will be safe as it is kept on additional hardware in case of server/node failure or is there any specific reason related to HA setup?
Another Option might be to use the storage replication feature:
https://pve.proxmox.com/wiki/Storage_Replication
can it be like this logically as follows:
1. All running vm's will be on external shared storage.
2. and 3 nodes will only carry proxmox os and external storage will be mount as nfs on three nodes.
I was planning to keep my actual vm's/data on to the seperate hardware that's why and may be connectivity between nodes and storage through some 10g switches.
I want to achieve HA setup properly in production env with proxmox, I have lots of vm with db and critical applications currently bbut that are in standaalone servers, as i already stated I am planning live data/vm should be in external storage and nodes will hook up as per requirement in case of any failure, say like this hardware i have
1. 3 identical server
2. one enterprise external storage.
It can, but then you have single point of failure that single storage, so I wonder what's the benefit of cluster.