e01c8909d0
Also create new tables cinder-backups_ceph, cinder-backup_swift, cinder_backups_tsm, cinder-gpfs_volume so that the tables can be used by these patches: https://review.openstack.org/#/c/47118 https://review.openstack.org/#/c/47044/ Additional tables have been split up so that they can be used in the configuration reference. Change-Id: Ic87f80d4604bd9fdb5d8f9d3b0e0fe69dffb1e40
40 lines
2.1 KiB
XML
40 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in the tools directory of this
|
|
repository -->
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<table rules="all">
|
|
<caption>Description of configuration options for gpfs_volume</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<td>Configuration option=Default value</td>
|
|
<td>Description</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>gpfs_images_dir=None</td>
|
|
<td>(StrOpt) Path to GPFS Glance repository as mounted on Nova nodes</td>
|
|
</tr>
|
|
<tr>
|
|
<td>gpfs_images_share_mode=None</td>
|
|
<td>(StrOpt) Set this if Glance image repo is on GPFS as well so that the image bits can be transferred efficiently between Glance and Cinder. Valid values are copy or copy_on_write. copy performs a full copy of the image, copy_on_write efficiently shares unmodified blocks of the image.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>gpfs_max_clone_depth=0</td>
|
|
<td>(IntOpt) A lengthy chain of copy-on-write snapshots or clones could have impact on performance. This option limits the number of indirections required to reach a specific block. 0 indicates unlimited.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>gpfs_mount_point_base=None</td>
|
|
<td>(StrOpt) Path to the directory on GPFS mount point where volumes are stored</td>
|
|
</tr>
|
|
<tr>
|
|
<td>gpfs_sparse_volumes=True</td>
|
|
<td>(BoolOpt) Create volumes as sparse files which take no space. If set to False volume is created as regular file. In this case volume creation may take a significantly longer time.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para> |