]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
NetApp direct to filer drivers for iscsi and nfs.
authorNavneet Singh <singn@netapp.com>
Sun, 11 Nov 2012 00:07:15 +0000 (16:07 -0800)
committerNavneet Singh <singn@netapp.com>
Sat, 17 Nov 2012 22:56:55 +0000 (14:56 -0800)
commitaba228075d779547f5e866671fadc8e12ef77da2
tree95bfe563f161c496f1ddefac264beca41bd10bac
parent835fb61442b9b2737a6791e1a46e6d3a01fa0e6b
NetApp direct to filer drivers for iscsi and nfs.

The drivers are designed to work with 7 mode and cluster storage systems.
The drivers are designed to communicate with the NetApp storage controllers
directly without requiring any intermediate management softwares in place using
the NetApp api. Hence these represent the direct to filer versions of NetApp drivers.
This also contains conventional nfs driver for cluster systems which requires
NetApp management software as middle layer. Implementation for cloning support
and basic volume type scheduler support in driver added. All NetApp drivers
shifted into separate NetApp package. NetApp api refactored into a separate file
other than drivers.

blueprint netapp-direct-volume-drivers
blueprint netapp-cluster-nfs-driver

Change-Id: If3f5389d1f98eba899c4928a8ae1c1d3430bd847
cinder/tests/test_drivers_compatibility.py
cinder/tests/test_netapp.py
cinder/tests/test_netapp_nfs.py
cinder/volume/drivers/netapp/__init__.py [new file with mode: 0644]
cinder/volume/drivers/netapp/api.py [new file with mode: 0644]
cinder/volume/drivers/netapp/iscsi.py [moved from cinder/volume/drivers/netapp.py with 53% similarity]
cinder/volume/drivers/netapp/nfs.py [new file with mode: 0644]
cinder/volume/drivers/netapp_nfs.py [deleted file]
cinder/volume/manager.py