Bug 1441110 - [3.2]excluded list stays the same after atomic-openshift-docker-excluder pkg update
Summary: [3.2]excluded list stays the same after atomic-openshift-docker-excluder pkg ...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Cluster Version Operator
Version: 3.2.1
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Scott Dodson
QA Contact: liujia
URL:
Whiteboard:
Depends On:
Blocks: 1441111
TreeView+ depends on / blocked
 
Reported: 2017-04-11 08:48 UTC by liujia
Modified: 2017-06-09 03:02 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1441111 (view as bug list)
Environment:
Last Closed: 2017-06-09 03:02:19 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description liujia 2017-04-11 08:48:17 UTC
Description of problem:
Update atomic-openshift-docker-excluder from 3.1 to 3.2, the excluded list is not updated to latest version.

before update:
cat /etc/yum.conf|grep exclude
exclude= docker*1.20*  docker*1.19*  docker*1.18*  docker*1.17*  docker*1.16*  docker*1.15*  docker*1.14*  docker*1.13*  docker*1.12*  docker*1.11*  docker*1.10*  docker*1.9*

after update:
# cat /etc/yum.conf | grep exclude
exclude= docker*1.20*  docker*1.19*  docker*1.18*  docker*1.17*  docker*1.16*  docker*1.15*  docker*1.14*  docker*1.13*  docker*1.12*  docker*1.11*  docker*1.10*  docker*1.9*

Version-Release number of selected component (if applicable):
atomic-openshift-docker-excluder-3.2.1.31-1.git.0.0e3335d.el7.noarch


How reproducible:
always

Steps to Reproduce:
1. Install atomic-openshift-docker-excluder
# rpm -qa|grep excluder
atomic-openshift-docker-excluder-3.1.1.11-1.git.0.599a921.el7aos.noarch
2. Prepare ocp3.2 repo on the host
3. Update atomic-openshift-docker-excluder
# yum update atomic-openshift-docker-excluder
# rpm -qa|grep excluder
atomic-openshift-docker-excluder-3.2.1.31-1.git.0.0e3335d.el7.noarch

Actual results:
Excluded list stays the same after atomic-openshift-docker-excluder pkg update

Expected results:
docker*1.10* and docker*1.9* should be removed from excluded lists.

Additional info:
Refer to bug1430929.

Comment 1 Scott Dodson 2017-06-09 03:02:19 UTC
This is fixed in OCP 3.3 and newer but the fix won't be backported to 3.2.


Note You need to log in before you can comment on or make changes to this bug.