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

DBSync: Bump service versions #222

Merged

Commits on Jul 5, 2023

  1. DBSync: Bump service versions

    When adopting the cinder services we end up with the services getting
    pinned to the old RPC and OVO versions, and to fix that we would need to
    restart the services.  This is the standard rolling upgrades mechanism.
    
    Since the adoption is more like an offline update/upgrade we need to
    bump these versions in the DB before we start them so they all start
    with the right versions.
    
    The `cinder-manage db sync` command has a flag specifically designed for
    this purpose: `--bump-versions`
    
    This patch adds this flag to the job that syncs the DB.
    
    Once we start working on updates and upgrades we'll have to revisit this
    to see if we need to tweak it or not.
    Akrog committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    d2f3b68 View commit details
    Browse the repository at this point in the history