JRobTS commented on issue #10615: URL: https://github.com/apache/druid/issues/10615#issuecomment-5480018810
> Confirmed on Druid 37.0.0 when the deprecated `SysMonitor` is enabled. It uses Sigar to query disk statistics for every local mount, including Kubernetes/Docker pseudo- and bind mounts such as `/etc/hosts` and `/dev/termination-log`, which may not have corresponding block devices inside the container. This is not a permissions issue. Removing `SysMonitor` and using `OshiSysMonitor` resolves the errors; also check inherited `druid.monitoring.monitors` configuration. Thank you!!! We were upgrading an old system and I missed [this](https://druid.apache.org/docs/latest/release-info/upgrade-notes#sysmonitor-support-deprecated) deprecation notice from 27.0.0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
