summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2018-08-22 11:17:41 -0500
committerJay Bryant <jungleboyj@electronicjungle.net>2018-08-22 20:27:01 +0000
commit8d0dea694a366cb3797748d389ca76b7864af16f (patch)
treeb00d6bfde3aea35de2f15caea1bb96c1e2fed73e /releasenotes
parent0376b8c5637f7f6a573eea43320bd07368bf6735 (diff)
downloadcinder-8d0dea694a366cb3797748d389ca76b7864af16f.tar.gz
Remove deprecated sio_allow_non_padded_thick_volumes
This config option was deprecated in Rocky, but it actually wasn't even introduced until mid-Rocky, so it shouldn't have been deprecated and can now be removed. Change-Id: Ib9da3278334b9b64e7acc36772c5bae660e86a34 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/scaleio-thick-padding-deprecation-9eaa85333176e091.yaml13
-rw-r--r--releasenotes/notes/scaleio-zeropadding-a0273c56c4d14fca.yaml12
2 files changed, 5 insertions, 20 deletions
diff --git a/releasenotes/notes/scaleio-thick-padding-deprecation-9eaa85333176e091.yaml b/releasenotes/notes/scaleio-thick-padding-deprecation-9eaa85333176e091.yaml
deleted file mode 100644
index de3073ae8..000000000
--- a/releasenotes/notes/scaleio-thick-padding-deprecation-9eaa85333176e091.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-deprecations:
- - |
- The ScaleIO configuration option ``sio_allow_non_padded_thick_volumes`` has
- been deprecated and will be removed in a future release. Deployments should
- now migrate to the option ``sio_allow_non_padded_volumes`` for equivalent
- functionality.
-upgrade:
- - |
- The ScaleIO configuration option ``sio_allow_non_padded_thick_volumes`` has
- been deprecated and will be removed in a future release. Deployments should
- now migrate to the option ``sio_allow_non_padded_volumes`` for equivalent
- functionality.
diff --git a/releasenotes/notes/scaleio-zeropadding-a0273c56c4d14fca.yaml b/releasenotes/notes/scaleio-zeropadding-a0273c56c4d14fca.yaml
index bd488c949..18f3c42ee 100644
--- a/releasenotes/notes/scaleio-zeropadding-a0273c56c4d14fca.yaml
+++ b/releasenotes/notes/scaleio-zeropadding-a0273c56c4d14fca.yaml
@@ -1,10 +1,8 @@
---
-
security:
- |
- Removed the ability to create thick volumes in a ScaleIO Storage Pool
- that has zero-padding disabled; creation of thin volumes from these
- pools is allowed. A new configuration option has been added to
- override this new behavior and allow thick volumes, but should not
- be enabled if multiple tenants will utilize thick volumes from a shared
- Storage Pool.
+ Removed the ability to create volumes in a ScaleIO Storage Pool that has
+ zero-padding disabled. A new configuration option
+ ``sio_allow_non_padded_volumes`` has been added to override this new
+ behavior and allow unpadded volumes, but should not be enabled if multiple
+ tenants will utilize volumes from a shared Storage Pool.