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

Added redis RA, patched IPaddr2 to support multiple virtual IPs #24

Closed
wants to merge 2 commits into from

Commits on Jul 15, 2011

  1. The deletion of the primary IP via the ip command will also remove th…

    …e secondary IP. Thus, trying to delete the secondary IP after the primary IP was deleted will result in an error. This fix assures that delete_interface() will only result in an error if ' addr delete' has failed and the ip is still listed in addr show.
    Martin Walter committed Jul 15, 2011
    Copy the full SHA
    2c6d3bc View commit details
    Browse the repository at this point in the history
  2. Adds the RA for the redis service, based on that of mysql. Supports m…

    …aster/slave configurations of a depth of 1.
    Martin Walter committed Jul 15, 2011
    Copy the full SHA
    d0b3870 View commit details
    Browse the repository at this point in the history