dc7c13a659
This patch regenerates the configuration tables using code from 2014-12-31, or about kilo-1. It also uses new doc-tools code to mark-up options and their default values semantically. Change-Id: Id68a87b69fb80edbc156b9bcb1549cca5e61464b
47 lines
2.7 KiB
XML
47 lines
2.7 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_cinder_storage_gpfs">
|
|
<caption>Description of GPFS storage 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>gpfs_images_dir</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Specifies the path of the Image service repository in GPFS. Leave undefined if not storing images in GPFS.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>gpfs_images_share_mode</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Specifies the type of image copy to be used. Set this when the Image service repository also uses GPFS so that image files can be transferred efficiently from the Image service to the Block Storage service. There are two valid values: "copy" specifies that a full copy of the image is made; "copy_on_write" specifies that copy-on-write optimization strategy is used and unmodified blocks of the image file are shared efficiently.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>gpfs_max_clone_depth</option> = <replaceable>0</replaceable></td>
|
|
<td>(IntOpt) Specifies an upper limit on the number of indirections required to reach a specific block due to snapshots or clones. A lengthy chain of copy-on-write snapshots or clones can have a negative impact on performance, but improves space utilization. 0 indicates unlimited clone depth.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>gpfs_mount_point_base</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Specifies the path of the GPFS directory where Block Storage volume and snapshot files are stored.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>gpfs_sparse_volumes</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) Specifies that volumes are created as sparse files which initially consume no space. If set to False, the volume is created as a fully allocated file, in which case, creation may take a significantly longer time.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>gpfs_storage_pool</option> = <replaceable>system</replaceable></td>
|
|
<td>(StrOpt) Specifies the storage pool that volumes are assigned to. By default, the system storage pool is used.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|