lsm_disk_link_type_get - Man Page

Retrieves the link type for the disk.

Synopsis

lsm_disk_link_type lsm_disk_link_type_get (lsm_disk *d);

Arguments

d

Disk to retrieve link type for.

Version

1.3

Description

Retrieves the disk physical link type.

Capability

LSM_CAP_DISK_LINK_TYPE

Return

lsm_disk_link_type. Disk link type. Possible values:
   * LSM_DISK_LINK_TYPE_NO_SUPPORT
       Plugin does not support this property.
   * LSM_DISK_LINK_TYPE_UNKNOWN
       Given 'd' argument is NULL or plugin failed to detect link type.
   * LSM_DISK_LINK_TYPE_FC
       Fibre Channel
   * LSM_DISK_LINK_TYPE_SSA
       Serial Storage Architecture, Old IBM tech.
   * LSM_DISK_LINK_TYPE_SBP
       Serial Bus Protocol, used by IEEE 1394.
   * LSM_DISK_LINK_TYPE_SRP
       SCSI RDMA Protocol
   * LSM_DISK_LINK_TYPE_ISCSI
       Internet Small Computer System Interface
   * LSM_DISK_LINK_TYPE_SAS
       Serial Attached SCSI
   * LSM_DISK_LINK_TYPE_ADT
       Automation/Drive Interface Transport Protocol, often used by
       Tape.
   * LSM_DISK_LINK_TYPE_ATA
       PATA/IDE or SATA.
   * LSM_DISK_LINK_TYPE_USB
       USB disk
   * LSM_DISK_LINK_TYPE_SOP
       SCSI over PCI-E
   * LSM_DISK_LINK_TYPE_PCIE
       PCI-E, e.g. NVMe

Info

April 2023 Libstoragemgmt C API Manual