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

ceph: Allow an even number of mons #8636

Merged
merged 2 commits into from
Sep 3, 2021
Merged

Commits on Sep 3, 2021

  1. ceph: allow an even number of mons

    While an even number of mons can cause lower availability of
    mon quorum, it also can provide higher durability for the cluster.
    Mon quorum can be restored from a single mon according to the
    disaster recovery guide, so there may be scenarios where
    an even number of mons may be preferable.
    
    Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
    travisn committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    1cb9757 View commit details
    Browse the repository at this point in the history
  2. ceph: only allow up to 9 mons to be specified

    Typical clusters only require 3 or maybe 5 mons. If someone really wants
    to go crazy they can add more mons, but over 9 mons really should not be
    used.
    
    Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
    travisn committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    849f434 View commit details
    Browse the repository at this point in the history