sonatype / nxrm3-ha-repository

Repository for YAML configuration files for Nexus Repository Manager High Availability Feature
15 stars 16 forks source link

On version "64", helm-chart volume mount is failing with following errors: #50

Open bshah0408 opened 5 months ago

bshah0408 commented 5 months ago

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.

bshah0408 commented 5 months ago

I had some other config issue, that caused this issue.