HPE XP block storage driver¶
HPE XP block storage driver provides Fibre Channel and iSCSI support for HPE XP storages.
System requirements¶
Supported storages:
Storage model |
Firmware version |
---|---|
XP8 |
90-01-41 or later |
XP7 |
80-05-43 or later |
Required storage licenses:
Thin Provisioning
Fast Snap
Supported operations¶
Create, delete, attach, and detach volumes.
Create, list, and delete volume snapshots.
Create a volume from a snapshot.
Create, list, update, and delete consistency groups.
Create, list, and delete consistency group snapshots.
Copy a volume to an image.
Copy an image to a volume.
Clone a volume.
Extend a volume.
Migrate a volume.
Get volume statistics.
Efficient non-disruptive volume backup.
Manage and unmanage a volume.
Attach a volume to multiple instances at once (multi-attach).
Revert a volume to a snapshot.
Note
The volume having snapshots cannot be extended in this driver.
Configuration¶
Set up HPE XP storage¶
You need to specify settings as described below for storage systems. For details about each setting, see the user’s guide of the storage systems.
User accounts
Create a storage device account belonging to the Administrator User Group.
THP pool
Create a THP pool that is used by the driver.
Ports
Enable Port Security for the ports used by the driver.
Set up HPE XP storage volume driver¶
Set the volume driver to HPE XP block storage driver by setting the volume_driver option in the cinder.conf file as follows:
If you use Fibre Channel:
[hpe_xp]
volume_driver = cinder.volume.drivers.hpe.xp.hpe_xp_fc.HPEXPFCDriver
volume_backend_name = hpexp_fc
san_ip = 1.2.3.4
san_login = hpexpuser
san_password = password
hpexp_storage_id = 123456789012
hpexp_pools = pool0
If you use iSCSI:
[hpe_xp]
volume_driver = cinder.volume.drivers.hpe.xp.hpe_xp_iscsi.HPEXPISCSIDriver
volume_backend_name = hpexp_iscsi
san_ip = 1.2.3.4
san_login = hpexpuser
san_password = password
hpexp_storage_id = 123456789012
hpexp_pools = pool0
This table shows configuration options for HPE XP block storage driver.
Configuration option = Default value |
Description |
---|---|
|
(Integer(min=1, max=600)) Interval in seconds to check copy asynchronously |
|
(List of String) IDs of the storage ports used to attach volumes to compute nodes. To specify multiple ports, connect them by commas (e.g. CL1-A,CL2-A). |
|
(Integer(min=1, max=600)) Interval in seconds to check copy |
|
(Integer(min=1, max=15)) Copy speed of storage system. 1 or 2 indicates low speed, 3 indicates middle speed, and a value between 4 and 15 indicates high speed. |
|
(Boolean) Enable or disable zero page reclamation in a THP V-VOL. |
|
(Integer) Retry interval in seconds for REST API execution. |
|
(Integer) Maximum wait time in seconds for a volume extention to complete. |
|
(Boolean) If True, the driver will create host groups or iSCSI targets on storage ports as needed. |
|
(Boolean) If True, the driver will delete host groups or iSCSI targets on storage ports as needed. |
|
(List of String) Host mode option for host group or iSCSI target. |
|
(String) Range of the LDEV numbers in the format of ‘xxxx-yyyy’ that can be used by the driver. Values can be in decimal format (e.g. 1000) or in colon-separated hexadecimal format (e.g. 00:03:E8). |
|
(Integer) Maximum wait time in seconds for storage to be unlocked. |
|
(Integer) Retry interval in seconds for REST API adding a LUN. |
|
(Integer) Maximum wait time in seconds for adding a LUN to complete. |
|
(List of String) Pool number[s] or pool name[s] of the THP pool. |
|
(Integer) Retry time in seconds when new LUN allocation request fails. |
|
(Integer) Maximum wait time in seconds for REST API connection to complete. |
|
(Boolean) It may take some time to detach volume after I/O. This option will allow detaching volume to complete immediately. |
|
(Integer) Maximum wait time in seconds for a response against GET method of REST API. |
|
(Integer) Maximum wait time in seconds for a response from REST API. |
|
(Integer) Loop interval in seconds for keeping REST API session. |
|
(Integer) Maximum wait time in seconds when REST API returns busy. |
|
(Boolean) Enables or disables use of REST API tcp keepalive |
|
(Integer) Maximum number of transmissions for TCP keepalive packet. |
|
(Integer) Wait time in seconds for sending a first TCP keepalive packet. |
|
(Integer) Interval of transmissions in seconds for TCP keepalive packet. |
|
(Integer) Maximum wait time in seconds for REST API execution to complete. |
|
(Integer) Maximum wait time in seconds for the restore operation to complete. |
|
(String) Pool number or pool name of the snapshot pool. |
|
(Integer) Maximum wait time in seconds for a volume transition to complete. |
|
(String) Product number of the storage system. |
|
(List of String) IDs of the storage ports used to attach volumes to the controller node. To specify multiple ports, connect them by commas (e.g. CL1-A,CL2-A). |
|
(Boolean) If True, the driver will configure FC zoning between the server and the storage system provided that FC zoning manager is enabled. |
Required options¶
san_ip
IP address of SAN controller
san_login
Username for SAN controller
san_password
Password for SAN controller
hpexp_storage_id
Product number of the storage system.
hpexp_pools
Pool number(s) or pool name(s) of the THP pool.