view the rest of the comments
Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Yes!!
Edit2: the following is no longer true, so ignore it.
Why do you want this? There are very few valid use cases for it.
Edit: this is a serious question. Adding a member to a vdev does not automatically move any of the parity or data distribution off the old vdev. You'll not only have old data distributed on old vdev layout until you copy it back, but you'll also now have a mix of io requests for old and new vdev layout, which will kill performance.
Not to mention that the metadata is now stored for new layout, which means reads from the old layout will cause rw on both layouts. It's not actually something anyone should want, unless they are really, really stuck for expansion.
And we're talking about a hypervisor here, so performance is likely a factor.
Jim Salter did a couple writeups on this.
Yes it does. ZFS does a full resilver after the addition. Jim Salter's write ups are from 4 years ago. Shit changes.
Edit: and even if it didn't... It's trivial to write a script that rewrites all the data to move it into the new structure. To say there's no valid cases when even in 2021 there was an answer to the problem is a bit crazy.
Whoah, I see this has indeed changed. Thanks.
Wait till you hear about zfs anyraid. An upcoming feature to make zfs more flexible with mixed sized drives.