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

Syncing latest changes from upstream master for rook #744

Merged
merged 2 commits into from
Oct 7, 2024

Commits on Oct 4, 2024

  1. mds: fix liveness probe timeout

    When the MDS liveness probe times out, it should not fail the probe. If
    the cluster has a network partition or other issue that causes the Ceph
    mon cluster to become unstable, `ceph ...` commands can hang and cause
    a timeout. In this case, the MDS should not be restarted so as to not
    cause cascading cluster disruption.
    
    Signed-off-by: Blaine Gardner <[email protected]>
    BlaineEXE committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ad1bae9 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Merge pull request rook#14798 from BlaineEXE/mds-liveness-probe-fix-t…

    …imeout
    
    mds: fix liveness probe timeout
    subhamkrai authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    681f38b View commit details
    Browse the repository at this point in the history