c41dbfc0e2
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
79 lines
3.0 KiB
XML
79 lines
3.0 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_zfssa">
|
|
<caption>Description of ZFSSA Share Driver 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>zfssa_auth_password</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) ZFSSA management authorized userpassword.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>zfssa_auth_user</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) ZFSSA management authorized username.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>zfssa_data_ip</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) IP address for data.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>zfssa_host</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) ZFSSA management IP address.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>zfssa_nas_checksum</option> = <replaceable>fletcher4</replaceable></td>
|
|
<td>(StrOpt) Controls checksum used for data blocks.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>zfssa_nas_compression</option> = <replaceable>off</replaceable></td>
|
|
<td>(StrOpt) Data compression-off, lzjb, gzip-2, gzip, gzip-9.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>zfssa_nas_logbias</option> = <replaceable>latency</replaceable></td>
|
|
<td>(StrOpt) Controls behavior when servicing synchronous writes.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>zfssa_nas_mountpoint</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Location of project in ZFS/SA.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>zfssa_nas_quota_snap</option> = <replaceable>true</replaceable></td>
|
|
<td>(StrOpt) Controls whether a share quota includes snapshot.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>zfssa_nas_rstchown</option> = <replaceable>true</replaceable></td>
|
|
<td>(StrOpt) Controls whether file ownership can be changed.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>zfssa_nas_vscan</option> = <replaceable>false</replaceable></td>
|
|
<td>(StrOpt) Controls whether the share is scanned for viruses.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>zfssa_pool</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) ZFSSA storage pool name.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>zfssa_project</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) ZFSSA project name.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>zfssa_rest_timeout</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) REST connection timeout (in seconds).</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|