dell / csi-baremetal

Bare-metal CSI Driver
Apache License 2.0
72 stars 33 forks source link

Value of disk vendor id differs between HAL and output from lsblk. #1095

Open prasant123 opened 8 months ago

prasant123 commented 8 months ago

Describe the bug Value of disk vendor id differs between HAL and output from lsblk causing error during comparison. This happens due to HAL refers to SCSI_MODEL whereas lsblk refers to ID_MODEL of the disk. As a result of failure to identify the same drive, the persistent volume creation fails and the STS pod goes to pending state.

Expected behavior SCSI_MODEL is actually a truncated string of ID_MODEL and so a successful finding of SCSI_MODEL in ID_MODEL as a comparison should identify the disk based on Vendor.