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

core: Allow downgrade of all daemons consistently #9098

Merged
merged 1 commit into from Nov 4, 2021

Commits on Nov 3, 2021

  1. core: allow downgrade of all daemons consistently

    In the event a ceph image is specified that is lower than the current running
    version of the daemons, the downgrade is allowed, even if not technically
    supported. All of the core daemons (mon,mgr,osd) were being downgraded,
    but the daemons for other controllers (rgw,mds,rbdmirror) were not being
    downgraded, resulting in an inconsistent cluster. Now we log that the downgrade
    is not supported and all all of the daemons to be downgraded.
    
    Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
    travisn committed Nov 3, 2021
    Copy the full SHA
    0c6ed25 View commit details
    Browse the repository at this point in the history