zfs-localpv/pkg/zfs
Pawan Prakash Sharma 68db6d2774 feat(ZFSPV): adding support for applications to create "zfs" flesystem (#15)
Application can now create a storageclass to create zfs filesystem

apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
  name: openebs-zfspv5
allowVolumeExpansion: true
parameters:
  blocksize: "4k"
  fstype: "zfs"
  poolname: "zfspv-pool"
provisioner: zfs.csi.openebs.io

ZFSPV was supporting ext2/3/4 and xfs filesystem only which
adds one extra filesystem layer on top of ZFS filesystem. So now
we can driectly write to the ZFS filesystem and get the optimal performance
by directly creating ZFS filesystem for storage.

Signed-off-by: Pawan <pawan@mayadata.io>
2019-11-21 19:00:15 +05:30
..
mount.go feat(ZFSPV): adding support for applications to create "zfs" flesystem (#15) 2019-11-21 19:00:15 +05:30
volume.go feat(ZFSPV): volume count based scheduler for ZFSPV (#8) 2019-11-06 21:20:49 +05:30
zfs_util.go feat(ZFSPV): adding support for applications to create "zfs" flesystem (#15) 2019-11-21 19:00:15 +05:30