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

CheckOnHostCommand: add missing timeout setting #9677

Open
wants to merge 1 commit into
base: 4.19
Choose a base branch
from

Commits on Sep 16, 2024

  1. CheckOnHostCommand: add missing timeout setting

    The new CheckOnHostCommand constructor was missing a reasonable timeout
    value, which meant it would fallback to the wait (1800s) timeout.
    On a Linstor cluster this resulted in over 15 minutes wait time until
    a host was recognized as down.
    With timeout of 20s (as the other constructor) it takes 4-5 mins for a host
    to become recognized as down.
    rp- committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    eca66f8 View commit details
    Browse the repository at this point in the history