manila/doc/source/configuration/tables/manila-quota.inc
Tom Barron fae499cb73 doc migration: configuration reference
In accord with the OpenStack documentation migration spec [1],
this patch pulls over material from the centralized Configuration
Reference so that it will not be lost.  As indicated in the spec,
dynamic generation of this material will be left for later work.

[1] https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html

Closes-Bug: #1706181
Depends-On: Ib0fca0c16e14c05307bfc31ae50c65271b7402f1
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454

Change-Id: I7f3b584ac9907da1f07dedd26324cf4703bc7e6c
2017-08-25 13:21:08 +00:00

39 lines
1.5 KiB
PHP

..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _manila-quota:
.. list-table:: Description of Quota configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[DEFAULT]**
-
* - ``max_age`` = ``0``
- (Integer) Number of seconds between subsequent usage refreshes.
* - ``max_gigabytes`` = ``10000``
- (Integer) Maximum number of volume gigabytes to allow per host.
* - ``quota_driver`` = ``manila.quota.DbQuotaDriver``
- (String) Default driver to use for quota checks.
* - ``quota_gigabytes`` = ``1000``
- (Integer) Number of share gigabytes allowed per project.
* - ``quota_share_networks`` = ``10``
- (Integer) Number of share-networks allowed per project.
* - ``quota_shares`` = ``50``
- (Integer) Number of shares allowed per project.
* - ``quota_snapshot_gigabytes`` = ``1000``
- (Integer) Number of snapshot gigabytes allowed per project.
* - ``quota_snapshots`` = ``50``
- (Integer) Number of share snapshots allowed per project.
* - ``reservation_expire`` = ``86400``
- (Integer) Number of seconds until a reservation expires.