fix(datastore): Configure storagePool
This commit is contained in:
parent
49e16cba00
commit
fc8850eecc
1 changed files with 11 additions and 0 deletions
|
|
@ -30,3 +30,14 @@ spec:
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/etc/lvm/archive
|
path: /var/etc/lvm/archive
|
||||||
type: DirectoryOrCreate
|
type: DirectoryOrCreate
|
||||||
|
---
|
||||||
|
apiVersion: piraeus.io/v1
|
||||||
|
kind: LinstorSatelliteConfiguration
|
||||||
|
metadata:
|
||||||
|
name: storage-pool
|
||||||
|
spec:
|
||||||
|
storagePools:
|
||||||
|
- name: lvmThin
|
||||||
|
lvmThinPool:
|
||||||
|
volumeGroup: vg0
|
||||||
|
thinPool: thinpool
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue