linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* I/O Errors and no Partitions visible with QLogic failover driver and Storageworks array (MSA1500)
@ 2005-07-03 21:21 Robert Heinzmann
  2005-07-06 17:49 ` Andrew Vasquez
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Heinzmann @ 2005-07-03 21:21 UTC (permalink / raw)
  To: linux-scsi

Hello,

we observed some strange behaviour with the Qlogic failover driver 
version 8.00.02 (Kernel 2.6.7) and MSA1500 storagework arrays.

We have a MSA1500 connected to two fabrics and 4 hosts connected to the 
MSA1500, each with 2 Qlogic FC HBA's. Each HBA is connected to one 
fabric. We have seen the following strange behaviour:

a) If we boot one machine and the HBA first found by the operating 
system  is connected to the standby MSA1500 controller, the boot takes 
very long and we get SCSI I/O errors (see below). After the boot no 
partitions are visible on the array. If we issue blockdev --rescanpt on 
the LUN's we see the partitions.

b) If we boot one machine and the HBA first found by the operating 
system is connected to the active MSA1500 controller, the boot is very 
quick (normal) and all partitions are visible after the boot.

Because I'm not such an kernel expert I thought of asking the SCSI 
"gurus" on this list :). Who is responsible for scanning the parition 
tables after inserting a new driver ? Is this the driver itself or the 
kernel ?

I would really appreshiate any hint or help.

Regards,
Robert Heinzmann

------------

Boot log for scenario a) :

qla2300 0000:06:02.0: Found an ISP2312, irq 78, iobase 0xf90f5000
qla2300 0000:06:02.0: Configuring PCI space...
qla2300 0000:06:02.0: Configure NVRAM parameters...
qla2300 0000:06:02.0: Verifying loaded RISC code...
qla2300 0000:06:02.0: Waiting for LIP to complete...
qla2300 0000:06:02.0: LOOP UP detected (2 Gbps).
qla2300 0000:06:02.0: Topology - (F_Port), Host Loop address 0xffff
scsi(0) :Loop id 0x0081 is a MSA1000 device
scsi(0) :Loop id 0x0081 is a MSA1000 device
scsi(0) :Loop id 0x0081 is a MSA1000 device
scsi0 : qla2xxx
qla2300 0000:06:02.0:
QLogic Fibre Channel HBA Driver: 8.00.02-fo
QLogic QLA2340 -
ISP2312: PCI-X (100 MHz) @ 0000:06:02.0 hdma+, host#=0, fw=3.03.11 IPX
scsi: unknown device type 12
Vendor: COMPAQ Model: MSA1000 Rev: 4.32
Type: RAID ANSI SCSI revision: 04
qla2300 0000:06:02.0: scsi(0:0:0:0): Enabled tagged queuing, queue depth 16.
Vendor: COMPAQ Model: MSA1000 VOLUME Rev: 4.32
Type: Direct-Access ANSI SCSI revision: 04
qla2300 0000:06:02.0: scsi(0:0:0:1): Enabled tagged queuing, queue depth 16.
SCSI device sda: 204799680 512-byte hdwr sectors (104857 MB)
SCSI device sda: drive cache: write back
SCSI error : <0 0 0 1> return code = 0x20000
end_request: I/O error, dev sda, sector 0
Buffer I/O error on device sda, logical block 0
SCSI error : <0 0 0 1> return code = 0x20000
end_request: I/O error, dev sda, sector 0
Buffer I/O error on device sda, logical block 0
Attached scsi disk sda at scsi0, channel 0, id 0, lun 1
Vendor: COMPAQ Model: MSA1000 VOLUME Rev: 4.32
Type: Direct-Access ANSI SCSI revision: 04
qla2300 0000:06:02.0: scsi(0:0:0:3): Enabled tagged queuing, queue depth 16.
SCSI device sdb: 40955040 512-byte hdwr sectors (20969 MB)
SCSI device sdb: drive cache: write back
SCSI error : <0 0 0 3> return code = 0x20000
end_request: I/O error, dev sdb, sector 0
Buffer I/O error on device sdb, logical block 0
SCSI error : <0 0 0 3> return code = 0x20000
end_request: I/O error, dev sdb, sector 0
Buffer I/O error on device sdb, logical block 0
Attached scsi disk sdb at scsi0, channel 0, id 0, lun 3

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: I/O Errors and no Partitions visible with QLogic failover driver and Storageworks array (MSA1500)
  2005-07-03 21:21 I/O Errors and no Partitions visible with QLogic failover driver and Storageworks array (MSA1500) Robert Heinzmann
@ 2005-07-06 17:49 ` Andrew Vasquez
  2005-07-07 19:12   ` Robert Heinzmann
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Vasquez @ 2005-07-06 17:49 UTC (permalink / raw)
  To: Robert Heinzmann; +Cc: linux-scsi

On Sun, 03 Jul 2005, Robert Heinzmann wrote:

> 
> we observed some strange behaviour with the Qlogic failover driver 
> version 8.00.02 (Kernel 2.6.7) and MSA1500 storagework arrays.

I'd suggest you work the request through QLogic tech-support, as
the upstream qla2xxx driver has been stripped of all failover
components.

	http://www.qlogic.com/support/report_problem.asp

> We have a MSA1500 connected to two fabrics and 4 hosts connected to the 
> MSA1500, each with 2 Qlogic FC HBA's. Each HBA is connected to one 
> fabric. We have seen the following strange behaviour:
> 
> a) If we boot one machine and the HBA first found by the operating 
> system  is connected to the standby MSA1500 controller, the boot takes 
> very long and we get SCSI I/O errors (see below). After the boot no 
> partitions are visible on the array. If we issue blockdev --rescanpt on 
> the LUN's we see the partitions.
> 
> b) If we boot one machine and the HBA first found by the operating 
> system is connected to the active MSA1500 controller, the boot is very 
> quick (normal) and all partitions are visible after the boot.
> 
> Because I'm not such an kernel expert I thought of asking the SCSI 
> "gurus" on this list :). Who is responsible for scanning the parition 
> tables after inserting a new driver ?
>

The midlayer.

> Is this the driver itself or the 
> kernel ?

You're I/Os are being routed through the standby path -- please
contact, tech-support, as I believe this issue has been noted and
corrected.

Regards,
Andrew Vasquez

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: I/O Errors and no Partitions visible with QLogic failover driver and Storageworks array (MSA1500)
  2005-07-06 17:49 ` Andrew Vasquez
@ 2005-07-07 19:12   ` Robert Heinzmann
  0 siblings, 0 replies; 3+ messages in thread
From: Robert Heinzmann @ 2005-07-07 19:12 UTC (permalink / raw)
  To: Andrew Vasquez; +Cc: linux-scsi

Hello,
> 
> I'd suggest you work the request through QLogic tech-support, as
> the upstream qla2xxx driver has been stripped of all failover
> components.
> 
> 	http://www.qlogic.com/support/report_problem.asp
[...]

 > You're I/Os are being routed through the standby path -- please
 > contact, tech-support, as I believe this issue has been noted and
 > corrected.

I opened a case at QLogic support - lets see what happens next.

Thanks for the help.

Robert

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-07-07 19:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-03 21:21 I/O Errors and no Partitions visible with QLogic failover driver and Storageworks array (MSA1500) Robert Heinzmann
2005-07-06 17:49 ` Andrew Vasquez
2005-07-07 19:12   ` Robert Heinzmann

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).