Versions Compared

Key

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

...

Code Block
languagebash
cinder quota-update --gigabytes 400 <project-id>
cinder quota-update --gigabytes 200 --volume-type ceph <project-id>
cinder quota-update --gigabytes 0 --volume-type ceph-ec <project-id>
cinder quota-update --gigabytes 0 --volume-type iscsi-infnpd <project-id>
cinder quota-update --gigabytes 200 --volume-type equallogic-unipd <project-id> 
cinder quota-update --per-volume-gigabytes 5000 <project-id>

NB: Please note that the overall quota also needs to be updated. Its value must be the sum of the quotas of all backends.

How to expose the ceph-ssd-r3 volume type

...