Details
-
Type:
Bug
-
Status: Rejected
-
Priority:
(None)
-
Resolution: Won't Do
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:
-
Story Points:0
-
Days in progress:0
Description
On an on-premise mender installation on a server, installed using docker-compose method, the `deployments` container size is getting bigger and bigger.
After analysis, it's because every artifacts upload is resulting of a new `/tmp/multipart-...` file on the container filesystem that is not cleaned up.
The file stays whether the artifact upload succeeded or not, and also whether the artifact is uploaded via API or via web UI.