Openshift Event Code: 1030CLST0003

Resumen: etcd cluster database is running full.

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

etcd cluster : database size exceeds the defined quota on etcd instance, please defrag or increase the quota as the writes to etcd will be disabled when it is full.

Causa

This alert fires when the total existing DB size exceeds 95% of the maximum DB quota. The consumed space is in Prometheus represented by the metric etcd_mvcc_db_total_size_in_bytes, and the DB quota size is defined by etcd_server_quota_backend_bytes.

In case the DB size exceeds the DB quota, no writes can be performed anymore on the etcd cluster. This further prevents any updates in the cluster, such as the creation of pods.

Resolución

Diagnosis:
The following two approaches can be used for the diagnosis.

CLI Checks
To run etcdctl commands, we need to rsh into the etcdctl container of any etcd pod.
$ oc rsh -c etcdctl -n openshift-etcd $(oc get pod -l app=etcd -oname -n openshift-etcd | awk -F"/" 'NR==1{ print $2 }')

Validate that the etcdctl command is available:
$ etcdctl version

etcdctl can be used to fetch the DB size of the etcd endpoints.
$ etcdctl endpoint status -w table

PromQL queries
Check the percentage consumption of etcd DB with the following query in the metrics console(Observe → Metrics → Run queries):
(etcd_mvcc_db_total_size_in_bytes / etcd_server_quota_backend_bytes) * 100

Check the DB size in MB that can be reduced after defragmentation:
(etcd_mvcc_db_total_size_in_bytes - etcd_mvcc_db_total_size_in_use_in_bytes)/1024/1024

Mitigation:
Capacity planning
If the etcd_mvcc_db_total_size_in_bytes shows that you are growing close to the etcd_server_quota_backend_bytes, etcd almost reached max capacity and it's start planning for new cluster.

In the meantime before migration happens, you can use defrag to gain some time.

Defrag
When the etcd DB size increases, we can defragment existing etcd DB to optimize DB consumption as described in here:
$ etcdctl defrag

As validation, check the endpoint status of etcd members to know the reduced size of etcd DB. Use for this purpose the same diagnostic approaches as listed above. More space should be available now.

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: 000217413
Tipo de artículo: Solution
Última modificación: 19 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.