RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1303110 - [extras-rhel-7.2.4] Docker does not own /usr/lib/docker-storage-setup
Summary: [extras-rhel-7.2.4] Docker does not own /usr/lib/docker-storage-setup
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: docker
Version: 7.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Lokesh Mandvekar
QA Contact: atomic-bugs@redhat.com
URL:
Whiteboard:
Depends On:
Blocks: docker-1.10
TreeView+ depends on / blocked
 
Reported: 2016-01-29 15:11 UTC by Lokesh Mandvekar
Modified: 2019-03-06 02:32 UTC (History)
16 users (show)

Fixed In Version: docker-1.10.3-5.el7
Doc Type: Bug Fix
Doc Text:
Clone Of: 1303105
: 1328220 (view as bug list)
Environment:
Last Closed: 2016-05-12 15:17:06 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2016:1034 0 normal SHIPPED_LIVE Moderate: docker security, bug fix, and enhancement update 2016-05-12 19:15:01 UTC

Description Lokesh Mandvekar 2016-01-29 15:11:58 UTC
+++ This bug was initially created as a clone of Bug #1303105 +++

docker-1.9.1-6.git6ec29ef.fc23.x86_64

# rpm -qf /usr/lib/docker-storage-setup/
file /usr/lib/docker-storage-setup is not owned by any package

# rpm -qf /usr/lib/docker-storage-setup/docker-storage-setup 
docker-1.9.1-6.git6ec29ef.fc23.x86_64

I believe the directory should be listed in the files so it will be cleaned up on rpm removal. No?

--- Additional comment from Lokesh Mandvekar on 2016-01-29 09:09:55 CST ---

yup, i see the files in the dir were listed but the dir itself wasn't. I'll add that, thanks!

Comment 2 Alex Jia 2016-02-01 03:11:18 UTC
[cloud-user@atomic-00 ~]$ rpm -qf /usr/lib/docker-storage-setup/
file /usr/lib/docker-storage-setup is not owned by any package
[cloud-user@atomic-00 ~]$ rpm -qf /usr/lib/docker-storage-setup/docker-storage-setup 
docker-1.9.1-14.el7.x86_64

Comment 3 Daniel Walsh 2016-02-22 21:24:43 UTC
Lokesh can you fix this for docker-1.10 release.

Comment 5 Luwen Su 2016-05-01 03:53:38 UTC
for i in /usr/lib/docker-storage-setup/ /usr/lib/docker-storage-setup/docker-storage-setup /usr/bin/docker-storage-setup /etc/sysconfig/docker-storage-setup /etc/sysconfig/docker-storage
do
   echo "Path $i:"  
   rpm -qf $i
done

#
Path /usr/lib/docker-storage-setup/:
docker-1.9.1-38.el7.x86_64
Path /usr/lib/docker-storage-setup/docker-storage-setup:
docker-1.9.1-38.el7.x86_64
Path /usr/bin/docker-storage-setup:
docker-1.9.1-38.el7.x86_64
Path /etc/sysconfig/docker-storage-setup:
docker-1.9.1-38.el7.x86_64
Path /etc/sysconfig/docker-storage:
docker-1.9.1-38.el7.x86_64

Move to verified

Comment 7 errata-xmlrpc 2016-05-12 15:17:06 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://rhn.redhat.com/errata/RHSA-2016-1034.html


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