File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,21 @@ The fields above are defined at the top level CR and applied by default to all
4444the ` GlanceAPI ` instances.
4545It's not possible setup or override those values for each GlanceAPI instances
4646independently.
47+
48+ ** Note:** Setting quota limits to ` 0 ` has different implications depending on
49+ the quota type. As per the [ OpenStack
50+ documentation] ( https://docs.openstack.org/glance/latest/admin/quotas.html#quota-strategies ) :
51+ - ` imageCountTotal: 0 ` prevents users from creating any images
52+ - ` imageCountUpload: 0 ` allows users to upload data to any image
53+
54+ For example:
55+ ``` yaml
56+ quotas :
57+ imageSizeTotal : 1000 # Limited to 1000 MiB total image storage
58+ imageStageTotal : 500 # Limited to 500 MiB staging space
59+ imageCountUpload : 0 # No Limit defined
60+ imageCountTotal : 100 # Limited to 100 total images
61+ ` ` `
4762The Glance upstream [documentation](https://docs.openstack.org/glance/latest/admin/quotas.html#configuring-glance-for-per-tenant-quotas)
4863covers this topic, and when ` Quotas` are enabled as per example above, the
4964` 00-config.conf` config file is updated with the relevant config options in both
You can’t perform that action at this time.
0 commit comments