Adds db_online_data_migrations to cinder-manage manpage

Closes-Bug: #1664549

Change-Id: I99d2681b799a4efd2cce3bfe64018307d3497aad
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
Danny Al-Gaaf 2017-02-14 13:22:29 +01:00
parent 7e93ff9d20
commit aea740e476

View File

@ -55,6 +55,16 @@ Cinder Db
Purge database entries that are marked as deleted, that are older than the number of days specified.
``cinder-manage db online_data_migrations``
Perform online data migrations for database upgrade between releases in batches.
This command interprets the following options when it is invoked:
--max_count Maximum number of objects to consider.
--ignore_state Force records to migrate even if another operation is
performed on them. This may be dangerous, please refer to
release notes for more information.
Cinder Logs
~~~~~~~~~~~