14.2. Increasing CPU and memory for PV pool resources
MCG default configuration supports low resource consumption. However, when you need to increase CPU and memory to accommodate specific workloads and to increase MCG performance for the workloads, you can configure the required values for CPU and memory in the OpenShift Web Console.
Procedure
-
In the OpenShift Web Console, navigate to Storage
Object Storage Backing Store. - Select the relevant backing store and click on YAML.
Scroll down until you find
spec:and updatepvPoolwith CPU and memory. Add a new property of limits and then add cpu and memory.Example reference:
spec: pvPool: resources: limits: cpu: 1000m memory: 4000Mi requests: cpu: 800m memory: 800Mi storage: 50Gi- Click Save.
Verification steps
- To verfiy, you can check the resource values of the PV pool pods.