manila/doc/source/configuration/tables/manila-hds_hnas.inc
Tom Barron fae499cb73 doc migration: configuration reference
In accord with the OpenStack documentation migration spec [1],
this patch pulls over material from the centralized Configuration
Reference so that it will not be lost.  As indicated in the spec,
dynamic generation of this material will be left for later work.

[1] https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html

Closes-Bug: #1706181
Depends-On: Ib0fca0c16e14c05307bfc31ae50c65271b7402f1
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454

Change-Id: I7f3b584ac9907da1f07dedd26324cf4703bc7e6c
2017-08-25 13:21:08 +00:00

51 lines
2.6 KiB
PHP

..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _manila-hds_hnas:
.. list-table:: Description of HDS NAS share driver configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[DEFAULT]**
-
* - ``hitachi_hnas_admin_network_ip`` = ``None``
- (String) Specify IP for mounting shares in the Admin network.
* - ``hitachi_hnas_allow_cifs_snapshot_while_mounted`` = ``False``
- (Boolean) By default, CIFS snapshots are not allowed to be taken when the share has clients connected because consistent point-in-time replica cannot be guaranteed for all files. Enabling this might cause inconsistent snapshots on CIFS shares.
* - ``hitachi_hnas_cluster_admin_ip0`` = ``None``
- (String) The IP of the clusters admin node. Only set in HNAS multinode clusters.
* - ``hitachi_hnas_driver_helper`` = ``manila.share.drivers.hitachi.hnas.ssh.HNASSSHBackend``
- (String) Python class to be used for driver helper.
* - ``hitachi_hnas_evs_id`` = ``None``
- (Integer) Specify which EVS this backend is assigned to.
* - ``hitachi_hnas_evs_ip`` = ``None``
- (String) Specify IP for mounting shares.
* - ``hitachi_hnas_file_system_name`` = ``None``
- (String) Specify file-system name for creating shares.
* - ``hitachi_hnas_ip`` = ``None``
- (String) HNAS management interface IP for communication between Manila controller and HNAS.
* - ``hitachi_hnas_password`` = ``None``
- (String) HNAS user password. Required only if private key is not provided.
* - ``hitachi_hnas_ssh_private_key`` = ``None``
- (String) RSA/DSA private key value used to connect into HNAS. Required only if password is not provided.
* - ``hitachi_hnas_stalled_job_timeout`` = ``30``
- (Integer) The time (in seconds) to wait for stalled HNAS jobs before aborting.
* - ``hitachi_hnas_user`` = ``None``
- (String) HNAS username Base64 String in order to perform tasks such as create file-systems and network interfaces.
* - **[hnas1]**
-
* - ``share_backend_name`` = ``None``
- (String) The backend name for a given driver implementation.
* - ``share_driver`` = ``manila.share.drivers.generic.GenericShareDriver``
- (String) Driver to use for share creation.