]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Deprecate / obsolete NetApp volume extra specs
authorClinton Knight <cknight@netapp.com>
Fri, 26 Sep 2014 16:07:44 +0000 (12:07 -0400)
committerClinton Knight <cknight@netapp.com>
Wed, 1 Oct 2014 14:49:55 +0000 (10:49 -0400)
commit4cb4be4122a44dc99d6f29f065cdd32ae86273ce
tree853a2fcf796d0fbfe525ad1ae1ea2635edb8efe2
parent43d39f0351565d955b47e7af4da41903716512d7
Deprecate / obsolete NetApp volume extra specs

The NetApp Data ONTAP (Cluster-mode) NFS & iSCSI drivers for Juno support
the Cinder pools feature, but the drivers are reporting two qualified
extra specs that must be converted to unqualified extra specs in order to
be used by the Cinder scheduler's capability filter. Furthermore, there
are four extra specs that must be deprecated due to having the pools
feature.  Warnings will be logged during volume creation if any of the
obsolete or deprecated extra specs are seen in the volume type.

Change-Id: I4dbd667610e481356304a12b8dae84cff61aa9d9
Closes-bug: 1374630
cinder/tests/test_netapp_nfs.py
cinder/tests/volume/drivers/netapp/test_iscsi.py
cinder/volume/drivers/netapp/iscsi.py
cinder/volume/drivers/netapp/nfs.py
cinder/volume/drivers/netapp/utils.py