File: refresh-quotas-usage-362b239171c75f5f.yaml

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (11 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - Add a nova-manage command to refresh the quota
    usages for a project or user.  This can be used
    when the usages in the quota-usages database table
    are out-of-sync with the actual usages.  For example,
    if a resource usage is at the limit in the quota_usages
    table, but the actual usage is less, then nova will
    not allow VMs to be created for that project or user.
    The nova-manage command can be used to re-sync
    the quota_usages table with the actual usage.