Not enough disk space! Available disk space at /storage/var: {Total disk space available} is less than required disk space: {Total requires disk space}
Aria Operations for Logs 8.x
The QueryResultsCache.data file in the "/storage/var/loginsight/cache" directory is growing disproportionately in size and consuming significant disk space.
The same can be verified by running the following command:
cd /
du -h | sort -h
The following workaround can be applied:
service loginsight stop
cd /storage/var/loginsight/cache
ls -lh
rm QueryResultsCache.data
rm QueryResultsCache.lock
service loginsight start
Impact:
Also Refer: How to safely clean /storage/var space in Aria Operations for Logs (Formerly vRealize Log Insight).