Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
# cinder quota-usage <project-id>

E.g.:

Code Block
languagebash
# cinder quota-usage b38a0dab349e42bdbb469274b20a91b4 
+----------------------------+--------+----------+-------+-----------+
| Type                       | In_use | Reserved | Limit | Allocated |
+----------------------------+--------+----------+-------+-----------+
| backup_gigabytes           | 0      | 0        | 1000  | 0         |
| backups                    | 0      | 0        | 10    | 0         |
| gigabytes                  | 414    | 0        | 700   | 0         |
| gigabytes___DEFAULT__      | 0      | 0        | -1    | 0         |
| gigabytes_ceph             | 239    | 0        | 500   | 0         |
| gigabytes_ceph-ec          | 175    | 0        | 200   | 0         |
| gigabytes_equallogic-unipd | 0      | 0        | 0     | 0         |
| groups                     | 0      | 0        | 10    | 0         |
| per_volume_gigabytes       | 0      | 0        | 5000  | 0         |
| snapshots                  | 0      | 0        | 10    | 0         |
| snapshots___DEFAULT__      | 0      | 0        | -1    | 0         |
| snapshots_ceph             | 0      | 0        | -1    | 0         |
| snapshots_ceph-ec          | 0      | 0        | -1    | 0         |
| snapshots_equallogic-unipd | 0      | 0        | -1    | 0         |
| volumes                    | 20     | 0        | 20    | 0         |
| volumes___DEFAULT__        | 0      | 0        | -1    | 0         |
| volumes_ceph               | 14     | 0        | -1    | 0         |
| volumes_ceph-ec            | 6      | 0        | -1    | 0         |
| volumes_equallogic-unipd   | 0      | 0        | -1    | 0         |
+----------------------------+--------+----------+-------+-----------+

...