linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: "David M. Strang" <dstrang@shellpower.net>
Cc: linux-raid@vger.kernel.org
Subject: Re: raid5: Disk failure on sdm, disabling device
Date: Thu, 01 Sep 2005 00:35:47 +0400	[thread overview]
Message-ID: <431614A3.8010406@tls.msk.ru> (raw)
In-Reply-To: <007401c5ae6a$7e9cd160$c100a8c0@NCNF5131FTH>

David M. Strang wrote:
[]
> It's a SCSI drive; in's a Dell 220F enclosure connected via a QLA2200 
> adapter. I've pulled the bad disk (tho not 'yellow' at the hardware 
> level; and re-inserted it -- but to no avail. It did cause a reset; but 
> the device remains 'disabled'.
> 
> Aug 31 11:48:05 abyss kernel: qla2200 0000:00:09.0: LIP reset occured (f701).
> Aug 31 11:48:07 abyss kernel: qla2200 0000:00:09.0: LOOP DOWN detected.
> Aug 31 11:48:07 abyss kernel: qla2200 0000:00:09.0: LIP occured (f7f7).
> Aug 31 11:48:07 abyss kernel: qla2200 0000:00:09.0: LOOP UP detected (1 Gbps).
> Aug 31 11:48:11 abyss kernel: qla2200 0000:00:09.0: qla2xxx_eh_abort scsi(2:0:6:0): cmd_timeout_in_sec=0x1e.
> Aug 31 11:48:22 abyss kernel: qla2200 0000:00:09.0: qla2xxx_eh_abort Exiting: status=Failed
> Aug 31 11:48:22 abyss kernel: qla2200 0000:00:09.0: scsi(2:0:6:0): DEVICE RESET ISSUED.
> Aug 31 11:48:33 abyss kernel: qla2200 0000:00:09.0: qla2xxx_eh_device_reset: failed while waiting for commands
> Aug 31 11:48:33 abyss kernel: qla2200 0000:00:09.0: scsi(2:0:6:0): LOOP RESET ISSUED.
> Aug 31 11:48:33 abyss kernel: qla2200 0000:00:09.0: LIP reset occured (f701).
> Aug 31 11:48:33 abyss kernel: qla2200 0000:00:09.0: LIP occured (f7f7).
> Aug 31 11:48:44 abyss kernel: qla2200 0000:00:09.0: qla2xxx_eh_bus_reset: reset failed
> Aug 31 11:48:44 abyss kernel: qla2200 0000:00:09.0: scsi(2:0:6:0): ADAPTER RESET issued.
> Aug 31 11:48:44 abyss kernel: qla2200 0000:00:09.0: Performing ISP error recovery - ha= c21881cc.
> Aug 31 11:48:44 abyss kernel: qla2200 0000:00:09.0: LIP reset occured (f8f7).
> Aug 31 11:48:45 abyss kernel: qla2200 0000:00:09.0: LIP occured (f8f7).
> Aug 31 11:48:45 abyss kernel: qla2200 0000:00:09.0: LOOP UP detected (1 Gbps).
> Aug 31 11:48:45 abyss kernel: qla2200 0000:00:09.0: qla2xxx_eh_host_reset: reset succeded

Ugh.
You'd better ask linux-scsi list about what does it mean.
Note linux does not really support scsi hotplug, at least not automatically.

Well, you can try to do
  echo -n 1 > /sys/block/sdm/device/delete
(or was it 'echo -n y' ?)
and either
   echo -n scsi add-single-device c h t l > /proc/scsi/scsi
(replacing c h t l with proper numbers), or
   echo y > /sys/bus/scsi_host/hostN/rescan

But I'm really not sure if it'll help - sometimes (with some driver combinations)
it helps, and sometimes does not.  I haven't used qla* at all.

/mjt

  reply	other threads:[~2005-08-31 20:35 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-31 19:26 raid5: Disk failure on sdm, disabling device David M. Strang
2005-08-31 19:28 ` Forrest Taylor
2005-08-31 19:38   ` David M. Strang
2005-08-31 19:29 ` Michael Tokarev
2005-08-31 19:41   ` David M. Strang
2005-08-31 20:07     ` Michael Tokarev
2005-08-31 20:28       ` David M. Strang
2005-08-31 20:35         ` Michael Tokarev [this message]
2005-08-31 20:39         ` Forrest Taylor
2005-08-31 20:45           ` David M. Strang
2005-08-31 20:53             ` David M. Strang
2005-08-31 20:59               ` Forrest Taylor
2005-08-31 20:53             ` Forrest Taylor
2005-08-31 21:01               ` David M. Strang
2005-08-31 21:02                 ` Forrest Taylor
2005-08-31 21:05                   ` David M. Strang
2005-08-31 21:29                 ` Michael Tokarev
2005-08-31 21:34                   ` David M. Strang
2005-08-31 22:19                     ` Forrest Taylor
2005-09-01  7:38                       ` David M. Strang

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=431614A3.8010406@tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --cc=dstrang@shellpower.net \
    --cc=linux-raid@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).