User quota doesn't include transcoded videos and thumbnails #19517
bakhtiyarneyman
started this conversation in
Feature Request
Replies: 1 comment 3 replies
-
This is currently the intended design so it's not an issue. Leaving open as a feature request, though not sure if will be considered for implementation. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
The bug
Currently, the quota is computed using only the data that the user uploaded. It should also include additional artifacts that Immich generated based on the uploads of the user.
Why is this a bug?
I have other services running on my server besides immich. The space is tight. I want to institute tight control of the quota to avoid locking up other services that might also consume disk space. I do that via
reservation
property on individual ZFS datasets that are backing up services, includingimmich
. Originally, I had set up the reservation on the immich dataset to match the sum of quotas assigned within Immich. I was lucky enough to notice the discrepancy between the storage reported by the Immich frontend and the underlying dataset. If I were not, my system would have locked up, making changes extremely painful.The OS that Immich Server is running on
NixOS 25.05
Version of Immich Server
1.134.0
Version of Immich Mobile App
N/A
Platform with the issue
Your docker-compose.yml content
N/A
Your .env content
Reproduction steps
Obvious.
Relevant log output
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions