Hi maratrus nice week
, I did a test and I just restarted nginx, what was the surprise? The ghost space was recovered:
root@anuncios:/# /etc/init.d/nginx stop
Stopping nginx: nginx.
root@anuncios:/# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/simfs 5.8G 1.8G 4.0G 31% /
tmpfs 2.0G 0 2.0G 0% /lib/init/rw
tmpfs 2.0G 0 2.0G 0% /dev/shm
root@anuncios:/# /etc/init.d/nginx start
Starting nginx: nginx.
root@anuncios:/# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/simfs 5.8G 480M 5.3G 9% /
tmpfs 2.0G 0 2.0G 0% /lib/init/rw
tmpfs 2.0G 0 2.0G 0% /dev/shm
root@anuncios:/#
How can I fix this without restarting the VE or nginx each night?