Files
cinder/releasenotes/notes/ps-duplicate-ACL-5aa447c50f2474e7.yaml
rajinir c96512aab0 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
(cherry picked from commit 22c09d5768)
2018-04-11 14:43:18 -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.