chiark / gitweb /
[PATCH] update udev to include scsi_id 0.6
[elogind.git] / extras / scsi_id / release-notes
1 Version 0.6 of scsi_id is available at:
2
3 http://www-124.ibm.com/storageio/scsi_id/scsi_id-0.6.tar.gz
4
5 scsi_id is a program to generate a unique identifier for a given SCSI
6 device.
7
8 It is primarily for use with the udev program key, or hotplug scripts that
9 want persistent naming of scsi devices. It could also be used for
10 automatic multi-path configuration or device mapper configuration.
11
12 Requires:
13
14 - Linux kernel 2.6
15 - libsysfs 0.4.0
16
17 Major changes since the last release:
18         
19         - add -u option, patch from Christoph Varoqui, to substitute white
20           space with underscores so it is easier to use the output as a
21           device name.
22
23         - Use 254 bytes for SCSI INQUIRY commands, patch from Hannes
24           Reinecke.
25
26 See ChangeLog for more details.