]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add Oracle ZFSSA NFS Cinder Driver Support
authorkedar-vidvans <kedar.vidvans@oracle.com>
Tue, 9 Dec 2014 19:48:08 +0000 (14:48 -0500)
committerkedar-vidvans <kedar.vidvans@oracle.com>
Thu, 18 Dec 2014 14:28:25 +0000 (09:28 -0500)
commitda4759b6bcb099552db9a938f9068cc9d0899eb1
treecbac88366c716f1f27e71a3a261260c999665781
parent99f4664eff8afe7c38c51a846694dfb24a0867e4
Add Oracle ZFSSA NFS Cinder Driver Support

This change will add a new Oracle ZFSSA NFS Driver to Cinder.
This driver supports all minimum features required by a driver for the kilo release.
This driver uses the base nfs driver methods for creating and deleting volumes.

Certification test results: https://bugs.launchpad.net/cinder/+bug/1400406

Change-Id: Id61fe3319172c8ff19ed421ead618e583a8d9263
Implements: blueprint oracle-zfssa-nfs-cinder-driver
cinder/exception.py
cinder/tests/test_zfssa.py
cinder/volume/drivers/zfssa/webdavclient.py [new file with mode: 0644]
cinder/volume/drivers/zfssa/zfssanfs.py [new file with mode: 0644]
cinder/volume/drivers/zfssa/zfssarest.py