-
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
Removing L2ARC under IO load causes Kernel OOPS: ZFS hangs after #9337
Comments
Encountered a similar issue wihout doing anything. The zpool stores a Debian mirror, and we occasionally discovered it malfunctioning (not responding nginx/apache read requests). |
Sounds almost like #828 Unless I've had too much eggnog already, the interesting thing is ..
|
This issue has been automatically marked as "stale" because it has not had any activity for a while. It will be closed in 90 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as "stale" because it has not had any activity for a while. It will be closed in 90 days if no further activity occurs. Thank you for your contributions. |
System information
Describe the problem you're observing
All zfs volumes are unresponsive
Describe how to reproduce the problem
cd /tank; dd if=/dev/zero of=foo.bin bs=2048M
zfs remove tank /cache/tank.ARC.zfs
Observe not only does the newly created pool hang, but any others in the same host will also not respond to zfs commands. OOPS eventually triggers as processes become unresponsive
Include any warning/errors/backtraces from the system logs
Worth noting IO to other volumes appears OK, only zfs commands hang (zpool and zfs)
The text was updated successfully, but these errors were encountered: