PersistentVolumeUsageNearFull
A Persistent Volume Claim (PVC) is nearing its full capacity and may lead to data loss if not attended to in a timely manner.
Impact: High
Mitigation
- Expand the PVC size to increase the capacity.
- Log in to the OpenShift Web Console.
- Go to .
- Select openshift-storage from the Project drop-down list.
- On the PVC you want to expand, go to .
- Update the Total size to the desired size.
- Click Expand.
- Alternatively, you can delete unnecessary data that may be taking up space.
ceph osd pool set-quota <pool> max_bytes <bytes>
ceph osd pool set-quota <pool> max_objects <objects>