linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [POT] Linux SAN?
@ 2001-10-05 14:47 James Bottomley
  2001-10-05 15:30 ` Dave Cinege
  0 siblings, 1 reply; 8+ messages in thread
From: James Bottomley @ 2001-10-05 14:47 UTC (permalink / raw)
  To: Dave Cinege; +Cc: linux-kernel, James.Bottomley

> The FC HBA driver put out by Qlogic works well but does a silly thing;
> it  enumerates devices from 0, instead of by the actually loop ID.
> This makes  it impossible to spec absolute paths to the device, as
> everything will shift when devices are moved on the FC loop.

There are several reasons why this is done:

Most modern SANs use soft loop ID which means that the ID is determined at 
login time to the SAN, so changes as the SAN composition changes, therefore 
the loop ID isn't really meaningful anyway.

FC drivers are coming around to the notion of persistent binding, which is 
where you try to identify your devices by WWN instead of loop ID.  This is 
usually implemented as a mapping function which assigns a known SCSI pun to a 
particular WWN regardless of the actual loop ID.

Version 5.x of the qla2x00 driver (in SuSE 7.3 and also on the IBM website but 
not the qlogic website [yet]) does arbitrated loop.  Now, since arbitrated 
loop has two or more paths to the device through different ports with possibly 
different loop IDs, which loop ID would you use as the "actual" one?

James Bottomley



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-10-05 15:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <Pine.LNX.4.21.0110032019480.12116-100000@dozer.dreamhost.com>
2001-10-04  1:46 ` [POT] Linux SAN? Dave Cinege
2001-10-04 20:44   ` Alan Cox
2001-10-05 13:34     ` Dave Cinege
2001-10-05 14:40       ` Alan Cox
     [not found]   ` <01100422312200.01464@homer>
2001-10-05 13:42     ` Dave Cinege
2001-10-05 14:12       ` Wilson
2001-10-05 14:47 James Bottomley
2001-10-05 15:30 ` Dave Cinege

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).