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

Remove retry_until_known_result() #6868

Open
wants to merge 2 commits into
base: john/fallible-pantry-attach-detach
Choose a base branch
from

Commits on Oct 14, 2024

  1. Remove retry_until_known_result()

    This builds on #6866. After its changes, there was only caller of
    `retry_until_known_result` left; this PR removes it. We keep the retry
    loop, but instead of retrying for ever, we bail out if the sled we're
    trying to reach is "gone", as determined by "is it no longer
    in-service", which in practice means it's been expunged.
    jgallagher committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2794c3e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. prefer SledUuid over Uuid

    jgallagher committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4c69951 View commit details
    Browse the repository at this point in the history