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

Selfhosted

59939 readers
442 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

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

you are viewing a single comment's thread
view the rest of the comments
[–] 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.