Hide Forgot
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