Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-16963

proc-sys-fs-binfmt_misc.automount: Automount point already active

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • None
    • 4.12
    • Node / Kubelet
    • Critical
    • No
    • OCPNODE Sprint 240 (Blue)
    • 1
    • Rejected
    • False
    • Hide

      None

      Show
      None
    • Customer Escalated
    • Hide
      8/2: telco prioritization pending triage, may be related to OCPBUGS-17105
      Show
      8/2: telco prioritization pending triage, may be related to OCPBUGS-17105

      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:

       

            harpatil@redhat.com Harshal Patil
            rhn-support-jpradhan Jitendra Pradhan
            Jitendar Singh Jitendar Singh
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: