Openshift Event Code: 1038CLST0008

Resumen: PersistentVolumeInodes are filling up.

Este artículo se aplica a Este artículo no se aplica a Este artículo no está vinculado a ningún producto específico. No se identifican todas las versiones del producto en este artículo.

Síntomas

The KubePersistentVolumeInodesFillingUp alert triggers when a persistent volume in one of the system namespaces has less than 3% of its allocated inodes left. System namespaces include default and those that have names beginning with openshift- or kube-.

Significant inode usage by a system component is likely to prevent the component from functioning normally. Significant inode usage can also lead to a partial or full cluster outage.

Causa

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.

Resolución

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_inodes_used{
  namespace="openshift-monitoring",
  persistentvolumeclaim="prometheus-k8s-db-prometheus-k8s-0"
}

You can inspect the status of the volume manually to determine which directory is consuming a large number of inodes:

$ 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
$ cd /path/to/pvc-mount
$ ls -li .
$ stat

Mitigation

Mitigating this issue depends on the total count of files, directories, and symbolic links. You cannot expand the number of inodes on a file system after the file system has been created. However, you can adjust the configuration for the component using the volume so that it creates fewer files, directories, and symbolic links.

Support

If all the above steps cannot resolve the issue, contact the Dell EMC technical support for further investigation.

Productos afectados

APEX Cloud Platform for Red Hat OpenShift
Propiedades del artículo
Número del artículo: 000217417
Tipo de artículo: Solution
Última modificación: 20 feb 2026
Versión:  3
Encuentre respuestas a sus preguntas de otros usuarios de Dell
Servicios de soporte
Compruebe si el dispositivo está cubierto por los servicios de soporte.