Merge "Remove deprecated sio_allow_non_padded_thick_volumes"

This commit is contained in:
Zuul 2018-08-23 14:44:58 +00:00 committed by Gerrit Code Review
commit ad310ba572
3 changed files with 5 additions and 21 deletions

View File

@ -108,7 +108,6 @@ scaleio_opts = [
help='max_over_subscription_ratio setting for the driver. '
'Maximum value allowed is 10.0.'),
cfg.BoolOpt('sio_allow_non_padded_volumes',
deprecated_name='sio_allow_non_padded_thick_volumes',
default=False,
help='Allow volumes to be created in Storage Pools '
'when zero padding is disabled. This option should '

View File

@ -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.

View File

@ -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.