Bug 1558600

Summary: excessive amount of 'orphaned path' messages on openshift online nodes.
Product: OpenShift Container Platform Reporter: Bradley Childs <bchilds>
Component: StorageAssignee: Hemant Kumar <hekumar>
Status: CLOSED ERRATA QA Contact: Chao Yang <chaoyang>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.10.0CC: aos-bugs, aos-storage-staff, chaoyang, eparis, erich, hchen, hekumar, jsafrane, mmariyan, mnoguera, nnosenzo, suchaudh
Target Milestone: ---   
Target Release: 3.10.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1508578 Environment:
Last Closed: 2018-07-30 19:10:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1508578, 1583707, 1654532    
Bug Blocks: 1510167    

Comment 2 Chao Yang 2018-05-21 10:05:44 UTC
1.Create a dynamic pvc ebs
2.Create a pod using rc=1
apiVersion: v1
kind: ReplicationController
metadata:
  name: test11
spec:
  replicas: 1
  selector:
    app: nginx
  template:
    metadata:
      name: nginx
      labels:
        app: nginx
    spec:
      containers:
      - name: test11
        image: jhou/hello-openshift
        ports:
        - containerPort: 80
      volumes:
      - name: aws
        persistentVolumeClaim:
          claimName: ebs
3.After pod is running, stop node service
4.Edit rc from 1 to 0
5.Start node service
6.Check the /var/log/message, the "May 21 05:17:44 ip-172-18-14-199 atomic-openshift-node: I0521 05:17:44.874833    2742 kubelet_pods.go:1797] Orphaned pod "7d76ae0c-5cd6-11e8-8da3-0e704cd7fca4" found, but volumes not yet removed.  Reducing cpu to minimum" only happened once.

openshift v3.10.0-0.47.0
kubernetes v1.10.0+b81c8f8

Comment 4 errata-xmlrpc 2018-07-30 19:10:48 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:1816

Comment 5 Camino Noguera 2019-09-18 10:03:47 UTC
this issue still happens in 3.11.
Opened a new BZ to discuss it:

https://bugzilla.redhat.com/show_bug.cgi?id=1753160