
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b Implements: blueprint config-ref-rst
2.2 KiB
2.2 KiB
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). |