cinder/releasenotes/notes/hitachi-vsp-ports-option-7147289e6529d7fe.yaml
Takashi Kajinami 53d8dba3f7 Replace CRLF by LF
We generally use LF as newline code.

Change-Id: I6d5d2ee6dfd159df025a3446d4567f9972faa06e
2024-01-27 13:00:06 +09:00

17 lines
733 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.