-
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
z_wr_iss/0: page allocation failure #540
Labels
Component: Memory Management
kernel memory management
Milestone
Comments
Closed
The following patch should fix this: |
Closed
This issue should be resolved by pull request #883. |
The #883 changes have been merged in to master, this issue should be resolved. |
behlendorf
pushed a commit
to behlendorf/zfs
that referenced
this issue
May 21, 2018
To reduce mutex footprint, we detect the existence of owner in kernel mutex, and rely on it if it exists. Note that before Linux 3.0, mutex owner is of type thread_info. Also note that, in Linux 3.18, the condition for owner is changed from CONFIG_DEBUG_MUTEXES || CONFIG_SMP to CONFIG_DEBUG_MUTEXES || CONFIG_MUTEX_SPIN_ON_OWNER Signed-off-by: Chunwei Chen <david.chen@osnexus.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes openzfs#540
sdimitro
pushed a commit
to sdimitro/zfs
that referenced
this issue
Nov 3, 2021
pcd1193182
pushed a commit
to pcd1193182/zfs
that referenced
this issue
Sep 26, 2023
…aster Merge remote-tracking branch '6.0/stage' into 'master'
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, but after looking around, I still can't tell if this a follow up or a real new issue...
This occurred under RHEL 6.2, 2.6.32-220.2.1.el6.x86_64, 48GB RAM, 2x raidz2 with 6+2 2TB disks.
zfs/spl compiled from master zfsonlinux-zfs-b9c59ec and zfsonlinux-spl-e05bec8 (Jan 4th).
This repeats several times followed later by
and more...
The full log (826kB) can be found at http://wwwlehre.dhbw-stuttgart.de/~bziller/zfs-messages.txt
The text was updated successfully, but these errors were encountered: