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

Selfhosted

60734 readers
185 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 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 1 year 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 1 year ago* (last edited 1 year 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 1 year ago

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

[–] MalReynolds@slrpnk.net 1 points 1 year 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 1 year ago* (last edited 1 year 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.

[–] dukatos@lemm.ee 1 points 1 year ago* (last edited 1 year 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 1 year 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 1 year ago

Yes, don't put any database on it

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

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