cinder/releasenotes/notes/add-io-ports-option-c751d1bd395dd614.yaml
Ryan Liang 8e4e0c86c3 Unity: Add support to set IO ports in option
Add option `unity_io_ports`, which is a list of strings set by users
to specify which FC/iSCSI ports can be used by the driver.
The format is "spa_iom_0_fc0" for FC and "spa_eth0" for iSCSI.
Unix-style glob expression is supported, like "spa_*".

DocImpact
Implements: blueprint unity-add-io-port-option
Change-Id: Ifd7873b65cb06605b72af216b87846117f874868
2017-01-12 10:54:51 +08:00

4 lines
85 B
YAML

---
features:
- Add support to configure IO ports option in Dell EMC Unity driver.