Files
openstack-manuals/doc/config-reference/source/tables/cinder-zfssa-iscsi.rst
Gauvain Pocentek 26510e84dd [config-ref] Publish the RST version
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b
Implements: blueprint config-ref-rst
2015-12-21 09:44:24 +01:00

57 lines
2.2 KiB
ReStructuredText

..
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.
.. _cinder-zfssa-iscsi:
.. list-table:: Description of ZFS Storage Appliance iSCSI driver configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[DEFAULT]**
-
* - ``zfssa_initiator`` =
- (StrOpt) iSCSI initiator IQNs. (comma separated)
* - ``zfssa_initiator_config`` =
- (StrOpt) iSCSI initiators configuration.
* - ``zfssa_initiator_group`` =
- (StrOpt) iSCSI initiator group.
* - ``zfssa_initiator_password`` =
- (StrOpt) Secret of the iSCSI initiator CHAP user.
* - ``zfssa_initiator_user`` =
- (StrOpt) iSCSI initiator CHAP user (name).
* - ``zfssa_lun_compression`` = ``off``
- (StrOpt) Data compression.
* - ``zfssa_lun_logbias`` = ``latency``
- (StrOpt) Synchronous write bias.
* - ``zfssa_lun_sparse`` = ``False``
- (BoolOpt) Flag to enable sparse (thin-provisioned): True, False.
* - ``zfssa_lun_volblocksize`` = ``8k``
- (StrOpt) Block size.
* - ``zfssa_pool`` = ``None``
- (StrOpt) Storage pool name.
* - ``zfssa_project`` = ``None``
- (StrOpt) Project name.
* - ``zfssa_replication_ip`` =
- (StrOpt) IP address used for replication data. (maybe the same as data ip)
* - ``zfssa_rest_timeout`` = ``None``
- (IntOpt) REST connection timeout. (seconds)
* - ``zfssa_target_group`` = ``tgt-grp``
- (StrOpt) iSCSI target group name.
* - ``zfssa_target_interfaces`` = ``None``
- (StrOpt) Network interfaces of iSCSI targets. (comma separated)
* - ``zfssa_target_password`` =
- (StrOpt) Secret of the iSCSI target CHAP user.
* - ``zfssa_target_portal`` = ``None``
- (StrOpt) iSCSI target portal (Data-IP:Port, w.x.y.z:3260).
* - ``zfssa_target_user`` =
- (StrOpt) iSCSI target CHAP user (name).