b9b352fe61
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
17 lines
749 B
YAML
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.
|