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

Bug fixes #1409

Merged
merged 5 commits into from
Jan 24, 2018
Merged

Bug fixes #1409

merged 5 commits into from
Jan 24, 2018

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    f643935 View commit details
    Browse the repository at this point in the history
  2. Fix: rhbz#1527072 - Correctly observe colocation constraints with bun…

    …dles in the Master role
    beekhof authored and kgaillot committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    cd8f984 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Low: crmd: quorum gain should always cause new transition

    0b68905 aborted the transition on quorum loss, but quorum can also be acquired
    without triggering a new transition, if corosync gives quorum without a node
    joining (e.g. forced via corosync-cmapctl, or perhaps via heuristics).
    
    This aborts the transition when quorum is gained, but only after a 5-second
    delay, if the transition has not been aborted in that time. This avoids an
    unnecessary abort in the vast majority of cases where an abort is already done,
    and it allows some time for all nodes to connect when quorum is gained, rather
    than immediately fencing remaining unseen nodes.
    kgaillot committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    93b77f4 View commit details
    Browse the repository at this point in the history
  2. Low: tools: crm_resource --refresh should ignore --operation and --in…

    …terval
    
    It already did when a resource was not specified.
    Also update help text to clarify cleanup vs refresh.
    kgaillot committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    30eb9a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aecab58 View commit details
    Browse the repository at this point in the history