[Support]: Frigate unable to handle zfs dataset quota #11266
Replies: 1 comment 2 replies
-
Have you learned anything else about this? I was having a problem with Frigate not cleaning up old recordings as well, and put a 50GB ZFS disk quota on the NFS share to prevent Frigate from thinking it can consume all storage. Instead it just fails at 50GB disk space used as it thinks there is 20TB+ more storage it can use. Same error's you reported:
And within a few seconds...
Frigate is left in a state where it is unable to record and seems unable to cleanup old recordings. I had to manually purge out old directories to get free space within the disk quota.
For now I changed |
Beta Was this translation helpful? Give feedback.
-
Describe the problem you are having
I have a 4TB zpool, with a dataset (frigate/data) with a quota of 512GB. Frigate is unable to continue recording, or function normally when the dataset has reached it's quota.
When the dataset reaches it's quota, the webui is unable to display images for the camera display, and I'm also unable to watch cameras live. The recordings do seem to continue to save.
If I delete the data inside the dataset, functionality resumes, but I was under the impression, frigate would delete old files, if the storage ran out. I suspect hitting quota limit, is not the same thing as running out of disk space???
Version
ghcr.io/blakeblackshear/frigate@sha256:2068baac8d8b9a29a97483d0ab603b024fe606ec7d555b70da5a024fbeab12e3
Frigate config file
Relevant log output
FFprobe output from your camera
Frigate stats
N/A
Operating system
Debian
Install method
Docker Compose
Coral version
Other
Network connection
Wired
Camera make and model
N/A
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions