Open ebs
This commit is contained in:
parent
84e6f5058f
commit
3ef9179dc7
12
openebs/jiva-sc.yml
Normal file
12
openebs/jiva-sc.yml
Normal 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
6
openebs/jiva-sp.yaml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
apiVersion: openebs.io/v1alpha1
|
||||||
|
kind: StoragePool
|
||||||
|
metadata:
|
||||||
|
name: jiva-pool
|
||||||
|
spec:
|
||||||
|
path: "/mnt"
|
Loading…
Reference in a new issue