All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@bugzilla.kernel.org
To: linux-scsi@kernel.org
Subject: [Bug 197875] Processes hang on attempted access of WDC WD30-EZRX 3TB HDD on HP Z420 Workstation
Date: Wed, 29 Nov 2017 16:36:47 +0000	[thread overview]
Message-ID: <bug-197875-11613-JJxgs57LuM@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-197875-11613@https.bugzilla.kernel.org/>

https://bugzilla.kernel.org/show_bug.cgi?id=197875

--- Comment #5 from Bart Van Assche (bvanassche@acm.org) ---
So command processing got stuck. Since there are two code paths in recent
kernels we need to know whether or not scsi-mq was used. Hence please provide
the output of the following command:

for d in /sys/block/*; do sfx=""; [ -e "$d/mq" ] && sfx=" [mq]"; echo "$d$sfx";
done

If the above command reports that scsi-mq is being used for the WDC disk,
please check whether the following command resolves the lockup:

for d in /sys/kernel/debug/block/*/state; do echo kick >$d; done

-- 
You are receiving this mail because:
You are the assignee for the bug.

  parent reply	other threads:[~2017-11-29 16:36 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-14 22:06 [Bug 197875] New: Processes hang on attempted access of WDC WD30-EZRX 3TB HDD on HP Z420 Workstation bugzilla-daemon
2017-11-14 22:07 ` [Bug 197875] " bugzilla-daemon
2017-11-14 22:26 ` bugzilla-daemon
2017-11-29 14:07 ` bugzilla-daemon
2017-11-29 14:14 ` bugzilla-daemon
2017-11-29 14:34 ` bugzilla-daemon
2017-11-29 16:36 ` bugzilla-daemon [this message]
2017-11-29 20:01 ` bugzilla-daemon
2017-11-29 20:16 ` bugzilla-daemon
2017-11-30 16:04 ` bugzilla-daemon
2017-12-07 21:40 ` bugzilla-daemon
2019-10-08  9:38 ` bugzilla-daemon
2019-10-08 11:39 ` bugzilla-daemon
2019-10-08 18:37 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-197875-11613-JJxgs57LuM@https.bugzilla.kernel.org/ \
    --to=bugzilla-daemon@bugzilla.kernel.org \
    --cc=linux-scsi@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.