cinder/releasenotes/notes/pure-fc-wwpn-case-c1d97f3fa7663acf.yaml
Patrick East b521483830 Ignore case when comparing wwns in Pure FC driver
We would previously just assume the wwpns in our connector were lower-case
and this was not valid for all systems. We will now compare with all
lower case strings.

Change-Id: Icdb818c97fc7810b5276b83debf8e75fe48fd15d
Closes-Bug: #1612866
2016-08-13 12:07:38 -07:00

6 lines
202 B
YAML

---
fixes:
- Fix issue with PureFCDriver where partially case sensitive comparison of
connector wwpn could cause initialize_connection to fail when attempting
to create duplicate Purity host.