All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christophe Varoqui <christophe.varoqui@free.fr>
To: device-mapper development <dm-devel@redhat.com>
Subject: Re: multipath and StorageWorks HSG80
Date: Thu, 20 Apr 2006 23:22:48 +0200	[thread overview]
Message-ID: <4447FBA8.3040705@free.fr> (raw)
In-Reply-To: <20060420210504.GC32417@ingress.sbb.uvm.edu>


>> That's certainly where the IO errors are triggered at bootup.
>> Can you send the code snippet ?
>>     
>
> You mean from the init script? Here it is:
>
> hsg80_init() {
>         dummy_capa=2097152
>
>         for i in $(grep -rl 2097152 /sys/block/sd*/size|awk -F/ '{print
> $4}')
>         do
>                 echo
>                 echo "##################################"
>                 echo "FIXING HSG80 device: $i"
>                 echo
>                 sg_start -start /dev/$i
>                 sleep 1
>                 echo 1>/sys/block/$i/device/rescan
>         done
> }
>
> I put the echo's in so that I could see if and for which devices
> it was being called. And yes, it's called for the two "ghost"
> devices (sdc and sdd).
>
>
> But if you look at boot output, the errors begin well before
> the multipath-tools init script runs. 
>
>   
Right, this script can't be the culprit.
> Here is a trimmed excerpt:
>
>
> (218411 MB)
> [42949395.380000] SCSI device sdb: drive cache: write through
> [42949395.450000]  sdb: unknown partition table
> [42949395.510000] sd 0:0:1:1: Attached scsi disk sdb
> [42949395.580000] sdc : READ CAPACITY failed.
> [42949395.580000] sdc : status=1, message=00, host=0, driver=08
> [42949395.710000] sd: Current: sense key: Not Ready
> [42949395.770000]     Additional sense: Logical unit not ready,
> initializing cmd. required
> [42949395.870000] sdc: asking for cache data failed
> [42949395.930000] sdc: assuming drive cache: write through
> [42949396.000000] sdc : READ CAPACITY failed.
> [42949396.000000] sdc : status=1, message=00, host=0, driver=08
> [42949396.130000] sd: Current: sense key: Not Ready
> [42949396.190000]     Additional sense: Logical unit not ready,
> initializing cmd. required
> [42949396.300000] sdc: asking for cache data failed
> [42949396.360000] sdc: assuming drive cache: write through
> [42949396.430000]  sdc:<6>sd 0:0:2:1: Device not ready.
> [42949396.490000] end_request: I/O error, dev sdc, sector 0
>   
The scsi driver probing seems to fail with io errors on ghost paths.
If so, you can consider it harmless.

Regards,
cvaroqui

  reply	other threads:[~2006-04-20 21:22 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-20 19:43 multipath and StorageWorks HSG80 Steve Feehan
2006-04-20 20:02 ` Bernd Zeimetz
2006-04-20 20:47   ` Steve Feehan
2006-04-20 20:53     ` Christophe Varoqui
2006-04-20 21:05       ` Steve Feehan
2006-04-20 21:22         ` Christophe Varoqui [this message]
2006-04-20 20:07 ` Christophe Varoqui
2006-04-20 20:44   ` Steve Feehan
2006-04-20 21:10     ` Eddie Williams
2006-04-21 13:40       ` Steve Feehan
2006-04-21 14:09         ` Philip R. Auld
2006-04-21 14:39           ` Steve Feehan

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=4447FBA8.3040705@free.fr \
    --to=christophe.varoqui@free.fr \
    --cc=dm-devel@redhat.com \
    /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.