* RHEL 6 I/O error messages during booting
@ 2011-05-05 10:58 Christian May
2011-05-05 13:38 ` Mike Snitzer
2011-05-10 18:31 ` Chandra Seetharaman
0 siblings, 2 replies; 8+ messages in thread
From: Christian May @ 2011-05-05 10:58 UTC (permalink / raw)
To: dm-devel
[-- Attachment #1.1: Type: text/plain, Size: 669 bytes --]
Hi,
I'm new to this community so maybe my question is alreayd answered/solved.
In that case please let me know how...
I have several IBM blades running RHEL6 and RHEL 6.1 attached via FC
switch to different FastT storage servers (prefered/non-prefered pathes).
During booting I've noticed billions of I/O error messages which extend
the boot process. I found that the scsi_dh_rdac
driver is build into the initramfs, so it should be available when the
system is recognizing the SCSI LUNs. When taking a look to the messages
I found this statement "kernel: rdac: device handler registered" after the
SCSI LUNs were recognized?!
Any ideas?
Regards,
Christian
[-- Attachment #1.2: Type: text/html, Size: 1101 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: RHEL 6 I/O error messages during booting
2011-05-05 10:58 RHEL 6 I/O error messages during booting Christian May
@ 2011-05-05 13:38 ` Mike Snitzer
2011-05-10 18:31 ` Chandra Seetharaman
1 sibling, 0 replies; 8+ messages in thread
From: Mike Snitzer @ 2011-05-05 13:38 UTC (permalink / raw)
To: Christian May; +Cc: device-mapper development
On Thu, May 05 2011 at 6:58am -0400,
Christian May <christian_may@de.ibm.com> wrote:
> Hi,
>
> I'm new to this community so maybe my question is alreayd answered/solved.
> In that case please let me know how...
>
> I have several IBM blades running RHEL6 and RHEL 6.1 attached via FC
> switch to different FastT storage servers (prefered/non-prefered pathes).
> During booting I've noticed billions of I/O error messages which extend
> the boot process. I found that the scsi_dh_rdac
> driver is build into the initramfs, so it should be available when the
> system is recognizing the SCSI LUNs. When taking a look to the messages
> I found this statement "kernel: rdac: device handler registered" after the
> SCSI LUNs were recognized?!
>
> Any ideas?
The scsi_dh_rdac module is loaded after the FC driver. This is a known
issue (happens for scsi_dh_emc too).
Mike
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: RHEL 6 I/O error messages during booting
2011-05-05 10:58 RHEL 6 I/O error messages during booting Christian May
2011-05-05 13:38 ` Mike Snitzer
@ 2011-05-10 18:31 ` Chandra Seetharaman
2011-05-10 19:40 ` Malahal Naineni
1 sibling, 1 reply; 8+ messages in thread
From: Chandra Seetharaman @ 2011-05-10 18:31 UTC (permalink / raw)
To: device-mapper development, Christian May
Create a new initramds by using the --preload option to mkinitrd.
Exact syntax can be found in section 5.1 of
http://sourceware.org/lvm2/wiki/MultipathUsageGuide
chandra
On Thu, 2011-05-05 at 12:58 +0200, Christian May wrote:
> Hi,
>
> I'm new to this community so maybe my question is alreayd
> answered/solved. In that case please let me know how...
>
> I have several IBM blades running RHEL6 and RHEL 6.1 attached via FC
> switch to different FastT storage servers (prefered/non-prefered
> pathes).
> During booting I've noticed billions of I/O error messages which
> extend the boot process. I found that the scsi_dh_rdac
> driver is build into the initramfs, so it should be available when the
> system is recognizing the SCSI LUNs. When taking a look to the
> messages
> I found this statement "kernel: rdac: device handler registered" after
> the SCSI LUNs were recognized?!
>
> Any ideas?
>
> Regards,
>
> Christian
>
>
>
> --
> dm-devel mailing list
> dm-devel@redhat.com
> https://www.redhat.com/mailman/listinfo/dm-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* RHEL 6 I/O error messages during booting
@ 2011-10-28 20:45 Daniel Lang
0 siblings, 0 replies; 8+ messages in thread
From: Daniel Lang @ 2011-10-28 20:45 UTC (permalink / raw)
To: dm-devel, Jeremy Martinez
Hello,
We are having an issue that appears to be related to fact that the
scsi_dh_rdac module is loaded after the qla FC driver and SAN paths
coming up before rdac can handle them. How can we change the order of
kernel modules so that the scsi_dh_rdac module is loaded before the FC
driver?
We are getting long boot times and random crashes due to this issue
Thanks!
Dan
^ permalink raw reply [flat|nested] 8+ messages in thread
* RHEL 6 I/O error messages during booting
@ 2011-10-28 21:13 Daniel Lang
2011-10-29 0:46 ` Mike Snitzer
0 siblings, 1 reply; 8+ messages in thread
From: Daniel Lang @ 2011-10-28 21:13 UTC (permalink / raw)
To: dm-devel
We are having an issue that appears to be related to fact that the
scsi_dh_rdac module is loaded after the qla FC driver and SAN paths
coming up before rdac can handle them. How can we change the order of
kernel modules so that the scsi_dh_rdac module is loaded before the FC
driver?
We are getting long boot times and random crashes due to this issue
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: RHEL 6 I/O error messages during booting
2011-10-28 21:13 Daniel Lang
@ 2011-10-29 0:46 ` Mike Snitzer
0 siblings, 0 replies; 8+ messages in thread
From: Mike Snitzer @ 2011-10-29 0:46 UTC (permalink / raw)
To: Daniel Lang; +Cc: device-mapper development
On Fri, Oct 28 2011 at 5:13pm -0400,
Daniel Lang <langd@lanl.gov> wrote:
> We are having an issue that appears to be related to fact that the
> scsi_dh_rdac module is loaded after the qla FC driver and SAN paths
> coming up before rdac can handle them. How can we change the order
> of kernel modules so that the scsi_dh_rdac module is loaded before
> the FC driver?
Add 'rdloaddriver=scsi_dh_rdac' to the kernel commandline to have the
initramfs preload the module (scsi_dh_rdac.ko should already be in the
initramfs).
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-10-29 0:46 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-05 10:58 RHEL 6 I/O error messages during booting Christian May
2011-05-05 13:38 ` Mike Snitzer
2011-05-10 18:31 ` Chandra Seetharaman
2011-05-10 19:40 ` Malahal Naineni
2011-05-10 21:57 ` Mike Snitzer
-- strict thread matches above, loose matches on Subject: below --
2011-10-28 20:45 Daniel Lang
2011-10-28 21:13 Daniel Lang
2011-10-29 0:46 ` Mike Snitzer
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.