Skip to content
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

Prevent reclaim in metaslab preload threads #3557

Closed
wants to merge 1 commit into from

Conversation

dweeezil
Copy link
Contributor

@dweeezil dweeezil commented Jul 3, 2015

Reclaim during metaslab preloading can cause deadlocks involving znode
z_lock and ARC buffer header ht_lock.

Fixes #3532.

Reclaim during metaslab preloading can cause deadlocks involving znode
z_lock and ARC buffer header ht_lock.

Fixes openzfs#3532.
@dweeezil
Copy link
Contributor Author

dweeezil commented Jul 3, 2015

This should fix #3532. It seems an audit of all the various taskqs and threads is still in order following the kmem rework.

@behlendorf
Copy link
Contributor

Merged as:

1cd7773 Prevent reclaim in metaslab preload threads

@behlendorf behlendorf closed this Jul 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants