this post was submitted on 11 Feb 2025
11 points (100.0% liked)

Selfhosted

42057 readers
932 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

How is the drive management in OMV? I'm looking for something similar to UnRaid pools so i can add one drive at a time (ZFS makes you add vdevs of the same no. of drives).

I'm not too concerned with parity (ive got automated remote backups for sensitive info that I cant replace) but it would be good to know if I could swap drives out if I need to expand or replace anything too.

EDIT: with ZFS 2.3.0 supporting raid expansion, it might be worth me holding out for a year for that to become more stable, and migrate after. I only have 1 drive for now so it shouldnt be too bad if i made a new pool and moved stuff over to a 2nd drive

top 9 comments
sorted by: hot top controversial new old
[–] BCsven@lemmy.ca 2 points 14 hours ago (2 children)

What ZFS are you using?

"As of November 2023, this feature was merged in main and is scheduled for release in OpenZFS 2.3:"

'The OpenZFS project (ZFS on Linux, ZFS on FreeBSD) is working on a feature to allow the addition of new physical devices to existing RAID-Z vdevs. This will allow, for instance, the expansion of a 6-drive RAID-Z2 vdev into a 7-drive RAID-Z2 vdev. This will happen while the filesystem is online, and will be repeatable once the expansion is complete (e.g., 7-drive vdev → 8-drive vdev)."

[–] merthyr1831@lemmy.ml 2 points 13 hours ago* (last edited 13 hours ago) (1 children)

None yet. But comparisons ive seen (such as snapraid's website) suggested it was a limitation, but they could be quite old, still.

That's great to know, though. So no weird plugin management just using ZFS? Or would I need MergerFS in that scenario?

[–] BCsven@lemmy.ca 1 points 12 hours ago

Not sure on MergerFS...I haven't gotten deep into ZFS pools.

[–] MalReynolds@slrpnk.net 1 points 13 hours ago (1 children)

The old adage is never use v x.0 of anything, which I'd expect to go double for data integrity. Is there any particular reason ZFS gets a pass here (speaking as someone who really wants this feature). TrueNAS isn't merging it for a couple of months yet, I believe.

[–] merthyr1831@lemmy.ml 1 points 13 hours ago* (last edited 13 hours ago)

ah yeah it's basically the first release supporting it. ah well, maybe i migrate later (i technically wont need it for a year or two with my projected data usage).

december 2023 feels ages ago but i suppose that doesnt account for filesystems needing more rigorous testing.

[–] entropicdrift@lemmy.sdf.org 1 points 14 hours ago

I don't use OMV but I do use MergerFS + SnapRAID. Works great so far.

[–] dukatos@lemm.ee 1 points 16 hours ago* (last edited 16 hours ago) (1 children)

I played a bit with SnapRAID but realized there is too many ways to lose data with it; especially if you do periodic parity sync. Otherwise, it works fine.

MergerFS works properly as far I tested it.

[–] tripflag@lemmy.world 2 points 12 hours ago (1 children)

You may encounter some confusing errors with MergerFS; depending on your config, any software using SQLite may crash with a scary-sounding "disk I/O error". The quickstart has more info, https://trapexit.github.io/mergerfs/quickstart/

[–] dukatos@lemm.ee 1 points 11 hours ago

Yes, don't put any database on it