cinder/cinder
Sean McGinnis b54b2de4e9
ScaleIO: Deprecate sio_allow_non_padded_thick_volumes
The config option sio_allow_non_padded_thick_volumes was added to
allow sites to continue to have non-padded thick volumes after it was
disabled by default due to security concerns. At the time it was only
thought to be an issue with thick volumes, but has since been determined
to also be an issue with thin.

To address the concerns with thin, the general option
sio_allow_non_padded__volumes was added, making the thick-only option
redundant. This new option was added without the deprecation of the
thick-only option to ease backporting to address the securty concern,
but we now want to work towards removing the thick option so we can just
have the one option for both provisioning types.

Related-bug: #1784871

Change-Id: Iaf7173cbcd9fc0929dabe3b1cb2db4b47c8bf0bd
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2018-08-20 11:32:40 -05:00
..
api Make code py3-compatible (global callable()) 2018-08-13 22:45:36 +05:30
backup Consume quota when importing backup resource 2018-08-01 13:48:25 -05:00
brick Merge "Fixes creation of mirrored volumes due to wrong type" 2017-12-16 02:30:28 +00:00
cmd Make code py3-compatible (global callable()) 2018-08-13 22:45:36 +05:30
common Enable split logging for cinder-glanceclient interaction 2018-07-11 14:38:04 +05:30
compute Add user messages for extend volume operation 2018-06-01 09:12:07 +08:00
db Reserve 3 migrations for DB backports 2018-08-13 07:46:24 -05:00
group V3 json schema validation: generic volume groups 2018-05-08 18:07:28 +05:30
hacking Fix invalid escape sequence warnings 2018-06-20 16:22:26 -05:00
image Merge "Enable split logging for cinder-glanceclient interaction" 2018-07-15 15:17:34 +00:00
interface Make scheduler check online_extend_support capability 2018-06-26 14:42:34 -03:00
keymgr Handle migrating encryption key IDs in Backup table 2018-04-03 12:23:38 -04:00
locale Imported Translations from Zanata 2018-08-13 07:54:45 +00:00
message Support image signature verification 2018-06-11 10:14:49 +08:00
objects Make code py3-compatible (global callable()) 2018-08-13 22:45:36 +05:30
policies Merge "Add policy in code documentation for os-set_bootable API" 2018-08-08 21:19:30 +00:00
privsep Port nvmet driver to use privsep 2018-07-05 08:11:01 -04:00
scheduler Merge "Make scheduler check online_extend_support capability" 2018-07-13 02:20:26 +00:00
tests Merge "ScaleIO: Disable volume creation without padding" 2018-08-17 20:18:39 +00:00
transfer Transfer snapshots with volumes 2018-07-19 09:42:43 +08:00
volume ScaleIO: Deprecate sio_allow_non_padded_thick_volumes 2018-08-20 11:32:40 -05:00
wsgi Initialize osprofiler in WSGI application 2018-01-09 14:06:34 +01:00
zonemanager FC: refactor fczm utils decorators to functions 2018-04-16 16:23:59 -07:00
__init__.py
context.py Add Keystone v3 domain information to context 2018-04-25 09:29:33 -04:00
coordination.py Remove deprecated heartbeat options 2017-10-03 14:41:18 -05:00
exception.py Merge "Remove 'message' from format argument from exception" 2018-06-26 05:15:55 +00:00
flow_utils.py
i18n.py Replace http with https for doc links in cinder 2017-10-17 11:14:01 +08:00
manager.py Allow configuring tpool size 2018-03-08 15:59:29 +01:00
opts.py Remove the CoprHD driver 2018-08-09 21:34:25 +00:00
policy.py Add cg policies and clean up old policy handling 2017-12-04 10:07:54 +08:00
quota.py V3 jsonschema validation: Quotas 2018-04-27 08:21:51 +05:30
quota_utils.py Add Generic Volume Group Into Quota Management 2017-05-26 01:43:23 +00:00
rpc.py Remove deprecated oslo_messaging.get_transport 2017-06-13 14:25:38 +07:00
service.py Use InvalidConfigurationValue instead of InvalidInput 2018-04-11 19:25:48 +08:00
service_auth.py Add service_token for cinder-nova interaction 2017-12-15 12:04:23 +05:30
ssh_utils.py Stop a connections leak when freeing an SSHPool 2018-02-14 18:16:55 -06:00
test.py Merge "Implement privsep boilerplate in cinder." 2018-06-14 08:04:18 +00:00
utils.py [Logging] Enable filtering of trace_api logs 2018-06-29 10:04:55 -03:00
version.py