Cluster 2 nodes (No HA) for replication

mamatov

Member
Jan 16, 2015
35
0
6
Hello,

I would like to know if I can set up a 2 nodes cluster with proxmox 5.1 ?

My idea is to create a cluster with two nodes and use the replication feature in case of failure of the node1.

I was thinking of :

==========================

- nodes1 : proxmox 5.1
- nodes2 : proxmox 5.1

create a cluster :

#nodes 1 :

pvecm create "myclustername"

#nodes 2 :

pvecm add "nodes1_ip"

==========================

Last question, is the replication feature is stable for production uses ?

Thanks