Bug 1989723

Summary: Operator fails to install and OLM tries to delete nonexistent catalog pods under openshift-marketplace/redhat-marketplace
Product: OpenShift Container Platform Reporter: Alexander Greene <agreene>
Component: OLMAssignee: Alexander Greene <agreene>
OLM sub component: OLM QA Contact: Jian Zhang <jiazha>
Status: CLOSED WONTFIX Docs Contact:
Severity: medium    
Priority: medium CC: tflannag
Version: 4.6   
Target Milestone: ---   
Target Release: 4.8.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-08-10 19:59:04 UTC Type: ---
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: 1967621    
Bug Blocks: 1989731    

Description Alexander Greene 2021-08-03 19:39:21 UTC
This bug was initially created as a copy of Bug #1967621

I am copying this bug because: It needs to be backported.



Description of problem:

There is an active OCS operator install that is stuck trying to install and OLM is complaining when it tries to delete catalog pods under openshift-marketplace:

ocs install status:
lastTransitionTime: "2021-05-26T21:42:51Z"
    lastUpdateTime: "2021-05-26T21:42:51Z"
    message: install timeout
    phase: Failed
    reason: InstallCheckFailed


Catalog source logs:

2021-05-27T17:04:57.517829141Z E0527 17:04:57.517756       1 queueinformer_operator.go:290] sync {"update" "openshift-marketplace/redhat-marketplace"} failed: couldn't ensure registry server - error ensuring updated catalog source pod: : error deleting duplicate catalog polling pod: redhat-marketplace-t9mzw: error deleting pod: redhat-marketplace-t9mzw: pods "redhat-marketplace-t9mzw" not found

But, there is no pod with that name:
$ omg get pods
NAME                                                             READY  STATUS     RESTARTS  AGE
5bae77dfc8df1dc4e8403e4e24d9e6ee44122c82b9795de0312812d818tfxj6  0/1    Succeeded  0         6d
64df73cd6ca959f7f62e31221ffc25dfafbaf2627dded53543399c431c86qqd  0/1    Succeeded  0         15d
965304d2cdcc277b3c03a16e3490f65f85ba839251fb7ed304cd6a1ac1685ml  0/1    Succeeded  0         15d
certified-operators-5fhz4                                        1/1    Running    0         7h30m
community-operators-kftpt                                        1/1    Running    0         1h8m
marketplace-operator-6cc74874c7-kz89g                            1/1    Running    0         141d
redhat-marketplace-72k4h                                         1/1    Running    0         5d
redhat-operators-d7frj                                           1/1    Running    0         16h


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 Alexander Greene 2021-08-10 19:59:04 UTC
The team has decided that this bug is not sever enough to warrant backporting, marking this as WONTFIX.