You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ocis can't finish uploading if the storage disk is full.
I tried to upload a 50GB file via UI on local env. If my free disk space is less than the [file size]* 2 the upload is finished with the error 500. The ocis logs show an error "insufficient storage: disk full" The blob file is already in a storage/users/uploads
{"level":"error","service":"storage-users","pkg":"rhttp","pid":80557,"request-id":"a23eddcc-a974-415f-84f0-cf1073e970ee","path":"/Users/roman/.ocis/storage/users/spaces/so/me-admin-user-id-0000-000000000000/nodes/4c/a2/e9/2b/-c49b-457f-8c70-059fcc079539","error":"error: insufficient storage: disk full","time":"2025-04-15T11:04:34+02:00","message":"failed to init new node"}
{"level":"error","service":"storage-users","pkg":"rhttp","datatx":"tus","method":{},"path":{},"requestId":{},"id":{},"time":"2025-04-15T11:04:34+02:00","message":"InternalServerError"}
{"level":"error","service":"storage-users","pkg":"rhttp","traceid":"72ffebab89f5031e63b6f10729c225cc","host":"127.0.0.1","method":"PATCH","uri":"/data/tus/9723bb65-2d77-41c5-816b-3fbd1e0a23f4","url":"/9723bb65-2d77-41c5-816b-3fbd1e0a23f4","proto":"HTTP/1.1","status":500,"size":66,"start":"15/Apr/2025:11:01:53 +0200","end":"15/Apr/2025:11:04:34 +0200","time_ns":161738686731,"time":"2025-04-15T11:04:34+02:00","message":"http"}
Describe the bug
ocis can't finish uploading if the storage disk is full.
I tried to upload a 50GB file via UI on local env. If my free disk space is less than the [file size]* 2 the upload is finished with the error 500. The ocis logs show an error
"insufficient storage: disk full"
The blob file is already in astorage/users/uploads
Steps to reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Actual behavior
A clear and concise description of what happened.
Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: