Replies: 1 comment 3 replies
-
catastrophic data loss from a bug |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering what's the worst that could happen if I wanted to test mainline kernel on a zfs system.
Kernel bugs apparently have to be tested on / against mainline.
zfs is not (officially) supporting mainline kernel, but is at least one version behind in kernel support.
Now, I could set the maximum version for zfs to mainline version and compile it that way.
So, I'm wondering what's the worst that could happen? Could booting into mainline kernel with zfs destroy / harm the whole tank / zpool or is the damage always only contained to the boot environment? The latter would be ok, because it would be a test BE anyway.
I guess, something not working quite right with such a setup would have to be expected and "acceptable" (for testing), but doing any harm to the outside of the test BE (i.e. the zpool in general) would be a no-no. That's why I'm asking.
Beta Was this translation helpful? Give feedback.
All reactions