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

Backward compatibility and another fix #25

Merged
merged 4 commits into from
Nov 2, 2017

Commits on Jul 4, 2017

  1. Fix: sbd-inquisitor: Respect the obsolete option SBD_WATCHDOG for bac…

    …kward compatibility
    
    SBD_WATCHDOG option has been dropped from sbd.sysconfig example.
    Re-enabling the support only in the code for backward compatibility.
    gao-yan committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    e216a13 View commit details
    Browse the repository at this point in the history
  2. Fix: sbd-inquisitor: Enable pacemaker integration by default as adver…

    …tised in sysconfig.sbd
    
    "Default: yes" for SBD_PACEMAKER has always been advertised in
    the example sbd.sysconfig. This commit is to ensure that's true again.
    It can be disabled by either explicitly setting SBD_PACEMAKER=no in
    sysconfig or supplying "-P" option twice like "-P -P".
    gao-yan committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    c527ba9 View commit details
    Browse the repository at this point in the history
  3. Fix: sbd-inquisitor: Do not use watchdog if the conflicting options "…

    …-W" and "-w /dev/null" are both supplied
    gao-yan committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    68c73ec View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. Doc: man: Call "-P" option "Pacemaker integration" in the description

    So that it's in conjunction with other descriptions about "Pacemaker
    integration" in the man page.
    gao-yan committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    2e076d4 View commit details
    Browse the repository at this point in the history