Im trying to deploy piraeus via the helm chart. It keeps deploying the metadata pool at 120m. How can i specify a size to use when it creates the metadatapool. This is the portion of the helm chart im using.
linstorSatelliteConfigurations:
- name: host-network
spec:
podTemplate:
spec:
hostNetwork: true
- name: lvm-thin-storage-pool
spec:
storagePools:
- name: lvm-thin
lvmThinPool:
volumeGroup: drbd-vg
thinPool: thinpool
source:
hostDevices:
- 'device'
Im trying to deploy piraeus via the helm chart. It keeps deploying the metadata pool at 120m. How can i specify a size to use when it creates the metadatapool. This is the portion of the helm chart im using.
linstorSatelliteConfigurations:
- name: host-network
spec:
podTemplate:
spec:
hostNetwork: true
- name: lvm-thin-storage-pool
spec:
storagePools:
- name: lvm-thin
lvmThinPool:
volumeGroup: drbd-vg
thinPool: thinpool
source:
hostDevices:
- 'device'