Bug 1041647

Summary: [RFE][cinder]: Add a volume driver to support ZFS-on-Linux storage in Cinder
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/cinder/+spec/zfsonlinux-volume-driver
Whiteboard: upstream_milestone_none upstream_status_unknown upstream_definition_obsolete
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 17:29:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 18:28:48 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/cinder/+spec/zfsonlinux-volume-driver.

Description:

We would like to propose a ZFS-on-Linux san-like volume service. This is in fact a kind of a mix between the current ISCSIDriver (which we use for volume exporting logics) and the SolarisISCSIDriver (which implements the ZFS logics). However, since the block-level volume export logics and the volume management logic are stuck together in the  driver classes, we cannot simply "assemble" the 2 logics together by configuration (this would require a much deeper refactoring); so the proposed implementation duplicate (with minor midifications) some code.



Specification URL (additional information):

None