This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

[9.001] [INFO-154] Data Disk is filling up - please check

Hi guys !
Usage grew up and up during last weeks,
burying my hope that somewhere in UTM is a neat little piece of software
which cleans up automatically.

Clearing HTTP caching released 3% - not really mentionable.
Now I gathered round in data partition,

wondering if in storage/cores these files should be coredumps ??

and if I could delete them without pain ??

and further if there is a posiibility like in longtmp
to clean up dirs like that periodically ??
say: remove files older than ....

greets,


This thread was automatically locked due to age.
Parents
  • I was having the same issue but my problem was different. 
    using the help of du -sh * I found out that my
    /var/storage/pgsql92/data/pg_xlog
    Was 1.7G!

    So what I did to resolve this was:
    cd /var/storage/pgsql92/data/pg_xlog
    pg_archivecleanup -d /var/log/storage/pgsql92/data/pg_xlog/ ************XX

    Where the *************** is the last file you want to keep
    you need to specify an earlier file. I suggest go back 4 or 5 files just to make sure.

    I believe the reason this is happening is because the VM gets suspended when it is being backed up and when it is resumed, PGSQL tries to catch up and creates these 16 MB files. I'm not exactly sure how this occurs, but I'm fine doing this every few months... Or maybe I'll try removing the UTM 9 VM from the Backup list. Anyway, I hope this helps someone.
Reply
  • I was having the same issue but my problem was different. 
    using the help of du -sh * I found out that my
    /var/storage/pgsql92/data/pg_xlog
    Was 1.7G!

    So what I did to resolve this was:
    cd /var/storage/pgsql92/data/pg_xlog
    pg_archivecleanup -d /var/log/storage/pgsql92/data/pg_xlog/ ************XX

    Where the *************** is the last file you want to keep
    you need to specify an earlier file. I suggest go back 4 or 5 files just to make sure.

    I believe the reason this is happening is because the VM gets suspended when it is being backed up and when it is resumed, PGSQL tries to catch up and creates these 16 MB files. I'm not exactly sure how this occurs, but I'm fine doing this every few months... Or maybe I'll try removing the UTM 9 VM from the Backup list. Anyway, I hope this helps someone.
Children
No Data