* No drives come online in 2.6.32?
@ 2009-12-24 2:19 Carlos O'Donell
2009-12-24 5:40 ` Carlos O'Donell
2009-12-25 23:46 ` Grant Grundler
0 siblings, 2 replies; 5+ messages in thread
From: Carlos O'Donell @ 2009-12-24 2:19 UTC (permalink / raw)
To: linux-parisc, Matthew Wilcox
When booting 2.6.32, my scsi drives don't come online, all I see during boot is:
~~~
sym53c8xx 0000:00:01.0: enabling device (0000 -> 0003)
sym53c8xx 0000:00:01.0: enabling SERR and PARITY (0003 -> 0143)
sym53c8xx 0000:00:01.1: enabling device (0000 -> 0003)
sym53c8xx 0000:00:01.1: enabling SERR and PARITY (0003 -> 0143)
sym53c8xx 0000:00:02.0: enabling device (0000 -> 0003)
sym53c8xx 0000:00:02.0: enabling SERR and PARITY (0003 -> 0143)
sym53c8xx 0000:00:02.1: enabling device (0146 -> 0147)
~~~
When booting 2.6.32-rc6 the drives come online right away after they
are enabled.
No amount of waiting helps.
Any clues?
Cheers,
Carlos.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: No drives come online in 2.6.32?
2009-12-24 2:19 No drives come online in 2.6.32? Carlos O'Donell
@ 2009-12-24 5:40 ` Carlos O'Donell
2009-12-25 23:46 ` Grant Grundler
1 sibling, 0 replies; 5+ messages in thread
From: Carlos O'Donell @ 2009-12-24 5:40 UTC (permalink / raw)
To: linux-parisc, Matthew Wilcox
On Wed, Dec 23, 2009 at 9:19 PM, Carlos O'Donell
<carlos@systemhalted.org> wrote:
> When booting 2.6.32, my scsi drives don't come online, all I see during boot is:
> ~~~
> sym53c8xx 0000:00:01.0: enabling device (0000 -> 0003)
> sym53c8xx 0000:00:01.0: enabling SERR and PARITY (0003 -> 0143)
> sym53c8xx 0000:00:01.1: enabling device (0000 -> 0003)
> sym53c8xx 0000:00:01.1: enabling SERR and PARITY (0003 -> 0143)
> sym53c8xx 0000:00:02.0: enabling device (0000 -> 0003)
> sym53c8xx 0000:00:02.0: enabling SERR and PARITY (0003 -> 0143)
> sym53c8xx 0000:00:02.1: enabling device (0146 -> 0147)
> ~~~
> When booting 2.6.32-rc6 the drives come online right away after they
> are enabled.
>
> No amount of waiting helps.
>
> Any clues?
I've started bisecting the commits between 2.6.32-rc6 and 2.6.32 to
see what broke this for my setup.
Cheers,
Carlos.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: No drives come online in 2.6.32?
2009-12-24 2:19 No drives come online in 2.6.32? Carlos O'Donell
2009-12-24 5:40 ` Carlos O'Donell
@ 2009-12-25 23:46 ` Grant Grundler
2009-12-26 19:40 ` Matthew Wilcox
1 sibling, 1 reply; 5+ messages in thread
From: Grant Grundler @ 2009-12-25 23:46 UTC (permalink / raw)
To: Carlos O'Donell; +Cc: linux-parisc, Matthew Wilcox
On Wed, Dec 23, 2009 at 09:19:19PM -0500, Carlos O'Donell wrote:
> When booting 2.6.32, my scsi drives don't come online, all I see during boot is:
> ~~~
> sym53c8xx 0000:00:01.0: enabling device (0000 -> 0003)
> sym53c8xx 0000:00:01.0: enabling SERR and PARITY (0003 -> 0143)
> sym53c8xx 0000:00:01.1: enabling device (0000 -> 0003)
> sym53c8xx 0000:00:01.1: enabling SERR and PARITY (0003 -> 0143)
> sym53c8xx 0000:00:02.0: enabling device (0000 -> 0003)
> sym53c8xx 0000:00:02.0: enabling SERR and PARITY (0003 -> 0143)
> sym53c8xx 0000:00:02.1: enabling device (0146 -> 0147)
> ~~~
> When booting 2.6.32-rc6 the drives come online right away after they
> are enabled.
>
> No amount of waiting helps.
Do you have CONFIG_SCSI_SCAN_ASYNC=y ?
If so, add CONFIG_SCSI_WAIT_SCAN=m or disable SCAN_ASYNC.
While this should work, it sounds like it's not working.
grant
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: No drives come online in 2.6.32?
2009-12-25 23:46 ` Grant Grundler
@ 2009-12-26 19:40 ` Matthew Wilcox
2009-12-27 8:02 ` Grant Grundler
0 siblings, 1 reply; 5+ messages in thread
From: Matthew Wilcox @ 2009-12-26 19:40 UTC (permalink / raw)
To: Grant Grundler; +Cc: Carlos O'Donell, linux-parisc
On Fri, Dec 25, 2009 at 04:46:55PM -0700, Grant Grundler wrote:
> On Wed, Dec 23, 2009 at 09:19:19PM -0500, Carlos O'Donell wrote:
> > When booting 2.6.32, my scsi drives don't come online, all I see during boot is:
> > ~~~
> > sym53c8xx 0000:00:01.0: enabling device (0000 -> 0003)
> > sym53c8xx 0000:00:01.0: enabling SERR and PARITY (0003 -> 0143)
> > sym53c8xx 0000:00:01.1: enabling device (0000 -> 0003)
> > sym53c8xx 0000:00:01.1: enabling SERR and PARITY (0003 -> 0143)
> > sym53c8xx 0000:00:02.0: enabling device (0000 -> 0003)
> > sym53c8xx 0000:00:02.0: enabling SERR and PARITY (0003 -> 0143)
> > sym53c8xx 0000:00:02.1: enabling device (0146 -> 0147)
> > ~~~
> > When booting 2.6.32-rc6 the drives come online right away after they
> > are enabled.
> >
> > No amount of waiting helps.
>
> Do you have CONFIG_SCSI_SCAN_ASYNC=y ?
>
> If so, add CONFIG_SCSI_WAIT_SCAN=m or disable SCAN_ASYNC.
>
> While this should work, it sounds like it's not working.
Huh? The wait scan module will wait for scans to complete. This sounds
like the scans are never starting.
--
Matthew Wilcox Intel Open Source Technology Centre
"Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours. We can't possibly take such
a retrograde step."
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: No drives come online in 2.6.32?
2009-12-26 19:40 ` Matthew Wilcox
@ 2009-12-27 8:02 ` Grant Grundler
0 siblings, 0 replies; 5+ messages in thread
From: Grant Grundler @ 2009-12-27 8:02 UTC (permalink / raw)
To: Matthew Wilcox; +Cc: Grant Grundler, Carlos O'Donell, linux-parisc
On Sat, Dec 26, 2009 at 12:40:22PM -0700, Matthew Wilcox wrote:
> > > ~~~
> > > When booting 2.6.32-rc6 the drives come online right away after they
> > > are enabled.
> > >
> > > No amount of waiting helps.
> >
> > Do you have CONFIG_SCSI_SCAN_ASYNC=y ?
> >
> > If so, add CONFIG_SCSI_WAIT_SCAN=m or disable SCAN_ASYNC.
> >
> > While this should work, it sounds like it's not working.
>
> Huh? The wait scan module will wait for scans to complete. This sounds
> like the scans are never starting.
Doh...you are right. WAIT_SCAN won't matter/help.
He should still disable SCAN_ASYNC as a test.
thanks,
grant
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-12-27 8:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-24 2:19 No drives come online in 2.6.32? Carlos O'Donell
2009-12-24 5:40 ` Carlos O'Donell
2009-12-25 23:46 ` Grant Grundler
2009-12-26 19:40 ` Matthew Wilcox
2009-12-27 8:02 ` Grant Grundler
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.