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

Fix: sbd-inquisitor: fail startup if pacemaker integration is disabled while SBD_SYNC_RESOURCE_STARTUP is conflicting #149

Commits on Nov 23, 2022

  1. Log: sbd-inquisitor: ensure a log info only tells the fact about how …

    …SBD_PACEMAKER is set
    
    It doesn't necessarily tell whether pacemaker integration is enabled,
    since it can be overridden by -P or -PP option.
    gao-yan committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    c25f8df View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    ac1cfbb View commit details
    Browse the repository at this point in the history
  2. Log: sbd-inquisitor: do not warn about startup syncing if pacemaker i…

    …ntegration is even intentionally disabled
    
    It doesn't make sense to recommend startup syncing if one doesn't even
    want pacemaker integration.
    gao-yan committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    82282ac View commit details
    Browse the repository at this point in the history
  3. Fix: sbd-inquisitor: fail startup if pacemaker integration is disable…

    …d while SBD_SYNC_RESOURCE_STARTUP is conflicting
    
    And tell user to fix the configuration by either enabling SBD_PACEMAKER
    or explicitly disabling SBD_SYNC_RESOURCE_STARTUP. Otherwise startup of
    pacemaker would be hanging forever, since pacemaker only knows about
    SBD_SYNC_RESOURCE_STARTUP.
    gao-yan committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    bacb6e7 View commit details
    Browse the repository at this point in the history