puppet-ironic/releasenotes/notes/migration-params-f9ec055f4ab5e98d.yaml
Dmitry Tantsur dd2b63c6f6 online_data_migrations: allow passing command line params to migrations
The existing extra_params only works for generic ironic-dbsync arguments
(like --config-file), but not for arguments specific to migrations
(like --max-count).

Change-Id: I693738c8b4f7b99082fca56137af6cbe24c06213
Related-Bug: #1690185
2018-01-19 15:26:22 +01:00

8 lines
277 B
YAML

---
features:
- |
Add new parameter ``ironic::db::online_data_migrations::migration_params``
to allow passing arguments to migration themselves (``extra_params`` passes
arguments to the ``ironic-dbsync`` command itself and cannot be used to
tune migrations).