df -h' shows high utilisation (80-100%) of the root partition.lsof +L1 | grep '(deleted)'' shows that 'rsyslog' had locked large deleted files.VMware Identity Manager (vIDM) v3.3.7
The 'rsyslog' service locks deleted files, creating "ghost" files that completely exhaust the available space on the root (/) filesystem, leading to cluster instability and directory sync failures.
If the output of the 'lsof +L1 | grep '(deleted)'' shows 'rsyslog' has locked files, the following steps can be taken to immediately release the locked files.
Open an SSH session to the affected vIDM node(s).
Restart the rsyslog service to release the locked deleted files by running the following command: systemctl restart rsyslog
Restart the horizon-workspace service to restore application health: service horizon-workspace restart
Verify that the root partition utilization has dropped using df -h and that the nodes are reporting healthy in the UI.
To prevent this issue in the future, the steps in the resolution of the KB below can be followed: