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

Run ZFS_AC_PACMAN only if $VENDOR is "arch" #529

Closed
wants to merge 1 commit into from
Closed

Run ZFS_AC_PACMAN only if $VENDOR is "arch" #529

wants to merge 1 commit into from

Conversation

prakashsurya
Copy link
Member

Unfortunately, Arch's package manager pacman shares it's name with a
popular arcade video game. Thus, in order to refrain from executing the
video game when we mean to execute the package manager, ZFS_AC_PACMAN is
now only run when $VENDOR is determined to be "arch".

Signed-off-by: Prakash Surya surya1@llnl.gov
Closes #517

Unfortunately, Arch's package manager `pacman` shares it's name with a
popular arcade video game. Thus, in order to refrain from executing the
video game when we mean to execute the package manager, ZFS_AC_PACMAN is
now only run when $VENDOR is determined to be "arch".

Signed-off-by: Prakash Surya <surya1@llnl.gov>
Closes #517
@prakashsurya
Copy link
Member Author

And just as a heads up, I haven't done any testing of this patch yet. So it definitely needs to be run through build bot to ensure I didn't break anything.

@behlendorf
Copy link
Contributor

Merged this fix for both the spl and zfs code.

@behlendorf behlendorf closed this Jan 13, 2012
behlendorf pushed a commit to behlendorf/zfs that referenced this pull request May 21, 2018
This patch add a module parameter spl_taskq_kick. When writing non-zero value
to it, it will scan all the taskq, if a taskq contains a task pending for more
than 5 seconds, it will be forced to spawn a new thread. This is use as an
emergency recovery from deadlock, not a general solution.

Signed-off-by: Chunwei Chen <david.chen@osnexus.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes openzfs#529
ahrens pushed a commit to ahrens/zfs that referenced this pull request Nov 2, 2021
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.

configure fails to run
2 participants