cinder/releasenotes/notes/cinder-manage-db-online-schema-migrations-d1c0d40f26d0f033.yaml
Sean McGinnis c5630ce51d Clean up release notes for Ocata
Fix up various issues in the release notes in preparation for
branching the RC-1 release.

Change-Id: I8db5d2859c36d666732c513afe520d588ac9f3ba
2017-02-02 08:15:52 -06:00

14 lines
788 B
YAML

---
upgrade:
- To get rid of long running DB data migrations that must be run offline,
Cinder will now be able to execute them online, on a live cloud. Before
upgrading from Ocata to Pike, operator needs to perform all the Newton
data migrations. To achieve that he needs to perform ``cinder-manage db
online_data_migrations`` until there are no records to be updated. To limit
DB performance impact migrations can be performed in chunks limited by
``--max_number`` option. If your intent is to upgrade Cinder in a non-live
manner, you can use ``--ignore_state`` option safely. Please note that
finishing all the Newton data migrations will be enforced by the first
schema migration in Pike, so you won't be able to upgrade to Pike without
that.