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

psc: allow PSUs a grace period before requiring OK after enable. #1802

Merged
merged 1 commit into from
May 24, 2024

Commits on May 24, 2024

  1. psc: allow PSUs a grace period before requiring OK after enable.

    In fault injection testing I've seen _one time_ when the PSU failed to
    assert OK quickly after being enabled. This caused us to fault it and
    try again, at which point it worked. But, that has the effect of
    inserting an additional 5s delay on the fault recovery cycle, which in
    theory could repeat forever.
    
    This change adds a grace period after taking a faulted PSU out of fault
    status, before we start expecting it to assert OK. This mirrors the
    grace period we provide for newly inserted PSUs.
    cbiffle committed May 24, 2024
    Configuration menu
    Copy the full SHA
    77298a0 View commit details
    Browse the repository at this point in the history