Skip to content

marcusricardoaguiar/nfvexpress-zfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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=tgtadm
zfs_zpool=cinder-zfs
zfs_type=thin

About

ZFS driver for Cinder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Shell 0.6%