linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re-ordering rules in config file gives different results when it should not
@ 2004-02-25  0:00 Sabharwal, Atul
  2004-02-25  1:30 ` Patrick Mansfield
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sabharwal, Atul @ 2004-02-25  0:00 UTC (permalink / raw)
  To: linux-hotplug

I have a sample config file below. Executing it just creates device
entries
Scsi_card_1 and host_scsi0. If I reo-order the rules, host_scsi1 gets 
Created and host_scsi0 is not created.

Patrick, you were saying about bug with partitions.  I ran scsi_id
manually
To complete the RESULT field. I am assuming that I have created 6
distinct
Rules and till there is no success, the next rule will get selected.

Re-ordering rules should not make a difference as I have different
device
name for scsi_id. This is with version 18 of udev.

I have 24 SCSI devices on my system and I am looking to create 24
entries
Based on the serial number. In this test, I wanted to create 6 devices
But it creates only two. ( scsi_card_1 and host_scsi0).
--
Atul


# There are a number of modifiers that are allowed to be used in some of
the
# fields.  See the udev man page for a full description of them.


#scsi device 3.1
BUS="scsi", ID="1:0:1:0", NAME="scsi_card_1" 

#scsi device /block/sda in sysfs
PROGRAM="/sbin/scsi_id -p 0x80 -s /block/sda", BUS="scsi",
RESULT="SSEAGATE ST318436LW     3BM07NKA000070456Z6B", NAME="host_scsi0"

#scsi device /block/sdb in sysfs
PROGRAM="/sbin/scsi_id -p 0x80 -s /block/sdb", BUS="scsi",
RESULT="SSEAGATE ST318436LW     3BM07R68000070456ZCK",
NAME="host_scsi1"

##scsi device /block/sdc in sysfs
PROGRAM="/sbin/scsi_id -p 0x80 -s /block/sdc", BUS="scsi",
RESULT="SSEAGATE ST318452LC     3EV08ANK00007219JAVA",
NAME="mpath_scsi0"
#
##scsi device /block/sdd in sysfs
PROGRAM="/sbin/scsi_id -p 0x80 -s /block/sdd", BUS="scsi",
RESULT="SSEAGATE ST318452LC     3EV00NZB000072190Y90",
NAME="mpath_scsi1"
#
##scsi device /block/sde in sysfs
PROGRAM="/sbin/scsi_id -p 0x80 -s /block/sde ", BUS="scsi",
RESULT="SSEAGATE ST318452LC     3EV00NZB000072190Y90",
NAME="mpath_scsi2"
#



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id\x1356&alloc_id438&opÌk
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

end of thread, other threads:[~2004-02-25  2:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-25  0:00 Re-ordering rules in config file gives different results when it should not Sabharwal, Atul
2004-02-25  1:30 ` Patrick Mansfield
2004-02-25  2:04 ` Sabharwal, Atul
2004-02-25  2:13 ` Patrick Mansfield

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