Added piraeus storage pool
This commit is contained in:
parent
ddff432bf2
commit
c12e102e0f
|
@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- cluster.yaml
|
||||
- pool.yaml
|
||||
|
|
10
infrastructure/configs/piraeus/pool.yaml
Normal file
10
infrastructure/configs/piraeus/pool.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
apiVersion: piraeus.io/v1
|
||||
kind: LinstorSatelliteConfiguration
|
||||
metadata:
|
||||
name: storage-pool
|
||||
spec:
|
||||
storagePools:
|
||||
- name: rl-pool
|
||||
lvmThinPool:
|
||||
volumeGroup: rl
|
||||
thinPool: pool
|
Loading…
Reference in New Issue
Block a user