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

heal: Adapt the status based on a new Finished flag #5017

Merged
merged 1 commit into from
Aug 21, 2024

Commits on Aug 21, 2024

  1. heal: Adapt the status based on a new Finished flag

    In a new MinIO version, Healing can be set to false while HealInfo is
    not nil. This indicates that the drive was healed and the healing is
    finished. This commit adapts the code with the new concept. This will
    not break with older MinIO versions since those versions will already
    remove .healing.bin, in that case Healing will be false, HealInfo will
    be nil.
    Anis Eleuch committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3591a90 View commit details
    Browse the repository at this point in the history