acfc87e201
It's the first patch in the series to implement create backups via scheduler and generic backup implementation. Related blueprint: backup-host-selection-algorigthm Change-Id: Ie03eb8e5f6191595ce53206ce1a685cfd9b71a2e
12 lines
458 B
YAML
12 lines
458 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
If you have ``backup_driver_status_check_interval`` option in your
|
|
cinder.conf we recommend you to use ``backup_driver_stats_polling_interval``
|
|
to avoid deprecation warnings in logs.
|
|
deprecations:
|
|
- |
|
|
``backup_driver_status_check_interval`` config option is renamed to
|
|
``backup_driver_stats_polling_interval`` to be similar with volume drivers
|
|
configuration. Old option name support will be dropped in U release.
|