deb-cinder/releasenotes/notes/pure-eradicate-on-delete-1e15e1440d5cd4d6.yaml
Patrick East b85caca74a Allow for eradicating Pure volumes on Cinder delete
This change adds in a config option which, when enabled, will cause
the Pure Storage volume drivers to eradicate volumes, snapshots, and
protection groups on delete for their Cinder counterpart.

With this config enabled an admin will NOT be able to recover data once
objects are deleted. By default the new config option is disabled and
volumes, snapshots, and protection group snapshots will be retained
pending eradication where they can be recovered for a period of time.

DocImpact
Closes-Bug: #1537187

Change-Id: Ib3656bb64e5104f6bd05d28535cf91a46a038b55
2016-02-04 15:35:52 -08:00

10 lines
321 B
YAML

---
features:
- New config option for Pure Storage volume drivers pure_eradicate_on_delete.
When enabled will permanantly eradicate data instead of placing into
pending eradication state.
fixes:
- Allow for eradicating Pure Storage volumes, snapshots, and pgroups when
deleting their Cinder counterpart.