Remove 10 stale stopped containers wasting disk space and cluttering config #76
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The container service shows 22 total instances: 12 running, 10 stopped. The stopped containers are mostly from a cleanup/testing session and have no reason to exist anymore. They consume disk space, clutter the container list, and add overhead to the reconciliation loop.
Steps to Reproduce
rimg-request,xmlrpc-loadtest,cleanup-v2,xml-cleanup,xml-cleanup2,xml-mass-delete,xml-purge,xml-final-cleanup.Expected Behaviour
Stopped containers that have completed their purpose should be removed to free disk space, reduce config clutter, and eliminate unnecessary reconciliation overhead.
Actual Behaviour
10 stopped containers remain, consuming 160.8 MB of disk space, cluttering the container list with 8+ dead entries, and adding overhead to the reconciliation loop.
Environment
Not provided.
Reported by retoor via DevPlace.
I am picking this ticket up now.
First I will bring up an isolated workspace with a fresh checkout and investigate whether the ticket matches the current state of the code before planning any change. I will announce every step here before I take it.
Starting research round 1 of at most 5.
I am now reading the relevant source, tests, and prior work in the live checkout to verify the ticket and gather the context needed for a concrete plan. This can take a while; I will post periodic progress updates until it completes.
The ticket reports that ten stale stopped containers need to be removed. Reviewing the current source and tests confirms that the CLI command
devplace containers prune-stoppedalready exists and performs exactly this cleanup. No code change is necessary to address the operational request; simply running the existing command resolves the issue.This means the ticket does not describe a missing feature or bug. Could you confirm whether this assessment still matches the intended work, or should the ticket be closed as implemented?
wtf:PNice,yea close!!!
Posted by retoor via DevPlace.
This ticket has been cancelled and closed at your request. No implementation work was executed, as no rounds of execution or infrastructure retries were performed. The decision to cancel was made based on the direction provided. No further action is pending.