manila/doc/source/configuration/tables/manila-unity.inc
dingd 8d26a34cd1 [Unity] Driver supports the mode that does not create and destory share servers (DHSS=False)
Support 'driver_handles_share_servers = False' in manila.conf.
In such mode, need set unity_share_server in manila.conf, driver
will use this NAS server for share creation.

Change-Id: Iebc30d289fdb9f250e4951257313d630faa8bdf7
2019-09-05 04:01:33 +00:00

29 lines
1.2 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-unity:
.. list-table:: Description of Dell EMC Unity share driver configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[DEFAULT]**
-
* - ``unity_ethernet_ports`` = ``None``
- (List) Comma separated list of ports that can be used for share server interfaces. Members of the list can be Unix-style glob expressions.
* - ``unity_server_meta_pool`` = ``None``
- (String) Pool to persist the meta-data of NAS server.
* - ``unity_share_data_pools`` = ``None``
- (List) Comma separated list of pools that can be used to persist share data.
* - ``unity_share_server`` = ``None``
- One of NAS server names in Unity, it is used for share creation when the driver is in ``DHSS=False`` mode..