-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
zfs diff lockup #2989
Comments
@behlendorf when this occurred I did sysrq-t and saw 15 or 16 CPUs were in cpuidle, the only one that isn't was:
This seems at-odds with the call trace above though. |
The process holding the lock will most likely be sleeping so don't limit yourself to running processes. I'd check any that have interesting stacks in zfs. The 'zfs diff' process here is probably the most likely. As for the stack above it's from the process that handled the sysrq. |
Close as stale. If it's actual - feel free to reopen. |
Using latest code (as of Dec 21, 2014) and 3.17.7' :
zfs dfif foo@bar for some foo@bar will cause the following.
It seems quite repeatable (though sometimes with a little effort) so suggestions on how to debug this would be most welcome.
The text was updated successfully, but these errors were encountered: