Bug 1960149

Summary: Port 8080 of oVirt CSI driver is causing collisions with other services
Product: OpenShift Container Platform Reporter: OpenShift BugZilla Robot <openshift-bugzilla-robot>
Component: StorageAssignee: Benny Zlotnik <bzlotnik>
Storage sub component: oVirt CSI Driver QA Contact: Michael Burman <mburman>
Status: CLOSED CURRENTRELEASE Docs Contact:
Severity: medium    
Priority: unspecified CC: aos-bugs, bzlotnik, jortialc, mburman
Version: 4.6   
Target Milestone: ---   
Target Release: 4.6.z   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-07-04 08:24:30 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: 1960111    
Bug Blocks:    

Description OpenShift BugZilla Robot 2021-05-13 07:33:33 UTC
+++ This bug was initially created as a clone of Bug #1960111 +++

Description of problem:

The request is mainly to backport the upstream fix https://github.com/openshift/ovirt-csi-driver/pull/53. In one of the customer environment, the ovirt-csi-driver-node was in "CrashLoopBackOff" status since port 8080 was used by another service. The user had to delete the conflicting service to make the pod up.


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


How reproducible:
100%

Steps to Reproduce:

1. Create another service to listen on port 8080.


Actual results:

Port 8080 of oVirt CSI driver is causing collisions with other services

Expected results:

Backport https://github.com/openshift/ovirt-csi-driver/pull/53

Additional info: