lkml.org 
[lkml]   [2003]   [Jul]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRe: devfs rescanning?
    Date
    > 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
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 13:47    [W:6.132 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site