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

[3.11] Bug 1970977: UPSTREAM: multiple: Fix corruption of FibreChannel volumes #26222

Merged

Commits on Jul 23, 2021

  1. UPSTREAM: 101862: Retry detaching FibreChannel volume few times

    When UnmountDevice() of a FibreChannel volume fails after unmounting the
    device and before the device is fully cleaned up, subsequent
    UnmountDevice() retry won't find the device mounted and return without
    retrying the device cleanup.
    
    Therefore implement its own retry inside UnmountDevice() to make sure that
    the volume devices are either fully cleaned or the error is serius enough
    that even 1 minute of trying does not help.
    jsafrane committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    b03327e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be785fa View commit details
    Browse the repository at this point in the history