-
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
spl_system_task blocked for more than 120s on debian 8 and zfs 0.6.4-1.1-1 #3402
Comments
Yes, the warning here is just advisory. But thanks for posting it so we're aware of it. |
Got similar dmesg message (same ZFS version, CentoS 6.5), while doing send/recv
|
this looks similar to the issue I am seeing in #3450 |
It sure does, thanks for cross-referencing these issues. |
This is related to pull request #3482 ? |
@odoucet yes. That patch should resolve the warning. |
behlendorf
added a commit
to behlendorf/zfs
that referenced
this issue
Jun 11, 2015
This is the counterpart to openzfs/spl@2345368 which replaces the cv_wait_interruptible() function with cv_wait_sig(). There is no functional change to patch merely brings the function names in to sync to maximize portability. Signed-off-by: Brian Behlendorf <[email protected]> Issue openzfs#3450 Issue openzfs#3402
behlendorf
added a commit
to behlendorf/zfs
that referenced
this issue
Jun 11, 2015
The Linux kernel watchdog will automatically dump a backtrace for any process while sleeps for over 120s in an uninterruptible state. The solution is for the prefetch thread to sleep in an interruptible state. The way the existing code was written this is safe because when woken it will always reevaluate its conditional. As a general rule it is preferable to sleep in an interruptible when possible. Signed-off-by: Brian Behlendorf <[email protected]> Issue openzfs#3450 Issue openzfs#3402
kernelOfTruth
pushed a commit
to kernelOfTruth/zfs
that referenced
this issue
Jun 14, 2015
This is the counterpart to openzfs/spl@2345368 which replaces the cv_wait_interruptible() function with cv_wait_sig(). There is no functional change to patch merely brings the function names in to sync to maximize portability. Signed-off-by: Brian Behlendorf <[email protected]> Issue openzfs#3450 Issue openzfs#3402
kernelOfTruth
pushed a commit
to kernelOfTruth/zfs
that referenced
this issue
Jun 20, 2015
The Linux kernel watchdog will automatically dump a backtrace for any process while sleeps for over 120s in an uninterruptible state. The solution is for the prefetch thread to sleep in an interruptible state. The way the existing code was written this is safe because when woken it will always reevaluate its conditional. As a general rule it is preferable to sleep in an interruptible when possible. Signed-off-by: Brian Behlendorf <[email protected]> Closes openzfs#3450 Closes openzfs#3402
behlendorf
added a commit
that referenced
this issue
Jun 24, 2015
The Linux kernel watchdog will automatically dump a backtrace for any process while sleeps for over 120s in an uninterruptible state. The solution is for the prefetch thread to sleep in an interruptible state. The way the existing code was written this is safe because when woken it will always reevaluate its conditional. As a general rule it is preferable to sleep in an interruptible when possible. Signed-off-by: Brian Behlendorf <[email protected]> Closes #3450 Closes #3402
MorpheusTeam
pushed a commit
to Xyratex/lustre-stable
that referenced
this issue
Aug 10, 2015
Updates ZFS and SPL to latest maintence version. Includes the following: Bug Fixes: * Fix panic due to corrupt nvlist when running utilities (openzfs/zfs#3335) * Fix hard lockup due to infinite loop in zfs_zget() (openzfs/zfs#3349) * Fix panic on unmount due to iput taskq (openzfs/zfs#3281) * Improve metadata shrinker performance on pre-3.1 kernels (openzfs/zfs#3501) * Linux 4.1 compat: use read_iter() / write_iter() * Linux 3.12 compat: NUMA-aware per-superblock shrinker * Fix spurious hung task watchdog stack traces (openzfs/zfs#3402) * Fix module loading in zfs import systemd service (openzfs/zfs#3440) * Fix intermittent libzfs_init() failure to open /dev/zfs (openzfs/zfs#2556) Signed-off-by: Nathaniel Clark <[email protected]> Change-Id: I053087317ff9e5bedc1671bb46062e96bfe6f074 Reviewed-on: http://review.whamcloud.com/15481 Reviewed-by: Alex Zhuravlev <[email protected]> Tested-by: Jenkins Reviewed-by: Isaac Huang <[email protected]> Tested-by: Maloo <[email protected]> Reviewed-by: Oleg Drokin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I noticed this in "dmesg" of a hypervisor (we are using zvols for kvm virtual machine storage). The operation of the server does not seem to be affected, however, it may be worth looking into.
This is on debian 8.0, with zfs package version 0.6.4-1.1-1
The text was updated successfully, but these errors were encountered: