Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 427 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 427 Bytes

nfvexpress-zfs

ZFS driver for Cinder. Currently works with ZoL (ZFS on Linux)

ZFS installation on CentOS/RHEL

https://github.com/zfsonlinux/zfs/wiki/RHEL-and-CentOS

Pool creation

zpool create cinder-zfs /dev/sdb

Cinder configuration

[DEFAULT]
enabled_backends=zfs

[zfs]
volume_backend_name=zfs
volume_driver=cinder.volume.drivers.zfs.ZFSVolumeDriver
iscsi_helper=lioadm
zfs_zpool=cinder-zfs
zfs_type=thin