Symptoms:
The storage space on any partition may not be reclaimed post cleanup.
Running the command:
du -a * | sort -n -r | head -n 20
on the /storage/log directory may show a lower space being used when compared to the output of df -h
vCenter Server 6.x/7.x/8.x
This can happen when the deleted file is in use by any service running on the vCenter Server.
To check if any process is using the file, run the command: lsof +L1
lsof +L1systemctl restart rsyslog kill pid df -h