1904aaaa5a
Relevant generated files also updated Closes-Bug: #1422601 Closes-Bug: #1417207 Closes-Bug: #1423029 Change-Id: Id458ebdc318744d34607e8567f4d1082e3c1efed
59 lines
3.0 KiB
XML
59 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_cinder_nas">
|
|
<caption>Description of NAS 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>nas_ip</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) IP address or Hostname of NAS system.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>nas_login</option> = <replaceable>admin</replaceable></td>
|
|
<td>(StrOpt) User name to connect to NAS system.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>nas_mount_options</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Options used to mount the storage backend file system where Cinder volumes are stored.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>nas_password</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Password to connect to NAS system.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>nas_private_key</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Filename of private key to use for SSH authentication.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>nas_secure_file_operations</option> = <replaceable>auto</replaceable></td>
|
|
<td>(StrOpt) Allow network-attached storage systems to operate in a secure environment where root level access is not permitted. If set to False, access is as the root user and insecure. If set to True, access is not as root. If set to auto, a check is done to determine if this is a new installation: True is used if so, otherwise False. Default is auto.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>nas_secure_file_permissions</option> = <replaceable>auto</replaceable></td>
|
|
<td>(StrOpt) Set more secure file permissions on network-attached storage volume files to restrict broad other/world access. If set to False, volumes are created with open permissions. If set to True, volumes are created with permissions for the cinder user and group (660). If set to auto, a check is done to determine if this is a new installation: True is used if so, otherwise False. Default is auto.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>nas_share_path</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Path to the share to use for storing Cinder volumes. For example: "/srv/export1" for an NFS server export available at 10.0.5.10:/srv/export1 .</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>nas_ssh_port</option> = <replaceable>22</replaceable></td>
|
|
<td>(IntOpt) SSH port to use to connect to NAS system.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|