Zadara Storage, 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.
The ZadaraVPSAISCSIDriver
volume driver allows the Zadara Storage VPSA
to be used as a volume back end storage in OpenStack deployments.
To use Zadara Storage VPSA Volume Driver you will require:
Zadara Storage VPSA version 15.07 and above
iSCSI or iSER host interfaces
Create, delete, attach, and detach volumes
Create, list, and delete volume snapshots
Create a volume from a snapshot
Copy an image to a volume
Copy a volume to an image
Clone a volume
Extend a volume
Migrate a volume with back end assistance
Manage and unmanage a volume
Manage and unmanage volume snapshots
Multiattach a volume
Create a VPSA pool(s) or make sure you have an existing pool(s) that will be used for volume services. The VPSA pool(s) will be identified by its ID (pool-xxxxxxxx). For further details, see the VPSA’s user guide.
Adjust the cinder.conf
configuration file to define the volume driver
name along with a storage back end entry for each VPSA pool that will be
managed by the block storage service.
Each back end entry requires a unique section name, surrounded by square
brackets (or parentheses), followed by options in key=value
format.
Note
Restart cinder-volume service after modifying cinder.conf
.
Sample minimum back end configuration
[DEFAULT]
enabled_backends = vpsa
[vpsa]
zadara_vpsa_host = 172.31.250.10
zadara_vpsa_port = 80
zadara_user = vpsauser
zadara_password = mysecretpassword
zadara_use_iser = false
zadara_vpsa_poolname = pool-00000001
volume_driver = cinder.volume.drivers.zadara.zadara.ZadaraVPSAISCSIDriver
volume_backend_name = vpsa
This section contains the configuration options that are specific to the Zadara Storage VPSA driver.
Configuration option = Default value |
Description |
---|---|
|
(String) VPSA access key |
|
(Boolean) VPSA - Attach snapshot policy for volumes. If the option is neither configured nor provided as metadata, the VPSA will inherit the default value. |
|
(Boolean) VPSA - Enable compression for volumes. If the option is neither configured nor provided as metadata, the VPSA will inherit the default value. |
|
(Boolean) VPSA - Enable deduplication for volumes. If the option is neither configured nor provided as metadata, the VPSA will inherit the default value. |
|
(Boolean) If set to True the http client will validate the SSL certificate of the VPSA endpoint. |
|
(Boolean) VPSA - Use ISER instead of iSCSI |
|
(Boolean) VPSA - Default encryption policy for volumes. If the option is neither configured nor provided as metadata, the VPSA will inherit the default value. |
|
(String) VPSA - Default template for VPSA volume names |
|
(HostAddress) VPSA - Management Host name or IP address |
|
(String) VPSA - Storage Pool assigned for volumes |
|
(Port(min=0, max=65535)) VPSA - Port number |
|
(Boolean) VPSA - Use SSL connection |
Note
By design, all volumes created within the VPSA are thin provisioned.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.