A disk usage alert is triggered on an ESXi host OS partition, typically mounted under: /vmfs/volumes/<UUID>
When running the following command on the ESXi host:
du -ch /vmfs/volumes/<UUID>
You may observe that the vmkdump directory is consuming space in gigabytes, primarily due to a large dump file.
VMware vSphere ESXi 7.x
VMware vSphere ESXi 8.x
The issue is caused by a stale core dump file that was generated during a previous system event or crash and was not automatically removed. This file continues to consume space on the OS partition, leading to disk usage alerts.
To resolve the high disk usage and clean up the stale coredump file:
esxcli system coredump file set --unconfigure
rm -rf /vmfs/volumes/<datastore-name>/<dumpfile-name>
esxcli system coredump file set --configure
esxcli system coredump file set -p /vmfs/volumes/<datastore-name>/<new-dumpfile-name>
esxcli system coredump file list