@joehandzik @tasleson Currently, we are defining the VPD83 ID as VPD83 NAA ID which is not supported by NVMe disks yet. The NVMe disks only expose SCSI VPD83 string ID which translate from NVMe serial: ``` [fge@megadeth ~]$ sudo sg_vpd --page=0x83 /dev/nvme0n1 Device Identification VPD page: Addressed logical unit: designator type: SCSI name string, code set: UTF-8 SCSI name string: 8086INTEL SSDPEDMD400G4 1000CVFT5194002T400BGN ``` How about we make an exception in `lsm_local_disk_vpd83_get()` and `lsm_local_disk_vpd83_search()` to allow VPD83 sting ID as fallback?