[dm-devel] Re: no INQUIRY from userspace please (was Re: [PATCH 7/9] scsi_dh: Add support for SDEV_PASSIVE)

James Bottomley James.Bottomley at HansenPartnership.com
Thu Feb 7 15:01:30 UTC 2008


On Thu, 2008-02-07 at 11:08 +0100, Stefan Richter wrote:
> Mike Anderson wrote:
> > A number of user apps like lvm scanning that execute media access commands
> > already have filter capability to filter devices that one does not want to
> > scan. Another class of device scanners just use inquiries which are not
> > effected by the passive state (though some could probably use udevinfo and
> > reduce the amount of repeated SCSI inquiries execute on the system.
> 
> To expand on this:
> 
> At least on desktop systems and SOHO server systems, userspace should
> _never_ issue INQUIRY.  There are too many broken firmwares out there
> which assume that there will never be more than one INQUIRY sent.  They
> start to return garbled data or crash if they get a second INQUIRY.

It's all very well to say this, but I think if you look at what udev
does, you'll find that it uses scsi_id to send a VPD inquiry to the
device so it can populate /dev/disk/by-id, so the point is already
conceded (and I think looking at a recent camera crash that seems to
have been precipitated by this, it's already causing us problems).

This is all a tradeoff.  If you want userspace *never* to issue raw SCSI
commands like INQUIRY, we're going to have to provide the needed
information from the kernel via sysfs ... including VPD strings.  This
is something we've always shovelled off into userspace before.

James





More information about the dm-devel mailing list