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
Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/var/lib/kubelet/pods/bddc3711-61b9-4c2b-9e11-d863ab5fb22e/volume-subpaths/logback-tasklogfile-override/nxrm-app/3" to rootfs at "/nexus-data/etc/logback/logback-tasklogfile-appender-override.xml": mount /var/lib/kubelet/pods/bddc3711-61b9-4c2b-9e11-d863ab5fb22e/volume-subpaths/logback-tasklogfile-override/nxrm-app/3:/nexus-data/etc/logback/logback-tasklogfile-appender-override.xml (via /proc/self/fd/6), flags: 0x5001: not a directory: unknown
I checked on temaplate on 64, on stateful set it looks like trying mount file into file on line here:
Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/var/lib/kubelet/pods/bddc3711-61b9-4c2b-9e11-d863ab5fb22e/volume-subpaths/logback-tasklogfile-override/nxrm-app/3" to rootfs at "/nexus-data/etc/logback/logback-tasklogfile-appender-override.xml": mount /var/lib/kubelet/pods/bddc3711-61b9-4c2b-9e11-d863ab5fb22e/volume-subpaths/logback-tasklogfile-override/nxrm-app/3:/nexus-data/etc/logback/logback-tasklogfile-appender-override.xml (via /proc/self/fd/6), flags: 0x5001: not a directory: unknown
I checked on temaplate on 64, on stateful set it looks like trying mount file into file on line here:
https://github.com/sonatype/nxrm3-ha-repository/blob/64.0.0/nxrm-ha/templates/statefulset.yaml#L173-L174
is that correct ?
or something else I am missing here.
The text was updated successfully, but these errors were encountered: