Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes to SCSI mount operation #1798

Merged
merged 1 commit into from
Jun 2, 2023
Merged

Minor fixes to SCSI mount operation #1798

merged 1 commit into from
Jun 2, 2023

Commits on Jun 2, 2023

  1. Minor fixes to SCSI mount operation

    During a recent refactor SCSI mount operation code removed a retry logic that is needed when examining the
    filesystem type on a SCSI device. Retry is needed because sometimes attempting to open a SCSI devices
    immediately after attaching it results in ENXIO/ENOENT errors. This adds the retry logic back.
    
    Names of some images used in the tests had changed, this commit updates those names too.
    
    Signed-off-by: Amit Barve <ambarve@microsoft.com>
    ambarve committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    a4cf7fc View commit details
    Browse the repository at this point in the history