How To
Summary
This article provides steps to scale-up a PV-pool based NooBaa backingstore.
Environment
- IBM Fusion Data Foundation 4.x
- Red Hat OpenShift Data Foundation 4.x
Steps
- If possible, clean up some data from the NooBaa bucket.
- To scale up the capacity for persistent volume based backingstore, edit the backingstore and increase the numVolumes count.
$ oc -n openshift-storage edit backingstore {backingstore_name}
spec:
pvPool:
numVolumes: <NUMBER OF VOLUMES> <<<<<<<<<<<<< Increase the count here.
resources:
requests:
storage: <VOLUME SIZE>
storageClass: <LOCAL STORAGE CLASS>
type: pv-pool
- Increasing the number of volumes will add more PV's to the backingstore.
- Check if new PV was created and new backingstore pod is running.
Additional Information
- Verify if it's Local persistent volume-backed (PV-pool) backingstore.
$ oc -n openshift-storage get backingstore {backingstore_name} -o jsonpath='{.spec.type}'
- Jump inside the backingstore pod and verify the storage utilization.
$ oc -n openshift-storage get pods | grep {backingstore_name}
$ oc rsh {backingstore_pod}
# df -h
Document Location
Worldwide
[{"Type":"MASTER","Line of Business":{"code":"LOB66","label":"Technology Lifecycle Services"},"Business Unit":{"code":"BU070","label":"IBM Infrastructure"},"Product":{"code":"SSSEWFV","label":"Storage Fusion Data Foundation"},"ARM Category":[{"code":"a8m3p000000UoIUAA0","label":"Documentation"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions"}]
Was this topic helpful?
Document Information
Modified date:
17 March 2025
UID
ibm17185514