On Mon, 2016-02-08 at 12:33 -0500, Douglas Gilbert wrote: > Recently, in draft spc5r08, T10 added a locally assigned RFC 4122 > UUID *** designation descriptor. That descriptor can now be > returned for VPD page 0x83 (device identification) amongst others. > It can be used anywhere SCSI needs a unique identifier expanding > the previous set of preferred identifiers: EUI, NAA and SCSI_name > (iSCSI). > > In the soon to be released sg3_utils version 1.42 the new UUID > designation descriptor is decoded including Hannes' --export > option found in sg_inq, for example: > > # sg_inq --export /dev/sg0 > ... > SCSI_IDENT_LUN_UUID=11223344-5566-7788-aabb-ccddeeffffee > > Perhaps some udev work is needed to incorporate this new identifier. Hm, we're going to have to do this carefully. With the move to GPT partitions, both the UUID= designator in fstab and the /dev/disk/by -uuid/ of udev means the GPT UUID. In theory the design of the UUID space is to allow random selection without clashing, so we could just place the SCSI ones in here as well and perhaps there won't be a problem, but I'd like us to think about the consequences first. James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html