cinder/releasenotes/notes/ps-duplicate-ACL-5aa447c50f2474e7.yaml
rajinir 22c09d5768 Dell EMC PS: Fix Duplicate ACL records Issue
Live migration was creating duplicate ACL records for the compute
nodes. Fixed it by not creating one when an ACL exists during
initialization of the volume.

Closes Bug: #1726591

Change-Id: Ib78293efa626c098a572f4c64119ee2ff296bd40
2017-10-25 10:28:58 -05:00

6 lines
245 B
YAML

---
fixes:
- Dell EMC PS Series Driver code was creating duplicate ACL records during
live migration. Fixes the initialize_connection code to not create access
record for a host if one exists previously. This change fixes bug 1726591.