You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: