Red Hat Bugzilla – Bug 1303110
[extras-rhel-7.2.4] Docker does not own /usr/lib/docker-storage-setup
Last modified: 2016-05-12 11:17:06 EDT
+++ 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!
[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
Lokesh can you fix this for docker-1.10 release.
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
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