Disk Warning on Multisystem Reactor
-
For the life of me I cannot figure this out.
when I run the du -hs command (from the host) for the mapped volume I get 25M
(/home/seth/ReactorConfig maps to /var/reactor)Inside the container I ran du -hs for each of the folders that the ui is complaining about
/opt/reactor = 71.2M
/var/reactor/storage = 2.9M
/var/reactor/logs = 17.6MIf I run df on the docker container I get this. Disk space is not critical
What gives?
-
It's not complaining about what you are using, it's complaining about what is available. By default, Reactor will gripe when free space falls below 10% available.
Docs: https://reactor.toggledbits.com/docs/SystemController/
-
Thanks that was it. For some reason Home Assistant was configured with Debug logging on and the log file was 267GB on a 512gb drive. SMH...