Hitachi VSP Storage Configuration

Hitachi VSP (Virtual Storage Platform) storage systems provide enterprise-grade block storage with high availability, low latency, and robust data protection.

Platform9 Private Cloud Director integrates with Hitachi VSP arrays through the HBSD (Hitachi Block Storage Driver), supporting both iSCSI and Fibre Channel connectivity for automated volume provisioning, snapshots, cloning, and live migration.

Select a storage protocol below to view the complete configuration steps for your environment.

Hitachi VSP arrays provide block storage over IP networks through iSCSI, offering flexible connectivity using standard Ethernet infrastructure.

Prerequisites

Before you configure the Hitachi VSP iSCSI backend, complete these requirements:

  • Administrative access to the Hitachi VSP storage array management interface.

  • Create one or more storage pools on the Hitachi VSP array. Platform9 provisions volumes from the specified pools.

  • Create a dedicated user account with administrative privileges on the Hitachi VSP array. This account requires permissions to create, delete, and manage volumes and host groups.

  • Identify the Hitachi storage system serial number (storage ID). Platform9 uses this identifier to communicate with the array.

  • Configure iSCSI target ports on the Hitachi VSP array. Target ports define the iSCSI interfaces that hosts use to access storage.

  • Install required iSCSI packages on all hypervisor hosts and block-storage hosts:

  apt-get install open-iscsi multipath-tools

Platform9 uses these packages to discover and attach iSCSI volumes from the Hitachi VSP array.

  • Verify network connectivity between Platform9 hosts and the Hitachi VSP management interface and iSCSI target ports.

Configuration parameters

  • san_ip (Required): Management IP address of the Hitachi VSP array. Used for all API communication with the storage system.

  • san_login (Required): Username for Hitachi VSP authentication. Must have administrative privileges.

  • san_password (Required): Password for Hitachi VSP authentication.

  • hitachi_storage_id (Required): Serial number of the Hitachi VSP storage system. Uniquely identifies the array to the HBSD driver.

  • hitachi_pools (Required): Comma-separated list of pool names on the Hitachi VSP array for volume provisioning. Specify multiple pools for capacity distribution.

  • hitachi_target_ports (Required): Comma-separated list of iSCSI target port identifiers on the Hitachi VSP array. Format: CL1-A,CL2-A.

  • hitachi_compute_target_ports (Optional): Comma-separated list of compute target port identifiers for host connectivity. Default: Empty (uses same ports as hitachi_target_ports).

  • hitachi_group_create (Optional): Enables automatic host group creation on the Hitachi VSP array. Default: true.

  • hitachi_copy_speed (Optional): Controls copy speed for volume operations. Valid values: 1 (slow), 2 (medium), 3 (fast). Default: 3.

  • image_volume_cache_enabled (Optional): Enables image-volume caching to reduce image transfer time. Default: true.

  • image_volume_cache_max_count (Optional): Maximum number of cached image volumes. Default: 50.

  • image_volume_cache_max_size_gb (Optional): Maximum total size of cached image volumes in GB. Default: 200.

Example configuration

Use the following JSON structure when adding a volume backend configuration in your cluster blueprint:

Replace the placeholder values with your specific configuration:

  • <volume_type_name>: A descriptive name for the volume type (for example, hitachi-iscsi).

  • <volume_backend_name>: A unique identifier for this backend configuration.

  • <hitachi_management_ip>: The IP address of your Hitachi VSP management interface.

  • <username> and <password>: Credentials for the Hitachi VSP user account.

  • <storage_serial_number>: The serial number of the Hitachi VSP storage system.

  • <pool_name>: The name of the storage pool. Specify multiple pools as a comma-separated list.

  • <target_port_list>: Comma-separated list of iSCSI target port identifiers (for example, CL1-A,CL2-A).

Configuration notes

  • Volumes with existing snapshots cannot be extended when using the Hitachi VSP driver. Delete snapshots before extending volumes.

  • Storage-assisted volume migration is only supported between volumes on the same Hitachi VSP storage system.

  • Performance slowness has been observed with Hitachi iSCSI backends in testing environments. However, volume provisioning, attachment, and VM lifecycle operations remain stable with no functional failures. Monitor performance in your production environment.

  • Multipath is recommended for production environments to provide redundancy and higher availability during network or port failures.

  • Verify all iSCSI target ports are accessible from hypervisor hosts before configuring the backend.

Last updated

Was this helpful?