openstack-manuals/doc/common/tables/manila-quota.xml
Mark Sturdevant c41dbfc0e2 Add Shared File Systems (manila) to Config Ref
Shared File Systems service (manila) should be added to
the Config Ref similar to Block Storage (cinder).
The content would be similar to cinder in that it
would have sections to describe Intro, Drivers,
Log Files and Options.

Change-Id: I89fc64f8cd4fe880b36017139e7989f3a4100cc6
Implements: blueprint manila-config-ref
2015-09-22 15:21:28 -07:00

55 lines
2.1 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_manila_quota">
<caption>Description of Quota configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td><option>max_age</option> = <replaceable>0</replaceable></td>
<td>(IntOpt) Number of seconds between subsequent usage refreshes.</td>
</tr>
<tr>
<td><option>quota_driver</option> = <replaceable>manila.quota.DbQuotaDriver</replaceable></td>
<td>(StrOpt) Default driver to use for quota checks.</td>
</tr>
<tr>
<td><option>quota_gigabytes</option> = <replaceable>1000</replaceable></td>
<td>(IntOpt) Number of share gigabytes allowed per project.</td>
</tr>
<tr>
<td><option>quota_share_networks</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Number of share-networks allowed per project.</td>
</tr>
<tr>
<td><option>quota_shares</option> = <replaceable>50</replaceable></td>
<td>(IntOpt) Number of shares allowed per project.</td>
</tr>
<tr>
<td><option>quota_snapshot_gigabytes</option> = <replaceable>1000</replaceable></td>
<td>(IntOpt) Number of snapshot gigabytes allowed per project.</td>
</tr>
<tr>
<td><option>quota_snapshots</option> = <replaceable>50</replaceable></td>
<td>(IntOpt) Number of share snapshots allowed per project.</td>
</tr>
<tr>
<td><option>reservation_expire</option> = <replaceable>86400</replaceable></td>
<td>(IntOpt) Number of seconds until a reservation expires.</td>
</tr>
</tbody>
</table>
</para>