AnalogJ / scrutiny

Hard Drive S.M.A.R.T Monitoring, Historical Trends & Real World Failure Thresholds
MIT License
5.08k stars 165 forks source link

[Help] InfluxDB can't run on container's restart #575

Open jpbaril opened 7 months ago

jpbaril commented 7 months ago

Hi,

I have Scrutiny running like in example.hubspoke.docker-compose.yml

I can start this stack and it works. But if I stop the stack and try to restart it, it will not work. Both influxdb and scrutiny master-web always fail to start.

influxdb logs say: "find: failed to read file names from file system at or below '/var/lib/influxdb2': No such file or directory"

I don't understand why because that directory is mounted on the host and contains files. Permissions and ownership did not change on host between first run and and tentative second run.

I never had such weird issue with any Docker container. Thanks

jpbaril commented 7 months ago

In the interim I now use the image master-omnibus instead even though I don't need to collector part and it works.