pub fn vpd83_search(vpd83: &str) -> Result<Vec<String>, LsmError>
Expand description
Searches disk by supplied SCSI VPD 0x83 page NAA type ID.
Search all the disk paths of specified SCSI VPD 0x83 page NAA type ID. For any ATA and other non-SCSI protocol disks supporting VPD 0x83 pages NAA ID, their disk path will also be included.
Note: There maybe more than one disk path for any specified disk.