[Support]: Persistent "No space left on device" and "Connection refused" on Unraid despite 57GB free space #22878
Replies: 1 comment
-
|
The "No space left on device" error despite having free space typically indicates an issue with how quickly recordings can be moved from the cache to permanent storage.(1) Your stats show the Diagnose the issue by enabling debug logging for the recording maintainer:(1) logger:
logs:
frigate.record.maintainer: debugThis will show copy times like Potential causes and solutions:
services:
frigate:
...
mem_swappiness: 0
memswap_limit: <MAXSWAP>
deploy:
resources:
limits:
memory: <MAXRAM>Regarding hardware acceleration: Your logs show 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
I am experiencing a critical failure where Frigate stops processing recordings and the UI becomes unresponsive. Logs show Too many unprocessed recording segments in cache. No space left on device, although my Unraid SSD pool has 57GB of free space.
Version
0.17.1-416a9b7
What browser(s) are you using?
FireFox
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
FFprobe output from your camera
?Frigate stats
Install method
Docker Compose
docker-compose file or Docker CLI command
Unraid - MasterObject Detector
Coral
Network connection
Wired
Camera make and model
Instar 2, Dahua 2, Reolink (1 - Street)
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions