-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add a Option to use raw DISK on replace a failed one #14174
Comments
I agree, we need way to opt out of automatic partitioning on Linux, but I'm not sure how to do it. Maybe a tunable would work as a bare minimum. |
On replace - check the original disk - zdb list the informations of the partitioning... if the disk wasnt splitted into partition - don't do it and add the whole disk... |
Remove partitioning crap from Linux. As @amotin suggested long ago. |
As a (hopefully temporary) workaround: |
Since I came up with the workaround almost 8 years ago, we're out of temporary. Perhaps once a month we simply need to add comments about "rip it out". Rip it out! |
Describe the feature would like to see added to OpenZFS
We have a ZFS created with FreeBSD years ago and migrate the machine to Ubuntu with OpenZFS - all works well.
Now some disks failed and we cannot replace them... WHY?
Creating the zfs with FreeBSD the whole raw disk was used as a device without partitioning. On replacing the DIsk with OpenZFS it is creating a partition table. Now the 8M at the end are missing for compatibility to the old setup.
This feature should only be used on replacing disks... And yes we know that the sectors should be equal or greater than the old failed one.
How will this feature improve OpenZFS?
Better compatibility to old ZFS created with BSD systems
Additional context
The text was updated successfully, but these errors were encountered: