[Crash-utility] ATA scsi driver misbehavior under kdump capture kernel

Bernhard Walle bwalle at suse.de
Sat Jul 28 08:39:57 UTC 2007


* Cliff Wickman <cpw at sgi.com> [2007-07-28 01:43]:
> I've run into a problem with the ATA SCSI disk driver when running in a
> kdump dump-capture kernel.
> 
> I'm running on 2-processor x86_64 box.  It has 2 scsi disks, /dev/sda and
> /dev/sdb
> 
> My kernel is 2.6.22, and built to be a dump capturing kernel loaded by kexec.
> When I boot this kernel by itself, it finds both sda and sdb.
> 
> But when it is loaded by kexec and booted on a panic it only finds sda.
> 
> Any ideas from those familiar with the ATA driver?

>From your previous posting I see that you're not using the “irqpoll”
option for the capture kernel. One common problem for device drivers
is that interrupts are not delivered properly and “irqpoll” prevents
that problem by calling each interrupt handler with each timer
interrupt.


Thanks,
   Bernhard




More information about the Crash-utility mailing list