Openshift Event Code: 1038CLST0007
Zusammenfassung: PersistentVolume is filling up.
Dieser Artikel gilt für
Dieser Artikel gilt nicht für
Dieser Artikel ist nicht an ein bestimmtes Produkt gebunden.
In diesem Artikel werden nicht alle Produktversionen aufgeführt.
Symptome
This alert fires when a persistent volume in one of the system namespaces has less than 3% of its total space remaining. System namespaces include default and those that have names beginning with openshift- or kube-.
If a persistent volume used by a system component fills up, the component is unlikely to function normally. A full persistent volume can also lead to a partial or full cluster outage.
If a persistent volume used by a system component fills up, the component is unlikely to function normally. A full persistent volume can also lead to a partial or full cluster outage.
Ursache
There can be various reasons why a volume is filling up. This KB does not cover application specific reasons, only mitigations for volumes that are legitimately filling.
As always refer to recommended scenarios for given service.
As always refer to recommended scenarios for given service.
Lösung
Diagnosis:
The alert labels include the name of the persistent volume claim (PVC) associated with the volume running low on storage. The labels also include the namespace in which the PVC is located. Use this information to graph available storage in the OpenShift web console (Observe → Metrics → Run queries).
The following is an example query for a PVC associated with a Prometheus instance in the openshift-monitoring namespace:
kubelet_volume_stats_available_bytes{
namespace="openshift-monitoring",
persistentvolumeclaim="prometheus-k8s-db-prometheus-k8s-0"
}
You can also inspect the contents of the volume manually to determine what is using the storage:
$ PVC_NAME='<persistentvolumeclaim label from alert>'
$ NAMESPACE='<namespace label from alert>'
$ oc -n $NAMESPACE describe pvc $PVC_NAME
$ POD_NAME='<"Used By:" field from the above output>'
$ oc -n $NAMESPACE rsh $POD_NAME
$ df -h
Mitigation:
Mitigation for this issue depends on what is filling up the storage.
You can try allocating more storage space to the affected volume to solve the issue.
You can also try adjusting the configuration for the component that is the volume so that the component requires less storage space. For example, if logs for a component are filling up the persistent volume, you can change the log level so that less information is logged and therefore less space is required for logs.
Support:
If all the above steps cannot resolve the issue, contact the Dell EMC technical support for further investigation.
The alert labels include the name of the persistent volume claim (PVC) associated with the volume running low on storage. The labels also include the namespace in which the PVC is located. Use this information to graph available storage in the OpenShift web console (Observe → Metrics → Run queries).
The following is an example query for a PVC associated with a Prometheus instance in the openshift-monitoring namespace:
kubelet_volume_stats_available_bytes{
namespace="openshift-monitoring",
persistentvolumeclaim="prometheus-k8s-db-prometheus-k8s-0"
}
You can also inspect the contents of the volume manually to determine what is using the storage:
$ PVC_NAME='<persistentvolumeclaim label from alert>'
$ NAMESPACE='<namespace label from alert>'
$ oc -n $NAMESPACE describe pvc $PVC_NAME
$ POD_NAME='<"Used By:" field from the above output>'
$ oc -n $NAMESPACE rsh $POD_NAME
$ df -h
Mitigation:
Mitigation for this issue depends on what is filling up the storage.
You can try allocating more storage space to the affected volume to solve the issue.
You can also try adjusting the configuration for the component that is the volume so that the component requires less storage space. For example, if logs for a component are filling up the persistent volume, you can change the log level so that less information is logged and therefore less space is required for logs.
Support:
If all the above steps cannot resolve the issue, contact the Dell EMC technical support for further investigation.
Betroffene Produkte
APEX Cloud Platform for Red Hat OpenShiftArtikeleigenschaften
Artikelnummer: 000217416
Artikeltyp: Solution
Zuletzt geändert: 20 Feb. 2026
Version: 3
Antworten auf Ihre Fragen erhalten Sie von anderen Dell NutzerInnen
Support Services
Prüfen Sie, ob Ihr Gerät durch Support Services abgedeckt ist.