Infortrend Driver for OpenStack Manila¶
The Infortrend Manila driver provides NFS and CIFS shared file systems to Openstack.
Requirements¶
The EonStor GS/GSe series Fireware version 139A23
Backend Configuration¶
The following parameters need to be configured in the manila configuration file for the Infortrend driver:
share_backend_name = <backend name to enable>
share_driver = manila.share.drivers.infortrend.driver.InfortrendNASDriver
driver_handles_share_servers = False
infortrend_nas_ip = <IP address for SSH access to the SAN controller>
infortrend_nas_user = <username with the ‘edit’ role>
infortrend_nas_password = <password for the user specified in infortrend_nas_user>
infortrend_share_pools = <Poolname of the SAN controller>
infortrend_share_channels = <Data channel for file service in SAN controller>
Back-end configuration example¶
[DEFAULT]
enabled_share_backends = ift-manila
enabled_share_protocols = NFS, CIFS
[ift-manila]
share_backend_name = ift-manila
share_driver = manila.share.drivers.infortrend.driver.InfortrendNASDriver
driver_handles_share_servers = False
infortrend_nas_ip = FAKE_IP
infortrend_nas_user = FAKE_USER
infortrend_nas_password = FAKE_PASS
infortrend_share_pools = pool-1, pool-2
infortrend_share_channels = 0, 1