Zadara VPSA Driver for OpenStack Manila¶
Zadara’s Virtual Private Storage Array (VPSA) is the first software defined, Enterprise-Storage-as-a-Service. It is an elastic and private block and file storage system which provides enterprise-grade data protection and data management storage services.
Manila VPSA driver provides a seamless management capabilities for VPSA volumes, in this case, NFS & SMB volumes without losing the added value provided by the VPSA Storage Array/Flash-Array.
Requirements¶
- VPSA Storage Array/Flash-Array running version 20.12 or higher. 
- Networking preparation - the Zadara VPSA driver for Manila support DHSS=False (driver_handles_share_servers), the driver does not handle the network configuration, it is up to the administrator to ensure connectivity from a manila-share node and the Openstack cloud to the VPSA Front-End network (such as neutron flat/VLAN network). 
Driver options¶
- zadara_vpsa_host = <VPSA - Management Host name or IP address> 
- zadara_vpsa_port = <VPSA - Port number> 
- zadara_vpsa_use_ssl = <VPSA - Use SSL connection (default=False) 
- zadara_ssl_cert_verify = <If set to True the http client will validate the SSL certificate of the VPSA endpoint (default=True)> 
- zadara_driver_ssl_cert_path = <Can be used to specify a non default path to a CA_BUNDLE file or directory with certificates of trusted CAs (default=None) 
- zadara_access_key - <VPSA access key> 
- zadara_vpsa_poolname - <VPSA - Storage Pool assigned for volumes> 
- zadara_vol_encrypt = <VPSA - Default encryption policy for volumes (default = True) 
- zadara_gen3_vol_dedupe = <VPSA - Default encryption policy for volumes (default = True)> 
- zadara_gen3_vol_compress = <VPSA - Enable compression for volumes (default=False)> 
- zadara_share_name_template = <VPSA - Default template for VPSA share names (default=‘OS_share-%s’> 
- zadara_share_snap_name_template = <VPSA - Default template for VPSA share snapshot names (default=‘OS_share-snapshot-%s’) 
- zadara_default_snap_policy = <VPSA - Attach snapshot policy for volumes (default=False)> 
- driver_handles_share_servers = <DHSS, driver working mode (must be set to False)> 
- share_driver = manila.share.drivers.zadara.zadara.ZadaraVPSAShareDriver 
Back-end configuration example¶
[DEFAULT]
enabled_share_backends = zadaravpsa
enabled_share_protocols = NFS,CIFS
[zadaravpsa]
driver_handles_share_servers = False
zadara_vpsa_host = vsa-00000010-mycloud.zadaravpsa.com
zadara_vpsa_port = 443
zadara_access_key = MYSUPERSECRETACCESSKEY
zadara_vpsa_poolname = pool-00010001
share_backend_name = zadaravpsa
zadara_vpsa_use_ssl = true
share_driver = manila.share.drivers.zadara.zadara.ZadaraVPSAShareDriver
