mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 15:21:37 +03:00
50be140174
This patch is to enable the use of scsi_id to derive a UID for a SCSI-2 device which is not compliant with the page 83 inquiry reply format for either SPC-2 or SPC-3. In this case, the page 83 reply does not contain a list of Identification descriptors but a single binary encoded hexa-decimal Vendor Specified Identifier. The update is being driven by the need for scsi_id to support older model EMC Symmetrix hardware, that is, models 4, 5, and 6. |
||
---|---|---|
.. | ||
ChangeLog | ||
COPYING | ||
gen_scsi_id_udev_rules.sh | ||
Makefile | ||
README | ||
release-notes | ||
scsi_id.8 | ||
scsi_id.c | ||
scsi_id.config | ||
scsi_id.h | ||
scsi_serial.c | ||
scsi.h | ||
TODO |
scsi_id - generate a SCSI unique identifier for a given SCSI device Primarily for use with udev callout config entries. This could also be used by a multi-path configuration tool that requires SCSI id's. Requires: - Linux kernel 2.6 - sysfsutils 0.4 Build via make and make install. Please send questions, comments or patches to patmans@us.ibm.com.