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

mount /usr: Implement try-sleep loop (SAN + FC) #1218

Merged
merged 1 commit into from
May 3, 2024

Commits on May 3, 2024

  1. mount /usr: Implement try-sleep loop - add time for storage initialis…

    …ation
    
    This problem is typical for SAN + FC when the storage needs sometimes
    more time for the initialisation. Implemented try-sleep loop.
    Retry the activation of the storage + /usr mounting in 15s.
    The loop can be repeated 10 times, so total time is 150s right now
    for the activation.
    
    Note that this is not proper solution for the storage initialisation,
    however we have discovered some obstacles in the bootup process to
    be able to do it correctly as we would like to. Regarding limited
    time, we are going to deliver this solution, that should improve
    the experience and should be safe to not cause regressions for already
    working functionality. We expect to provide better solution for
    newer upgrades paths in future (IPU 8->9 and newer).
    
    jira: https://issues.redhat.com/browse/RHEL-3344
    pirat89 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    3aaa4a2 View commit details
    Browse the repository at this point in the history