cinder/releasenotes/notes/hitachi-vsp-ports-option-7147289e6529d7fe.yaml
Kazumasa Nomura b9b352fe61 Hitachi VSP: Specify compute nodes and copy ports
Adds a new config option ``vsp_compute_target_ports`` to specify IDs
of the storage ports used to attach volumes to compute nodes.
Also adds a new config option ``vsp_horcm_pair_target_ports`` to
specify IDs of the storage ports used to copy functions by Hitachi
storage.

DocImpact
Change-Id: I5b0a8ff08b1faddf38567d8b038a4847d00f2fa7
2017-02-01 17:24:20 -02:00

17 lines
749 B
YAML

---
features:
- Hitachi VSP drivers have a new config option
``vsp_compute_target_ports`` to specify IDs
of the storage ports used to attach volumes
to compute nodes. The default is the value
specified for the existing ``vsp_target_ports``
option. Either or both of ``vsp_compute_target_ports``
and ``vsp_target_ports`` must be specified.
- Hitachi VSP drivers have a new config option
``vsp_horcm_pair_target_ports`` to specify IDs of the
storage ports used to copy volumes by Shadow Image or
Thin Image. The default is the value specified for
the existing ``vsp_target_ports`` option. Either
or both of ``vsp_horcm_pair_target_ports`` and
``vsp_target_ports`` must be specified.