linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: devfs rescanning?
@ 2003-07-30 19:27 Andrey Borzenkov
  0 siblings, 0 replies; 2+ messages in thread
From: Andrey Borzenkov @ 2003-07-30 19:27 UTC (permalink / raw)
  To: Robert L. Harris; +Cc: linux-kernel

> I have a system with 4 SCA drives.  Originally they were:
> 
> /dev/sda -> scsi/host0/bus0/target0/lun0/disc
> /dev/sdb -> scsi/host0/bus0/target1/lun0/disc
> /dev/sdc -> scsi/host1/bus0/target0/lun0/disc
> /dev/sdd -> scsi/host1/bus0/target1/lun0/disc
>
> SDA drive was hot-pulled to test the raid failover and it worked great.
> Next the box was rebooted after the drive was replaced (these systems
> can hang or go real stupid when a drive is pulled).  The drives remapped
> as was expected.  When it came back up the sd? entries had shifted up 1
> as expected

> /dev/sda -> scsi/host0/bus0/target1/lun0/disc
> /dev/sdb -> scsi/host1/bus0/target0/lun0/disc
> /dev/sdc -> scsi/host1/bus0/target1/lun0/disc
>
> and when the drive was put back in it came up as sdd.  Other than a
> reboot is there any known way to get the drives back in the proper
> order?  Killing devfsd, removing the entries and restarting, etc didn't
> do any good.

devfsd.conf:

REGISTER scsi/host0/bus0/target0/lun0/disc CFUNCTION GLOBAL mksymlink $devname 
diska 
REGISTER scsi/host0/bus0/target1/lun0/disc CFUNCTION GLOBAL mksymlink $devname 
diskb
REGISTER scsi/host1/bus0/target0/lun0/disc CFUNCTION GLOBAL mksymlink $devname 
diskc
REGISTER scsi/host1/bus0/target1/lun0/disc CFUNCTION GLOBAL mksymlink $devname 
diskd

if you insist on calling them sda etc you may comment out MKOLDCOMPAT but 
beware of consequences.

but this breaks anyway if SCSI host numbers change (e.g. if you plug in new 
HBA) and for that there is no solution

-andrey

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

* devfs rescanning?
@ 2003-07-30 15:53 Robert L. Harris
  0 siblings, 0 replies; 2+ messages in thread
From: Robert L. Harris @ 2003-07-30 15:53 UTC (permalink / raw)
  To: Linux-Kernel

[-- Attachment #1: Type: text/plain, Size: 1356 bytes --]



I have a system with 4 SCA drives.  Originally they were:

/dev/sda -> scsi/host0/bus0/target0/lun0/disc
/dev/sdb -> scsi/host0/bus0/target1/lun0/disc
/dev/sdc -> scsi/host1/bus0/target0/lun0/disc
/dev/sdd -> scsi/host1/bus0/target1/lun0/disc

SDA drive was hot-pulled to test the raid failover and it worked great.
Next the box was rebooted after the drive was replaced (these systems
can hang or go real stupid when a drive is pulled).  The drives remapped
as was expected.  When it came back up the sd? entries had shifted up 1
as expected

/dev/sda -> scsi/host0/bus0/target1/lun0/disc
/dev/sdb -> scsi/host1/bus0/target0/lun0/disc
/dev/sdc -> scsi/host1/bus0/target1/lun0/disc

and when the drive was put back in it came up as sdd.  Other than a
reboot is there any known way to get the drives back in the proper
order?  Killing devfsd, removing the entries and restarting, etc didn't
do any good.

Robert


:wq!
---------------------------------------------------------------------------
Robert L. Harris                     | GPG Key ID: E344DA3B
                                         @ x-hkp://pgp.mit.edu 
DISCLAIMER:
      These are MY OPINIONS ALONE.  I speak for no-one else.

Diagnosis: witzelsucht  	

IPv6 = robert@ipv6.rdlg.net	http://ipv6.rdlg.net
IPv4 = robert@mail.rdlg.net	http://www.rdlg.net

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2003-07-30 19:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-30 19:27 devfs rescanning? Andrey Borzenkov
  -- strict thread matches above, loose matches on Subject: below --
2003-07-30 15:53 Robert L. Harris

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