Files
cinder/releasenotes/notes/ps-extend_volume-no-snap-8aa447c50f2475a7.yaml
rajinir 09b1b13519 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
(cherry picked from commit 0910706e76)
2018-04-11 14:43:18 -05:00

6 lines
187 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 change fixes bug 1720454.