dencaval 4ed769c003 Updates Manila HNAS driver config-reference
Change-Id: I577f0897bce4f2647dd86a300726253195b25934
Closes-Bug: #1548923
2016-04-06 11:53:25 +00:00

2.1 KiB

Description of HDS NAS Share Driver configuration options
Configuration option = Default value Description
[hnas1]
hds_hnas_cluster_admin_ip0 = None (String) The IP of the clusters admin node. Only set in HNAS multinode clusters.
hds_hnas_evs_id = None (Integer) Specify which EVS this backend is assigned to.
hds_hnas_evs_ip = None (String) Specify IP for mounting shares.
hds_hnas_file_system_name = None (String) Specify file-system name for creating shares.
hds_hnas_ip = None (String) HNAS management interface IP for communication between Manila controller and HNAS.
hds_hnas_password = None (String) HNAS user password. Required only if private key is not provided.
hds_hnas_ssh_private_key = None (String) RSA/DSA private key value used to connect into HNAS. Required only if password is not provided.
hds_hnas_stalled_job_timeout = 30 (Integer) The time (in seconds) to wait for stalled HNAS jobs before aborting.
hds_hnas_user = None (String) HNAS username Base64 String in order to perform tasks such as create file-systems and network interfaces.
share_backend_name = None (StrOpt) The backend name for a given driver implementation.
share_driver = manila.share.drivers.hitachi.hds_hnas.HDSHNASDriver (StrOpt) Driver to use for share creation.
hds_hnas_driver_helper = manila.share.drivers.hitachi.ssh.HNASSSHBackend (StrOpt) Python class to be used for driver helper.