Hello eveyone,
I'm on OMV6 with a 2x4tb + 2x14tb HDD coming from an old Synology SHR btrfs build worked directly once plugged into omv.
I would like now to update to OMV7 with a fresh install and I'll use this moment to upgrade to 4x14tb.
I would like to change the filesystem to get something cleaner.
My use of OMV is media storage + docker for some apps like jellyfin (with sometimes 5-10 users at the same time), calibreweb, Minecraft server, etc
I will install omv on usb/SD card, have a 250gb SSD for docker and the 4 disk for data
I have a backup of my data and they are not crucial.
My goals are space efficiency and data availability (if a disk fails, the best would be the data to be still accessible, or at worst 24h max offline)
The choices I see for the filesystem is:
- EXT4 with mergerfs and snapraid
=> Easy and simple but, if I understand well, when a disk fail data will be offline during the fix command ?
Are "rebuild" time as long as raid/zraid ?
- BTRFS with raid 5.
=> Best integrated in OMV, data available during replacement (even if take a long time to rebuild)
I know about the write hole, I have a ups and since my data are not crucial, I maybe could take my chances ?
- ZFS with zraid1
=> Could be the answer but isn't that overkill for my need ?
What downside are to ZFS apart from integration that needs plugin (like mergerfs and snapraid btw) and not upgradable (not a problem for me, won't change the hdd capacity for a while) ?
- Some hybrid BTRFS snapraid mergerfs
=> I could have data availability during disk replacement if I got it right. But it would maybe be a too "messy" install (like if I replace a disk, it wouldnt appear in OMV GUI cause I gotta do it in cli)
Thanks in advance guys !