We contentedly announce the release of: cinder 13.0.2: OpenStack Block Storage This release is part of the rocky stable release series. Download the package from: https://tarballs.openstack.org/cinder/ For more details, please see below. 13.0.2 ^^^^^^ Upgrade Notes * The "cinder-manage db online_data_migrations" command now returns exit status 2 in the case where some migrations failed (raised exceptions) and no others were completed successfully from the last batch attempted. This should be considered a fatal condition that requires intervention. Exit status 1 will be returned in the case where the "--max-count" option was used and some migrations failed but others succeeded (updated at least one row), because more work may remain for the non-failing migrations, and their completion may be a dependency for the failing ones. The command should be reiterated while it returns exit status 1, and considered completed successfully only when it returns exit status 0. Changes in cinder 13.0.1..13.0.2 -------------------------------- b90a13d Change the matching method of the backup driver 343ebf5 Add newline to end of api-ref/source/v3/index.rst 74fd810 cinder-manage online_data_migrations fixes 391b3f3 Fix non iSCSI attach serialization 71c99a8 Handle rbd.OSError on broken RBD image f4e3d58 Fix multiattach set to false after retype 8ef380c Forbidden to revert volume to a different size snapshot 8280fa0 PY3: Ensure rados.Object.read/write use byte data Diffstat (except docs and test files) ------------------------------------- api-ref/source/v3/index.rst | 2 +- cinder/api/v3/volumes.py | 6 + cinder/backup/drivers/ceph.py | 4 +- cinder/backup/manager.py | 12 +- cinder/cmd/manage.py | 63 ++++---- cinder/volume/api.py | 4 +- cinder/volume/drivers/rbd.py | 2 +- cinder/volume/manager.py | 17 +-- ...ne-migrations-exit-status-7c16edb7facc37bb.yaml | 13 ++ 18 files changed, 325 insertions(+), 128 deletions(-)
participants (1)
-
no-reply@openstack.org