-
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
rolling back snapshot crashes system #1859
Comments
The 831baf0 commit in the master branch causes that problem. I'm guessing that your 0.6.2-2 |
The Illumos openzfs#3875 patch reverted a part of ZoL's 7b3e34b which added special-case error handling for zfs_rezget(). The error handling dealt with the case in which an all-ones object number ended up being passed to dnode_hold() and causing an EINVAL to be returned from zfs_rezget(). Signed-off-by: Brian Behlendorf <[email protected]> Closes openzfs#1859 Closes openzfs#1861
Is this issue resolved ? we are seeing this issue more often in 0.6.3 version . |
zfs rollback hangs frequently with the below messages. the only option is to re-boot the node. Nov 20 09:40:57 prakash kernel: Call Trace: |
@fractal-prakash could you try the master version from Github and see if the issue is reproducible there. |
Hi,
After updating zfs to 0.6.2-2
precise1.gbp8420db (spl 0.6.2-2precise2.gbp7a3237) I can no longer roll back snapshots:Subsequent attempts to roll back the snapshot hang the system slowly, that is, more and more processes hang until the system is completely disfunctional.
Subsequent attempts to umount crash the system immediately with a kernel oops.
Please let me know if there's additional information I can supply.
cheers,
The text was updated successfully, but these errors were encountered: