File: split-out-nested-quota-driver-e9493f478d2b8be5.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 (12 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
  - Split nested quota support into a separate driver. In
    order to use nested quotas, change the following config
    ``quota_driver = cinder.quota.NestedDbQuotaDriver`` after
    running the following admin API
    "os-quota-sets/validate_setup_for_nested_quota_use" command
    to ensure the existing quota values make sense to nest.
upgrade:
  - Nested quotas will no longer be used by default, but can be
    configured by setting
    ``quota_driver = cinder.quota.NestedDbQuotaDriver``