two node setup with local Dell R600 series storage with replication

mws

New Member
Mar 12, 2026
3
0
1
Hello,
I want to setup a two node cluster with the VMs on the primary node replicated over to the secondary node. I have a raid 10 storage pool already created using local storage on two Dell servers. It sounds like ZFS is a must to do this so I need to create it with ZFS during the install instead of lvm-thin.

Does it matter which "ZFS" option I use at the filesystem part of the setup? (There are several like raid1,0, raid10, raidz1-3 etc) I am assuming it doesn't matter and I can just select any of those and move along and get my cluster up and running? Coming from Vsphere where I don't need to do any of this so wanted to make sure I get it correct.

thanks!
 
Hi mws,

Welcome to the forums!

(I) wanted to make sure I get it correct.

As with many things, there is not one 'correct', and mostly 'it depends'.

I've always been very happy LVM, and with thin volumes as well. ZFS is beckoning, but for better or worse, I have resisted the call.

Even though ZFS is no 'must to do', there are very strong proponents (and strong arguments) in favour of it.

What will you be running the cluster for? Learning and fun, running an office or providing IT for family and friends?
 
Hello,
this would be to replace a production vsphere cluster right now. From what I read though I shouldn't be using HW raid for ZFS, but I need ZFS in order to get replication like we have now. I'm just doing some initial tests. May hold off until Veeam has better support for proxmox. (and hopefully gets replication from veeam to so I can use lvm)
 
If you want to use HW RAID, ZFS is off the charts.

LVM is fine, especially if your current environment is on LVM as well.

People love ZFS for the ease with which advanced features are available, such as checksumming, RAID, caching, deduplication and volume management, but these can be used on LVM as well be it in a less integrated fashion.

Edit to add: in a parallel thread, @Johannes S linked to an in-depth blog by @bbgeek17 about LVM on Proxmox.
 
Last edited:
I think my only choice is ZFS if I want replication too it seems? Wish veeam supported it already for replication instead of just backup! thanks!
 
Yes replication only works with zfs. You shouldn't combine it with HW raid though and shouldn't use RAIDZ for vm storage, see this writeup by UdoB for reference:

ZFS has also other benefits especially for data integrity:
 
  • Like
Reactions: UdoB and wbk