Remove deprecated "shred" option for volume_clear
Cinder removed the shred option for "volume_clear" in Ocata, it performed the same actions as the "zero" option. Change-Id: Iacad9f6e23effabc9baf0d5995d1c287cb1163cb
This commit is contained in:
parent
f47eca998d
commit
ac55b9ee99
@ -162,9 +162,8 @@ cinder_rpc_backend: rabbit
|
||||
cinder_rpc_executor_thread_pool_size: 64
|
||||
cinder_rpc_response_timeout: 60
|
||||
|
||||
# (StrOpt) Method used to wipe old volumes (valid options are: none, zero,
|
||||
# shred)
|
||||
cinder_volume_clear: shred
|
||||
# (StrOpt) Method used to wipe old volumes (valid options are: none, zero)
|
||||
cinder_volume_clear: zero
|
||||
# (StrOpt) The flag to pass to ionice to alter the i/o priority of the process
|
||||
# used to zero a volume after deletion, for example "-c3" for idle only
|
||||
# priority.
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
upgrade:
|
||||
- The ``cinder`` project removed the ``shred`` value for the
|
||||
``volume_clear`` option. The default for the ``os_cinder``
|
||||
OpenStack-Ansible role has changed to ``zero``.
|
Loading…
Reference in New Issue
Block a user