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
VERIFY3(0 == rt->rt_space) failed (0 == 95232), PANIC at range_tree.c:153:range_tree_destroy() #5953
Comments
|
|
I had the same problem. kernel is 4.4.66 and zfs/spl is 0.6.5.8-1. |
Describe the problem you're observing
I had an array with a disk with bad blocks that was preventing resilver from completing (it was restarting resilver endlessly for almost a month). To work around that, I was able to create a new zvol and copy the data out from the other zvol, since only the ext4 journal was damaged. I then deleted the damaged zvol, which allowed the resilver to complete (with errors in the nonexistent zvol, as seen below).
Describe how to reproduce the problem
I am not sure how to reproduce it. A zpool export on the above array triggered the panic.
Include any warning/errors/backtraces from the system logs
Screenshot of console attached
The text was updated successfully, but these errors were encountered: