[Bug]: Disk Full #16675
[Bug]: Disk Full
#16675
Replies: 1 comment 2 replies
-
|
Ok, suppose the issue- was due to it needing more space on the /config volume as well. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Checklist
Describe the problem you are having
Frigate's peewee is having issues.
Steps to reproduce
# kubectl -n frigate exec -it frigate-0 -- df -h Filesystem Size Used Avail Use% Mounted on overlay 63G 34G 27G 56% / tmpfs 64M 0 64M 0% /dev /dev/rbd1 921M 804M 102M 89% /config /dev/rbd0 30G 21M 30G 1% /exports /dev/rbd2 118G 117G 1.2G 100% /media/frigate tmpfs 1.0G 652K 1.0G 1% /dev/shm /dev/vda1 63G 34G 27G 56% /etc/hosts udev 2.9G 0 2.9G 0% /dev/bus/usb tmpfs 3.8G 12K 3.8G 1% /run/secrets/kubernetes.io/serviceaccount# kubectl -n frigate exec -it frigate-0 -- df -h Filesystem Size Used Avail Use% Mounted on overlay 63G 34G 27G 56% / tmpfs 64M 0 64M 0% /dev /dev/rbd1 921M 686M 220M 76% /config /dev/rbd0 30G 21M 30G 1% /exports /dev/rbd2 235G 117G 119G 50% /media/frigate tmpfs 1.0G 24K 1.0G 1% /dev/shm /dev/vda1 63G 34G 27G 56% /etc/hosts udev 2.9G 0 2.9G 0% /dev/bus/usb tmpfs 3.8G 12K 3.8G 1% /run/secrets/kubernetes.io/serviceaccount# kubectl -n frigate exec -it frigate-0 -- df -h Filesystem Size Used Avail Use% Mounted on overlay 63G 34G 27G 56% / tmpfs 64M 0 64M 0% /dev /dev/rbd2 921M 686M 220M 76% /config /dev/rbd1 30G 21M 30G 1% /exports /dev/rbd0 235G 117G 119G 50% /media/frigate tmpfs 1.0G 32K 1.0G 1% /dev/shm /dev/vda1 63G 34G 27G 56% /etc/hosts udev 2.9G 0 2.9G 0% /dev/bus/usb tmpfs 3.8G 12K 3.8G 1% /run/secrets/kubernetes.io/serviceaccountYup. Its broken.
Version
0.15.0
In which browser(s) are you experiencing the issue with?
N/A.
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
Operating system
Debian
Install method
HassOS Addon
Network connection
Wired
Camera make and model
Not applicable.
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