mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
As the selector is needed in the latest kubetnetes cluster Also updated zfs volume custom resource and renamed few fields of percona application. Signed-off-by: Pawan <pawan@mayadata.io>
18 lines
374 B
YAML
18 lines
374 B
YAML
apiVersion: openebs.io/v1alpha1
|
|
kind: ZFSVolume
|
|
metadata:
|
|
name: pvc-34133838-0d0d-11ea-96e3-42010a800114
|
|
namespace: openebs
|
|
spec:
|
|
capacity: "4294967296"
|
|
compression: "off"
|
|
dedup: "off"
|
|
encryption: ""
|
|
fsType: "zfs"
|
|
keyformat: ""
|
|
keylocation: ""
|
|
ownerNodeID: zfspv-node1
|
|
poolName: zfspv-pool
|
|
recordsize: 8k
|
|
thinProvision: "off"
|
|
volumeType: DATASET
|