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

[UNTESTED] Fix remote node maintenance (bsc#983617) #187

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 20, 2017

  1. extract calculation of pacemaker node name into reusable method

    We want to be able to reuse this when constructing the command for
    toggling maintenance mode, since when doing it for remotes, you need
    to specify the node name.
    Adam Spiers committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    931e04d View commit details
    Browse the repository at this point in the history
  2. fix toggling maintenance mode for remote nodes (bsc#983617)

    We need crm and crm_attribute installed on the remote nodes, and we
    also need to specify the pacemaker node name when toggling the mode,
    as explained in
    
      https://bugzilla.suse.com/show_bug.cgi?id=983617#c14
    Adam Spiers committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    f35a9b3 View commit details
    Browse the repository at this point in the history