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

Add zfs_vdev_parallel_open_enabled module option #6093

Closed
wants to merge 1 commit into from

Conversation

behlendorf
Copy link
Contributor

Parallel vdev open causes the driver to deadlock when running ZFS on top
of a zvol with something in between, including, but not limited to the
loop devices. Such configurations are historically unsupported. However,
enough people have requested the capability over the years that we ought
to give them a knob to make the configuration work in most instances. We
have tests for the direct case, but the indirect case continues to be
unsupported.

@mention-bot
Copy link

@behlendorf, thanks for your PR! By analyzing the history of the files in this pull request, we identified @grwilson, @FransUrbo and @ahrens to be potential reviewers.

Parallel vdev open causes the driver to deadlock when running ZFS on top
of a zvol with something in between, including, but not limited to the
loop device. Such configurations are historically unsupported. However,
enough people have requested the capability over the years that we ought
to give them a knob to make the configuration work in most instances. We
have tests for the direct case, but the indirect case continues to be
unsupported.

Signed-off-by: Richard Yao <ryao@gentoo.org>
@behlendorf
Copy link
Contributor Author

Closing. This will not avoid the issue.

@behlendorf behlendorf closed this May 4, 2017
@behlendorf behlendorf deleted the parallel-open branch April 19, 2021 18:15
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.

None yet

3 participants