Openshift Event Code: 1038NODE0006

Summary: Filesystem is predicted to run out of inodes within the next 4 hours.

Bu makale şunlar için geçerlidir: Bu makale şunlar için geçerli değildir: Bu makale, belirli bir ürüne bağlı değildir. Bu makalede tüm ürün sürümleri tanımlanmamıştır.

Symptoms

A node's file system becoming full can have a widespread negative impact. The issue might cause any or all of the applications scheduled to that node to experience anything from degraded performance to becoming fully inoperable,

Depending on the node and file system involved, this issue can pose a critical threat to the stability of a cluster.

Cause

The NodeFilesystemFilesFillingUp alert is similar to the NodeFilesystemSpaceFillingUp alert, but predicts that the file system will run out of inodes rather than bytes of storage space.

The alert triggers at a critical level when the file system is predicted to run out of available inodes within four hours.

Resolution

Diagnosis

Note the instance and mountpoint labels from the alert. You can graph the usage history of this file system by using the following query in the OpenShift web console (Observe → Metrics → Run queries):

node_filesystem_files_free{
  instance="<value of instance label from alert>",
  mountpoint="<value of mountpoint label from alert>"
}

You can also open a debug session on the node and use standard Linux utilities to locate the source of the usage:

$ MOUNT_POINT='<value of mountpoint label from alert>'
$ NODE_NAME='<value of instance label from alert>'

$ oc debug "node/$NODE_NAME"
$ df -hi "/host/$MOUNT_POINT"
 

Note that in many cases a file system that is running out of inodes will still have available storage. Running out of inodes is often caused when an application creates many small files.

Mitigation

The number of inodes allocated to a file system is usually based on the storage size. You might be able to solve the problem, or at least delay the negative impact of the problem, by increasing the size of the storage volume. Otherwise, determine the application that is creating large numbers of small files and then either adjust its configuration or provide it with dedicated storage.

Support

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

Etkilenen Ürünler

APEX Cloud Platform for Red Hat OpenShift
Makale Özellikleri
Article Number: 000217421
Article Type: Solution
Son Değiştirme: 20 Şub 2026
Version:  3
Sorularınıza diğer Dell kullanıcılarından yanıtlar bulun
Destek Hizmetleri
Aygıtınızın Destek Hizmetleri kapsamında olup olmadığını kontrol edin.