chiark / gitweb /
f3fc4b3fdac4a0359a3cbe92f4a0691eb099934e
[elogind.git] / extras / scsi_id / scsi_id.config
1 #
2 # Informational and example scsi_id.config file for use with scsi_id. 
3 #
4
5 # General syntax is:
6 #
7 # lower or upper case has no affect on the left side. Quotes (") are
8 # required if you need spaces in values. Model is the same as the SCSI
9 # INQUIRY product identification field. Per the SCSI INQUIRY, the vendor
10 # is limited to 8 bytes, model to 16 bytes.
11 #
12 # The first maching line found is used. Short matches match longer ones,
13 # if you do not want such a match space fill the extra bytes. If no model
14 # is specified, only the vendor string need match.
15 #
16 # The "option" line is searched when scsi_id first starts up (for use with
17 # hotplug during boot).
18 #
19 # options=<any scsi_id command line options>
20 #
21 # vendor=string[,model=string],options=<per-device scsi_id options>
22
23 #
24 # If you normally don't need scsi id's, or might be attaching devices of
25 # an unknown functionality, black list everyone. This is the default
26 # behaviour (if no -b or -g is specified).
27 #
28 options=-b
29
30 #
31 # Then white list devices on your system that have correct and useful id's:
32 #
33 vendor=someone, model=nicedrive, options=-g
34
35 # If you all the scsi devices are your system support valid id's, remove
36 # the -b line above, and mark all devices as good:
37
38 ## options=-g
39
40 # Then black list any offenders. Missing entries here could be dangerous
41 # if you rely on the id for naming or multi-path configuration!
42
43 ## vendor=ELBONIA, model=borken, options=-b