You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.nio.file.AccessDeniedException: /usr/share/elasticsearch/data
at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:90)
at java.base/sun.nio.fs.UnixException.asIOException(UnixException.java:115)
at java.base/sun.nio.fs.UnixFileSystemProvider.newDirectoryStream(UnixFileSystemProvider.java:502)
at java.base/java.nio.file.Files.newDirectoryStream(Files.java:482)
at java.base/java.nio.file.Files.list(Files.java:3796)
at org.elasticsearch.xpack.security.cli.AutoConfigureNode.isDirEmpty(AutoConfigureNode.java:1153)
at org.elasticsearch.xpack.security.cli.AutoConfigureNode.execute(AutoConfigureNode.java:167)
at org.elasticsearch.server.cli.ServerCli.autoConfigureSecurity(ServerCli.java:185)
at org.elasticsearch.server.cli.ServerCli.execute(ServerCli.java:91)
at org.elasticsearch.common.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:55)
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:95)
at org.elasticsearch.cli.Command.main(Command.java:52)
at org.elasticsearch.launcher.CliToolLauncher.main(CliToolLauncher.java:65
The text was updated successfully, but these errors were encountered:
java.nio.file.FileSystemException: /usr/share/elasticsearch/config/certs -> /usr/share/elasticsearch/config/certs.1734902782.orig: Device or resource busy
at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:100)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
at java.base/sun.nio.fs.UnixFileSystem.move(UnixFileSystem.java:875)
at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:310)
at java.base/java.nio.file.Files.move(Files.java:1437)
at org.elasticsearch.xpack.security.cli.AutoConfigureNode.moveDirectory(AutoConfigureNode.java:958)
at org.elasticsearch.xpack.security.cli.AutoConfigureNode.execute(AutoConfigureNode.java:618)
at org.elasticsearch.server.cli.ServerCli.autoConfigureSecurity(ServerCli.java:185)
at org.elasticsearch.server.cli.ServerCli.execute(ServerCli.java:91)
at org.elasticsearch.common.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:55)
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:95)
Fresh install of ECK and Elasticsearch. Bare-metal K8s. NFS mounted volume for PV on nodes.
I occasionally get pods that do this, which is often fixed with an initContainer. Example with Grafana:
But not sure if an initContainer can be used here.
Using version 2.16.0 for CRDs and Operator.
Deployment:
PV:
Error:
The text was updated successfully, but these errors were encountered: