cinder/releasenotes/notes/ps-extend_volume-no-snap-8aa447c50f2475a7.yaml
rajinir 0910706e76 Dell EMC PS: Fix extend volume creating unmanaged snapsots
The Dell EMC PS driver's extend volume code is missing the
no-snap option and creates unmanaged snapshots in the background.
Added that option to fix it.

Closes Bug: #1720454

Change-Id: I48398331fe086760a88bd5ca4c0f28f90e22bd0b
2017-10-03 14:31:28 -05:00

6 lines
188 B
YAML

---
fixes:
- Dell EMC PS Series Driver was creating unmanaged snapshots
when extending volumes. Fixed it by adding the missing
no-snap parameter. This changes fixes bug 1720454.