Z9n2JktHlZDmlhSvqc9X2MmL3BwQG7tk commented on issue #10615: URL: https://github.com/apache/druid/issues/10615#issuecomment-1564232697
Same problem with druid (25.0.0+) inside an LXC container. Seems it tries to use device files that don't exist inside the container: ``` # df -h Filesystem Size Used Avail Use% Mounted on /dev/loop5 16G 9.8G 5.2G 66% / /dev/loop8 24G 8.8G 16G 37% /var/lib/druid # ls /dev/loop5 /dev/loop8 ls: cannot access '/dev/loop5': No such file or directory ls: cannot access '/dev/loop8': No such file or directory ``` -- 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]
