lsm_volume_vpd83_get - Man Page

Retrieves the SCSI VPD 0x83 unique ID for the volume.

Synopsis

const char  * lsm_volume_vpd83_get (lsm_volume *v);

Arguments

v

Volume to retrieve name for.

Version

1.0

Description

Retrieves the SCSI VPD 0x83 NAA type unique ID for the volume.

Note

Address returned is valid until lsm_volume gets freed, copy return value if you need longer scope. Do not free returned string.

Return

string. NULL if argument 'v' is NULL or not a valid lsm_volume pointer.

Info

April 2023 Libstoragemgmt C API Manual