2016-06-16 08:19:45 +00:00
|
|
|
---
|
|
|
|
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
|
2016-11-21 10:44:23 +00:00
|
|
|
upgrading from Ocata to Pike, operator needs to perform all the Newton
|
2017-02-01 20:19:37 +00:00
|
|
|
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
|
2016-06-16 08:19:45 +00:00
|
|
|
DB performance impact migrations can be performed in chunks limited by
|
2017-02-01 20:19:37 +00:00
|
|
|
``--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
|
2016-06-16 08:19:45 +00:00
|
|
|
finishing all the Newton data migrations will be enforced by the first
|
2016-11-21 10:44:23 +00:00
|
|
|
schema migration in Pike, so you won't be able to upgrade to Pike without
|
2016-06-16 08:19:45 +00:00
|
|
|
that.
|