cinder/cinder/tests/unit/cmd
Gorka Eguileor 83b8325614 Fix online data migrations
Online data migrations are part of the rolling upgrades mechanism, and
they are run on the current installed version before we upgrade to the
next one to ensure that all DB records have been upgraded even if they
have not been accessed during the life of the current release service
life.

This means that online migrations from one release should be removed on
the next release, as they are no longer needed.

We still have the Queens online data migrations in our code, and we
should remove them in master, Stein, and Rocky.

This patch also adds checks to the status tool to check that these
online data migrations have completed.

Closes-bug: #1837703
Change-Id: I025789f92eb318b8e5a531bea6cf106d52f268ae
(cherry picked from commit 230bda82c1)
2020-05-15 19:37:06 +03:00
..
__init__.py Add upgrade checker for backup driver path 2019-04-04 20:43:24 +00:00
test_status.py Fix online data migrations 2020-05-15 19:37:06 +03:00