cinder/releasenotes/notes/migrate-cg-to-generic-volume-groups-f82ad3658f3e567c.yaml
xing-yang 2c19b1c605 Fix online data migrations cmd in release notes
The online data migrations command in the release notes
needs to be corrected.

$ cinder-manage db online-data-migrations
usage: cinder-manage db [-h]
{online_data_migrations,purge,sync,version} ...
cinder-manage db: error: argument action: invalid choice:
'online-data-migrations' (choose from 'online_data_migrations',
                          'purge', 'sync', 'version')

"cinder-manage db online_data_migrations" is the right command.

Change-Id: I38d36f0721a6d0889639010e91ab041f935d0a00
2016-11-23 14:13:55 -05:00

6 lines
158 B
YAML

---
upgrade:
- Operator needs to perform `cinder-manage db
online_data_migrations` to migrate existing consistency
groups to generic volume groups.