eudev/extras/scsi_id/release-notes
patmans@us.ibm.com 01f950e2eb [PATCH] update udev to include scsi_id 0.6
Here's a patch updating udev's copy of scsi_id to version 0.6.
2005-04-26 21:37:02 -07:00

27 lines
736 B
Plaintext

Version 0.6 of scsi_id is available at:
http://www-124.ibm.com/storageio/scsi_id/scsi_id-0.6.tar.gz
scsi_id is a program to generate a unique identifier for a given SCSI
device.
It is primarily for use with the udev program key, or hotplug scripts that
want persistent naming of scsi devices. It could also be used for
automatic multi-path configuration or device mapper configuration.
Requires:
- Linux kernel 2.6
- libsysfs 0.4.0
Major changes since the last release:
- add -u option, patch from Christoph Varoqui, to substitute white
space with underscores so it is easier to use the output as a
device name.
- Use 254 bytes for SCSI INQUIRY commands, patch from Hannes
Reinecke.
See ChangeLog for more details.