mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
Now, applications can use the btrfs file system by mentioning "btrfs" as fstype in the storageclass :- apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: openebs-zfspv parameters: fstype: "btrfs" poolname: "zfspv-pool" provisioner: zfs.csi.openebs.io Signed-off-by: Pawan <pawan@mayadata.io>
1 line
56 B
Text
1 line
56 B
Text
adding support to have btrfs filesystem for ZFS-LocalPV
|