]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Filtering type extra-spec support to ZFSSA drivers
authorKedar Vidvans <kedar.vidvans@oracle.com>
Tue, 5 Jan 2016 14:49:03 +0000 (09:49 -0500)
committerKedar Vidvans <kedar.vidvans@oracle.com>
Fri, 29 Jan 2016 15:59:20 +0000 (10:59 -0500)
commitc64eda69e3688ae0d4a3e6da5f2d51d24f62d158
treeafc9dd78521bf0ad6286402553e015677f3ee94d
parent7df01a599ac40b28ad8bd753660d9a466cec6250
Filtering type extra-spec support to ZFSSA drivers

This change adds filtering type of extra specs to the ZFSSA drivers. It will
enable admins to create volume-types with the set of capabilities added by
this change.
Extra specs being added the ZFSSA iSCSI driver are: zfssa_poolprofile,
zfssa_volblocksize, zfssa_sparse, zfssa_compression, zfssa_logbias
Extra specs being added the ZFSSA NFS driver are: zfssa_poolprofile,
zfssa_sparse, zfssa_compression, zfssa_logbias, zfssa_encryption

Change-Id: I9167a50111f96921480dc30b350899035bf676bb
Implements: blueprint oracle-zfssa-extra-specs
cinder/tests/unit/test_zfssa.py
cinder/volume/drivers/zfssa/zfssaiscsi.py
cinder/volume/drivers/zfssa/zfssanfs.py
cinder/volume/drivers/zfssa/zfssarest.py