Pilerpurge.py increaseing data usage.

Issue #1092 closed
EKRACH created an issue

When i’m trying to remove the aged email by pilerpurge.py, the size of the disk is increasing even when the pilerpurge.py is finish the task, the size of data still consume and growth. and right now im facing that when i'm using the pilerpurge.py, my disk is increase for like 50 GB (from 5 TB of disk, 4.7 TB of data) im not sure what happen.

Piler version: 1.3.1

OS: CentOS 7

Comments (7)

  1. Janos SUTO repo owner

    I don’t think it’s the case since pilerpurge removes files from the disk. I suspect that new emails or something else contributes to that extra 50 GB disk.

  2. EKRACH reporter

    I've test by stop sending mail to piler. But the size of disk still growth.

    My suspect that when the pilerpurge.py try to delete the email, this may create some temp file in the system. In my opinion that the pilerpurge.py may create some huge temp file in somewhere.

  3. Janos SUTO repo owner

    No, pilerpurge.py doesn’t create temp files. You need to measure on which part of the filesystem you experience the 50 GB growth. Then based on that data we may figure out what’s going on.

  4. EKRACH reporter

    Now i’ve test by stop sending email to piler again. but the data still grow and keep consume disk space. So, I want to find out if it is not pilerpurge.py who consumimg the disk, which any other process keep write something to disk since as of our inspection from 10PM last night it keep growing by around 10 GB per hour, slowing down after midnight then back to 10GB/Hours again from 8AM and suddently around 70 GB of free space came back after around 12 hours passed. assuming that almost of space consuming this way had free up when some of period passed.

  5. Janos SUTO repo owner

    Don’t just blindly check df output or similar. You need to find put which directories grow.

  6. Log in to comment