-
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
ZVOL minors related crash (i think) #4370
Comments
Hi, there, it is not clear from the stack traces in your email why the txg_sync thread is stalled (and txg_wait_synced() is hung). Try using 'crash' and see what txg_sync is up to. The code in 4346 fixes a few bugs, and at first look, I don't think it has introduced this issue. Assuming that there is some sort of a deadlock that txg_sync is involved in, this could be an example of an issue that is addressed by the #3830 If it is hard to see what is up, I suggest getting the above pull request and seeing if the problem goes away. Or maybe backing out 4346 as a troubleshooting step, if that is easier ? Boris. [https://avatars3.githubusercontent.com/u/2488505?v=3&s=400]#3830 issues #2217, #3681 - set of commits dealing with zvol ...#3830 From: RageLtMan [email protected] At first glance, looks like zil replay isnt playing too well with the zvol_create_minor functionality from 4346, which i believe was recently merged into master. [Thu Feb 25 23:37:48 2016] INFO: task zpool:4651 blocked for more than 180 seconds. @behlendorfhttps://github.com/behlendorf and @bprotopopovhttps://github.com/bprotopopov, any thoughts on whether this is related? My patch stack is: zfs-linux (0.6.5-1~sv20160222) trusty; urgency=medium
Reply to this email directly or view it on GitHubhttps://github.com//issues/4370. |
Closing. The finalized version of the async minor patches which were merged addressed this issue. |
At first glance, looks like zil replay isnt playing too well with the zvol_create_minor functionality from 4346, which i believe was recently merged into master.
Tried to import a pool after an SCST crash and subsequent reboot, and got this fine mess:
@behlendorf and @bprotopopov, any thoughts on whether this is related? My patch stack is:
The text was updated successfully, but these errors were encountered: