zfs-localpv/pkg
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
..
apis/openebs.io/core/v1alpha1 feat(ZFSPV): adding support for applications to create "zfs" flesystem (#15) 2019-11-21 19:00:15 +05:30
builder feat(ZFSPV): adding support for applications to create "zfs" flesystem (#15) 2019-11-21 19:00:15 +05:30
common feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
config feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
driver feat(ZFSPV): adding support for applications to create "zfs" flesystem (#15) 2019-11-21 19:00:15 +05:30
generated feat(zfs-localpv): autogenerated code for zfs-localpv 2019-09-18 08:44:08 +05:30
response adding topology support for zfspv (#7) 2019-11-01 06:46:04 +05:30
version feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
zfs feat(ZFSPV): adding support for applications to create "zfs" flesystem (#15) 2019-11-21 19:00:15 +05:30