]> 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)
committerThierry Carrez <thierry@openstack.org>
Wed, 8 Oct 2014 10:27:55 +0000 (12:27 +0200)
commit40eff25fce9a350d1872b083503e4306242961de
tree85551a6518b7ccc103677916a9104639a304c322
parent20d1476624d7257bd7f5439a54f802fd4f20f765
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
(cherry picked from commit 4cb4be4122a44dc99d6f29f065cdd32ae86273ce)
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