This commit is contained in:
Micke Nordin 2023-03-28 18:27:39 +02:00
parent 84e6f5058f
commit 3ef9179dc7
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 18 additions and 0 deletions

12
openebs/jiva-sc.yml Normal file
View file

@ -0,0 +1,12 @@
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: openebs-jiva-3repl
annotations:
openebs.io/cas-type: jiva
cas.openebs.io/config: |
- name: ReplicaCount
value: "3"
- name: StoragePool
value: jiva-pool
provisioner: openebs.io/provisioner-iscsi

6
openebs/jiva-sp.yaml Normal file
View file

@ -0,0 +1,6 @@
apiVersion: openebs.io/v1alpha1
kind: StoragePool
metadata:
name: jiva-pool
spec:
path: "/mnt"