cinder/releasenotes/notes/remove-volume-clear-shred-bde9f7f9ff430feb.yaml
Sean McGinnis f90c49e006 Remove deprecated volume_clear shred option
This option was deprecated in the Newton release and has
performed the same action as the zero option.

Change-Id: I473636595fb6696f426565a2f14ebe7070afa560
Closes-bug: #1477805
2016-12-08 11:08:00 -06:00

8 lines
309 B
YAML

---
upgrade:
- The volume_clear option to use `shred` was deprecated
in the Newton release and has now been removed. Since
deprecation, this option has performed the same action
as the `zero` option. Config settings for `shred` should
be updated to be set to `zero` for continued operation.