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.
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.