-
Bug
-
Resolution: Done
-
Critical
-
None
-
4.12
-
Critical
-
No
-
OCPNODE Sprint 240 (Blue)
-
1
-
Rejected
-
False
-
-
Customer Escalated
-
-
-
Description of problem:
* After deleting the sts still container is running in host. * It has seen that the old container was not being removed even though the POD was removed. As a result, PVC and additional interfaces attached to old container was also not being released. That caused resources not to be available for attachment to new container. * Every time we have noticed the below logs are dumping in journactl log while doing the creation and deletion of pods and it leads to issue. ----- $cat journalctl_--no-pager_--since_-3days ..... ...... Jul 26 11:04:14 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie kubenswrapper[12799]: I0726 11:04:14.436657 12799 kubelet_volumes.go:160] "Cleaned up orphaned pod volumes dir" podUID=ed9b4eca-5e6f-4e0e-8fe5-53f8fca29d80 path="/var/lib/kubelet/pods/ed9b4eca-5e6f-4e0e-8fe5-53f8fca29d80/volumes" Jul 26 11:04:14 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie kubenswrapper[12799]: E0726 11:04:14.436876 12799 kubelet_volumes.go:245] "There were many similar errors. Turn up verbosity to see them." err="orphaned pod \"194129df-7363-499e-a6aa-91fc57d89903\" found, but error occurred when trying to remove the volumes dir: not a directory" numErrs=16 Jul 26 11:04:16 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 1496151 (sysctl) Jul 26 11:04:16 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active? Jul 26 11:04:16 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 1496151 (sysctl) Jul 26 11:04:16 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active? Jul 26 11:04:16 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 1496151 (sysctl) Jul 26 11:04:16 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active? Jul 26 11:04:16 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 1496151 (sysctl) Jul 26 11:04:16 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active? Jul 26 11:04:16 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 1496151 (sysctl) Jul 26 11:04:16 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active? Jul 26 11:04:16 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 1496151 (sysctl) Jul 26 11:04:16 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active? Jul 26 11:04:16 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 1496151 (sysctl) Jul 26 11:04:16 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active? Jul 26 11:04:16 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 1496151 (sysctl) Jul 26 11:04:16 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active? Jul 26 11:04:16 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 1496151 (sysctl) Jul 26 11:04:16 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active? Jul 26 11:04:16 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 1496151 (sysctl) Jul 26 11:04:16 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie systemd[1]: proc-sys-fs-binfmt_misc.automount: Automount point already active? Jul 26 11:04:16 im-5gp2-k8w-07.5gprod2.ocp.imagine.ie systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 1496151 (sysctl) ---------- Above issue reported in the Link: https://answers.launchpad.net/ubuntu/+source/systemd/+question/700337 ---------- NOTE: Please refer the case 03569422 for more details about the issue and logs have attached with this case as well.
Version-Release number of selected component (if applicable):
OCP 4.12
How reproducible:
Steps to Reproduce:
Actual results:
Expected results:
Additional info: