File: rename-backup-driver-status-check-interval-option-6b27c1e29cb863e9.yaml

package info (click to toggle)
cinder 2%3A17.0.1-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 36,796 kB
  • sloc: python: 395,277; pascal: 2,085; sh: 585; makefile: 111; xml: 26; sql: 5
file content (11 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
---
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.