]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove deprecated options from NFS driver
authorTom Barron <tpb@dyncloud.net>
Tue, 19 Jan 2016 13:56:51 +0000 (08:56 -0500)
committerTom Barron <tpb@dyncloud.net>
Tue, 26 Jan 2016 00:10:55 +0000 (19:10 -0500)
commit76a3e123a636d662a714d4dba7ed2fcd15e1a14a
tree7f7ddc07e9eb24851d1d3d661c25eda0ec8b29c8
parent1c11fff2aaee85a7641952fdf48a6acad21e150c
Remove deprecated options from NFS driver

In the Liberty release, the NFS driver deprecated the 'nfs_used_ratio'
and 'nfs_oversubscription_ratio' configuration options since equivalent
common functionality is now provided across drivers by the scheduler-aware
'reserved_percentage' and 'max_over_sucscription_ratio' configuration
options.

This commit removes these deprecated options, tests for same, and
some Liberty code that proviced backwards compatibility with respect to
these options.

DocImpact

Change-Id: Ia3af9cbe69b2342649fe378aefe6ed1e46a82b19
cinder/tests/unit/test_coho.py
cinder/tests/unit/test_hitachi_hnas_nfs.py
cinder/tests/unit/test_netapp_nfs.py
cinder/tests/unit/test_nexenta.py
cinder/tests/unit/test_nfs.py
cinder/tests/unit/test_tintri.py
cinder/tests/unit/test_zfssa.py
cinder/tests/unit/volume/drivers/netapp/dataontap/test_nfs_base.py
cinder/volume/drivers/netapp/dataontap/nfs_base.py
cinder/volume/drivers/nfs.py
cinder/volume/drivers/zfssa/zfssanfs.py