Hi, I plan to connect two Proxmox hosts in a cluster, but I can't add a third node for now, so I'll use a qdevice.
I would like to implement a HA system, even if it's not fully automatic or fast.
I can't use Ceph/GlusterFS since I only have two nodes, and I considered ZFS replication, but with only 500 Mbps in my LAN, I believe it could become a bottleneck.
Would it be feasible to use LVM-Thin with periodic replication over the 2 nodes (e.g., every 5 minutes)? The data isn't particularly critical, so an occasional delay would be acceptable.
Has anyone tried a similar setup or has any suggestions on how to implement this efficiently?
I would like to implement a HA system, even if it's not fully automatic or fast.
I can't use Ceph/GlusterFS since I only have two nodes, and I considered ZFS replication, but with only 500 Mbps in my LAN, I believe it could become a bottleneck.
Would it be feasible to use LVM-Thin with periodic replication over the 2 nodes (e.g., every 5 minutes)? The data isn't particularly critical, so an occasional delay would be acceptable.
Has anyone tried a similar setup or has any suggestions on how to implement this efficiently?