linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Mike Anderson <andmike@us.ibm.com>
Cc: James Bottomley <James.Bottomley@SteelEye.com>,
	Stefan Richter <stefanr@s5r6.in-berlin.de>,
	ltuikov@yahoo.com, "Tarte, Robert" <Robert_Tarte@adaptec.com>,
	linux-scsi <linux-scsi@vger.kernel.org>, Greg KH <greg@kroah.com>,
	Linus Torvalds <torvalds@osdl.org>
Subject: Re: [RFC] aic94xx: attaching to the sas transport class
Date: Fri, 03 Mar 2006 12:28:19 -0500	[thread overview]
Message-ID: <44087CB3.4010305@garzik.org> (raw)
In-Reply-To: <20060303170356.GA31136@us.ibm.com>

Mike Anderson wrote:
> Well this may not be kernel issue, the perception to many users is that
> something is wrong with the IO subsystem.  I would agree we know how to
> solve this, but I have need seen any distro based mkinitrd scripts
> generate an initrd with a "wait for root dev" step. 
> 
> Does anyone know of a distro initrd / initramfs creation script that has
> this support? As a side note I do not understand historically why one
> would every want to leave the initrd without a root dev present and end in
> an oops.

s/oops/panic/, you mean.

IMO there are two philosophical positions here:

1) "the Linus position":  discovery should be in-kernel, because 
otherwise, users with a missing/screwed initrd will simply not be able 
to boot.

2) "the purist position":  discovery initiated/controlled by userland 
gives us a LOT more flexibility, and keeps obviously-userspace code out 
of the kernel.

Both have their merits:  The Linus position means all users will boot, 
but with the disadvantage that the kernel cannot know which SAS WWN is 
the desired boot device, and other state such as connection/topology 
parameters.  The purist position guarantees you the 
topology/rootdev/etc. that you want, but you MUST have the necessary 
initrd glue, otherwise the driver is useless.

A compromise position might be, do discovery in kernel, using hints from 
userspace IF AVAILABLE.

	Jeff


  reply	other threads:[~2006-03-03 17:28 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-02 22:38 [RFC] aic94xx: attaching to the sas transport class James Bottomley
2006-03-02 23:13 ` Mike Anderson
2006-03-03  2:16   ` Mark Rustad
2006-03-03  4:04     ` Randy.Dunlap
2006-03-03 16:51       ` Mark Rustad
2006-03-03 15:51     ` Stefan Richter
2006-03-03 18:24       ` Luben Tuikov
2006-03-03  4:34   ` James Bottomley
2006-03-04  1:47     ` Alexis Bruemmer
2006-03-03 10:26   ` Luben Tuikov
2006-03-03 16:12     ` Stefan Richter
2006-03-03 18:26       ` Luben Tuikov
2006-03-03 10:14 ` Luben Tuikov
2006-03-03 15:23   ` James Bottomley
2006-03-03 15:58     ` Stefan Richter
2006-03-03 16:26       ` James Bottomley
2006-03-03 17:03         ` Mike Anderson
2006-03-03 17:28           ` Jeff Garzik [this message]
2006-03-06 18:30       ` Douglas Gilbert
2006-03-03 18:20     ` Luben Tuikov
2006-03-06  8:26 ` Mike Anderson
2006-03-06 15:13   ` James Bottomley
2006-03-06 16:37     ` Jeff Garzik
2006-03-18  1:45 ` [PATCH] " Alexis Bruemmer
2006-03-18  2:05   ` Alexis Bruemmer
2006-03-18 15:24   ` James Bottomley
2006-03-20  5:53     ` Mike Anderson
2006-03-03 16:39 [RFC] " Robert Tarte
2006-03-04  3:01 Tarte, Robert
2006-03-04  4:09 ` James Bottomley
2006-03-04  8:50   ` Luben Tuikov
2006-03-06 19:35   ` Mike Anderson
2006-03-06 19:50     ` James Bottomley
2006-03-07  0:44       ` Alexis Bruemmer
2006-03-08 15:15         ` James Bottomley
2006-03-09 17:06           ` Alexis Bruemmer
2006-03-09 18:05             ` Mike Anderson

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=44087CB3.4010305@garzik.org \
    --to=jeff@garzik.org \
    --cc=James.Bottomley@SteelEye.com \
    --cc=Robert_Tarte@adaptec.com \
    --cc=andmike@us.ibm.com \
    --cc=greg@kroah.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=ltuikov@yahoo.com \
    --cc=stefanr@s5r6.in-berlin.de \
    --cc=torvalds@osdl.org \
    /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 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).