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 1342149 - failed to upgrade to docker-1.10 with both docker and docker-latest installed
Summary: failed to upgrade to docker-1.10 with both docker and docker-latest installed
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: docker
Version: 7.2
Hardware: x86_64
OS: Linux
high
high
Target Milestone: rc
: ---
Assignee: Lokesh Mandvekar
QA Contact: atomic-bugs@redhat.com
URL:
Whiteboard:
Depends On:
Blocks: 1323934
TreeView+ depends on / blocked
 
Reported: 2016-06-02 14:24 UTC by Qian Cai
Modified: 2019-03-06 01:30 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-06-23 16:19:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:1274 0 normal SHIPPED_LIVE docker bug fix and enhancement update 2016-06-23 20:12:28 UTC

Description Qian Cai 2016-06-02 14:24:36 UTC
Description of problem:
== Both docker and docker-latest installed using 7.2.4 versions. ==
# rpm -qa | grep docker
docker-1.9.1-40.el7.x86_64
docker-latest-v1.10-migrator-1.10.3-22.el7.x86_64
docker-unit-test-1.9.1-40.el7.x86_64
docker-selinux-1.9.1-40.el7.x86_64
docker-common-1.9.1-40.el7.x86_64
docker-rhel-push-plugin-1.10.3-22.el7.x86_64
docker-latest-logrotate-1.10.3-22.el7.x86_64
docker-lvm-plugin-1.10.3-22.el7.x86_64
docker-logrotate-1.9.1-40.el7.x86_64
docker-forward-journald-1.9.1-40.el7.x86_64
docker-latest-1.10.3-22.el7.x86_64
docker-novolume-plugin-1.10.3-22.el7.x86_64

== Try to upgrade to docker-1.10 ==
# ls
docker-1.10.3-27.el7.x86_64.rpm
docker-common-1.10.3-27.el7.x86_64.rpm
docker-forward-journald-1.10.3-27.el7.x86_64.rpm
docker-logrotate-1.10.3-27.el7.x86_64.rpm
docker-lvm-plugin-1.10.3-27.el7.x86_64.rpm
docker-novolume-plugin-1.10.3-27.el7.x86_64.rpm
docker-rhel-push-plugin-1.10.3-27.el7.x86_64.rpm
docker-selinux-1.10.3-27.el7.x86_64.rpm
docker-unit-test-1.10.3-27.el7.x86_64.rpm
docker-v1.10-migrator-1.10.3-27.el7.x86_64.rpm
oci-register-machine-1.10.3-27.el7.x86_64.rpm
oci-systemd-hook-1.10.3-27.el7.x86_64.rpm

# yum install *
Error: Package: docker-latest-1.10.3-22.el7.x86_64 (@rhel-7-server-extras-rpms)
           Requires: docker-rhel-push-plugin = 1.10.3-22.el7
           Removing: docker-rhel-push-plugin-1.10.3-22.el7.x86_64 (@rhel-7-server-extras-rpms)
               docker-rhel-push-plugin = 1.10.3-22.el7
           Updated By: docker-rhel-push-plugin-1.10.3-27.el7.x86_64 (/docker-rhel-push-plugin-1.10.3-27.el7.x86_64)
               docker-rhel-push-plugin = 1.10.3-27.el7
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

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

How reproducible:
always

Comment 1 Lokesh Mandvekar 2016-06-02 14:43:43 UTC
Can you check what happens if you also have all the rpms present for docker-latest before you do 'yum install *'

Comment 2 Qian Cai 2016-06-02 14:57:08 UTC
Same when trying to upgrade docker-latest alone.

== Build a repo with both docker and docker-latest from 7.2.5.
# ls
docker-1.10.3-27.el7.x86_64.rpm
docker-common-1.10.3-27.el7.x86_64.rpm
docker-forward-journald-1.10.3-27.el7.x86_64.rpm
docker-latest-1.10.3-27.el7.x86_64.rpm
docker-latest-logrotate-1.10.3-27.el7.x86_64.rpm
docker-logrotate-1.10.3-27.el7.x86_64.rpm
docker-lvm-plugin-1.10.3-27.el7.x86_64.rpm
docker-novolume-plugin-1.10.3-27.el7.x86_64.rpm
docker-rhel-push-plugin-1.10.3-27.el7.x86_64.rpm
docker-selinux-1.10.3-27.el7.x86_64.rpm
docker-unit-test-1.10.3-27.el7.x86_64.rpm
docker-v1.10-migrator-1.10.3-27.el7.x86_64.rpm
oci-register-machine-1.10.3-27.el7.x86_64.rpm
oci-systemd-hook-1.10.3-27.el7.x86_64.rpm
repodata

# yum upgrade docker-latest
Loaded plugins: search-disabled-repos
Resolving Dependencies
--> Running transaction check
---> Package docker-latest.x86_64 0:1.10.3-22.el7 will be updated
--> Processing Dependency: docker-latest = 1.10.3-22.el7 for package: docker-latest-v1.10-migrator-1.10.3-22.el7.x86_64
--> Processing Dependency: docker-latest = 1.10.3-22.el7 for package: docker-lvm-plugin-1.10.3-22.el7.x86_64
--> Processing Dependency: docker-latest = 1.10.3-22.el7 for package: docker-latest-logrotate-1.10.3-22.el7.x86_64
--> Processing Dependency: docker-latest = 1.10.3-22.el7 for package: docker-novolume-plugin-1.10.3-22.el7.x86_64
---> Package docker-latest.x86_64 0:1.10.3-27.el7 will be an update
--> Processing Dependency: oci-systemd-hook >= 1.10.3-27 for package: docker-latest-1.10.3-27.el7.x86_64
--> Processing Dependency: oci-register-machine >= 1.10.3-27 for package: docker-latest-1.10.3-27.el7.x86_64
--> Processing Dependency: docker-selinux >= 1.10.3-27 for package: docker-latest-1.10.3-27.el7.x86_64
--> Processing Dependency: docker-rhel-push-plugin >= 1.10.3-27 for package: docker-latest-1.10.3-27.el7.x86_64
--> Processing Dependency: docker-forward-journald >= 1.10.3-27 for package: docker-latest-1.10.3-27.el7.x86_64
--> Processing Dependency: docker-common >= 1.10.3-27 for package: docker-latest-1.10.3-27.el7.x86_64
--> Running transaction check
---> Package docker-common.x86_64 0:1.9.1-40.el7 will be updated
--> Processing Dependency: docker-common = 1.9.1-40.el7 for package: docker-1.9.1-40.el7.x86_64
---> Package docker-common.x86_64 0:1.10.3-27.el7 will be an update
---> Package docker-forward-journald.x86_64 0:1.9.1-40.el7 will be updated
---> Package docker-forward-journald.x86_64 0:1.10.3-27.el7 will be an update
---> Package docker-latest.x86_64 0:1.10.3-22.el7 will be updated
--> Processing Dependency: docker-latest = 1.10.3-22.el7 for package: docker-latest-v1.10-migrator-1.10.3-22.el7.x86_64
---> Package docker-latest-logrotate.x86_64 0:1.10.3-22.el7 will be updated
---> Package docker-latest-logrotate.x86_64 0:1.10.3-27.el7 will be an update
---> Package docker-lvm-plugin.x86_64 0:1.10.3-22.el7 will be updated
---> Package docker-lvm-plugin.x86_64 0:1.10.3-27.el7 will be an update
---> Package docker-novolume-plugin.x86_64 0:1.10.3-22.el7 will be updated
---> Package docker-novolume-plugin.x86_64 0:1.10.3-27.el7 will be an update
---> Package docker-rhel-push-plugin.x86_64 0:1.10.3-22.el7 will be updated
---> Package docker-rhel-push-plugin.x86_64 0:1.10.3-27.el7 will be an update
---> Package docker-selinux.x86_64 0:1.9.1-40.el7 will be updated
---> Package docker-selinux.x86_64 0:1.10.3-27.el7 will be an update
---> Package oci-register-machine.x86_64 0:1.10.3-27.el7 will be installed
---> Package oci-systemd-hook.x86_64 0:1.10.3-27.el7 will be installed
--> Processing Dependency: libyajl.so.2()(64bit) for package: oci-systemd-hook-1.10.3-27.el7.x86_64
--> Running transaction check
---> Package docker.x86_64 0:1.9.1-40.el7 will be updated
--> Processing Dependency: docker = 1.9.1-40.el7 for package: docker-logrotate-1.9.1-40.el7.x86_64
---> Package docker.x86_64 0:1.10.3-27.el7 will be an update
---> Package docker-latest.x86_64 0:1.10.3-22.el7 will be updated
--> Processing Dependency: docker-latest = 1.10.3-22.el7 for package: docker-latest-v1.10-migrator-1.10.3-22.el7.x86_64
---> Package yajl.x86_64 0:2.0.4-4.el7 will be installed
--> Running transaction check
---> Package docker-latest.x86_64 0:1.10.3-22.el7 will be updated
--> Processing Dependency: docker-latest = 1.10.3-22.el7 for package: docker-latest-v1.10-migrator-1.10.3-22.el7.x86_64
---> Package docker-logrotate.x86_64 0:1.9.1-40.el7 will be updated
---> Package docker-logrotate.x86_64 0:1.10.3-27.el7 will be an update
--> Finished Dependency Resolution
Error: Package: docker-latest-v1.10-migrator-1.10.3-22.el7.x86_64 (@rhel-7-server-extras-rpms)
           Requires: docker-latest = 1.10.3-22.el7
           Removing: docker-latest-1.10.3-22.el7.x86_64 (@rhel-7-server-extras-rpms)
               docker-latest = 1.10.3-22.el7
           Updated By: docker-latest-1.10.3-27.el7.x86_64 (local)
               docker-latest = 1.10.3-27.el7
**********************************************************************
yum can be configured to try to resolve such errors by temporarily enabling
disabled repos and searching for missing dependencies.
To enable this functionality please set 'notify_only=0' in /etc/yum/pluginconf.d/search-disabled-repos.conf
**********************************************************************

Error: Package: docker-latest-v1.10-migrator-1.10.3-22.el7.x86_64 (@rhel-7-server-extras-rpms)
           Requires: docker-latest = 1.10.3-22.el7
           Removing: docker-latest-1.10.3-22.el7.x86_64 (@rhel-7-server-extras-rpms)
               docker-latest = 1.10.3-22.el7
           Updated By: docker-latest-1.10.3-27.el7.x86_64 (local)
               docker-latest = 1.10.3-27.el7
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Comment 3 Lokesh Mandvekar 2016-06-02 15:21:27 UTC
Seems to work for me, see below.



$ yum update docker
Loaded plugins: search-disabled-repos
Resolving Dependencies
There are unfinished transactions remaining. You might consider running yum-complete-transaction, or "yum-complete-transaction --cleanup-only" and "yum history redo last", first to finish them. If those don't work you'll have to try removing/installing packages by hand (maybe package-cleanup can help).
--> Running transaction check
---> Package docker.x86_64 0:1.9.1-40.el7 will be updated
---> Package docker.x86_64 0:1.10.3-28.el7 will be an update
--> Processing Dependency: docker-rhel-push-plugin = 1.10.3-28.el7 for package: docker-1.10.3-28.el7.x86_64
--> Processing Dependency: docker-forward-journald = 1.10.3-28.el7 for package: docker-1.10.3-28.el7.x86_64
--> Processing Dependency: docker-common = 1.10.3-28.el7 for package: docker-1.10.3-28.el7.x86_64
--> Processing Dependency: docker-selinux >= 1.10.3-28.el7 for package: docker-1.10.3-28.el7.x86_64
--> Running transaction check
---> Package docker-common.x86_64 0:1.9.1-40.el7 will be updated
---> Package docker-common.x86_64 0:1.10.3-28.el7 will be an update
---> Package docker-forward-journald.x86_64 0:1.9.1-40.el7 will be updated
---> Package docker-forward-journald.x86_64 0:1.10.3-28.el7 will be an update
---> Package docker-rhel-push-plugin.x86_64 0:1.10.3-22.el7 will be updated
--> Processing Dependency: docker-rhel-push-plugin = 1.10.3-22.el7 for package: docker-latest-1.10.3-22.el7.x86_64
---> Package docker-rhel-push-plugin.x86_64 0:1.10.3-28.el7 will be an update
---> Package docker-selinux.x86_64 0:1.9.1-40.el7 will be updated
---> Package docker-selinux.x86_64 0:1.10.3-28.el7 will be an update
--> Running transaction check
---> Package docker-latest.x86_64 0:1.10.3-22.el7 will be updated
---> Package docker-latest.x86_64 0:1.10.3-27.el7 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

=================================================================================================================================================================
 Package                                     Arch                       Version                           Repository                                        Size
=================================================================================================================================================================
Updating:
 docker                                      x86_64                     1.10.3-28.el7                     Internal-Extras-Repository-2                      14 M
Updating for dependencies:
 docker-common                               x86_64                     1.10.3-28.el7                     Internal-Extras-Repository-2                      56 k
 docker-forward-journald                     x86_64                     1.10.3-28.el7                     Internal-Extras-Repository-2                     828 k
 docker-latest                               x86_64                     1.10.3-27.el7                     Internal-Extras-Repository-2                     8.6 M
 docker-rhel-push-plugin                     x86_64                     1.10.3-28.el7                     Internal-Extras-Repository-2                     1.9 M
 docker-selinux                              x86_64                     1.10.3-28.el7                     Internal-Extras-Repository-2                      73 k

Transaction Summary
=================================================================================================================================================================
Upgrade  1 Package (+5 Dependent packages)

Total size: 25 M
Total download size: 25 M
Is this ok [y/d/N]: y
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
(1/5): docker-common-1.10.3-28.el7.x86_64.rpm                                                                                             |  56 kB  00:00:00     
(2/5): docker-forward-journald-1.10.3-28.el7.x86_64.rpm                                                                                   | 828 kB  00:00:01     
(3/5): docker-1.10.3-28.el7.x86_64.rpm                                                                                                    |  14 MB  00:00:06     
(4/5): docker-latest-1.10.3-27.el7.x86_64.rpm                                                                                             | 8.6 MB  00:00:05     
(5/5): docker-rhel-push-plugin-1.10.3-28.el7.x86_64.rpm                                                                                   | 1.9 MB  00:00:01     
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                            3.1 MB/s |  25 MB  00:00:08     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   : docker-rhel-push-plugin-1.10.3-28.el7.x86_64                                                                                                 1/12 
  Updating   : docker-selinux-1.10.3-28.el7.x86_64                                                                                                          2/12 
  Updating   : docker-forward-journald-1.10.3-28.el7.x86_64                                                                                                 3/12 
  Updating   : docker-common-1.10.3-28.el7.x86_64                                                                                                           4/12 
  Updating   : docker-1.10.3-28.el7.x86_64                                                                                                                  5/12 
  Updating   : docker-latest-1.10.3-27.el7.x86_64                                                                                                           6/12 
  Cleanup    : docker-latest-1.10.3-22.el7.x86_64                                                                                                           7/12 
  Cleanup    : docker-1.9.1-40.el7.x86_64                                                                                                                   8/12 
  Cleanup    : docker-common-1.9.1-40.el7.x86_64                                                                                                            9/12 
  Cleanup    : docker-selinux-1.9.1-40.el7.x86_64                                                                                                          10/12 
  Cleanup    : docker-forward-journald-1.9.1-40.el7.x86_64                                                                                                 11/12 
  Cleanup    : docker-rhel-push-plugin-1.10.3-22.el7.x86_64                                                                                                12/12 
  Verifying  : docker-1.10.3-28.el7.x86_64                                                                                                                  1/12 
  Verifying  : docker-common-1.10.3-28.el7.x86_64                                                                                                           2/12 
  Verifying  : docker-forward-journald-1.10.3-28.el7.x86_64                                                                                                 3/12 
  Verifying  : docker-selinux-1.10.3-28.el7.x86_64                                                                                                          4/12 
  Verifying  : docker-latest-1.10.3-27.el7.x86_64                                                                                                           5/12 
  Verifying  : docker-rhel-push-plugin-1.10.3-28.el7.x86_64                                                                                                 6/12 
  Verifying  : docker-common-1.9.1-40.el7.x86_64                                                                                                            7/12 
  Verifying  : docker-1.9.1-40.el7.x86_64                                                                                                                   8/12 
  Verifying  : docker-rhel-push-plugin-1.10.3-22.el7.x86_64                                                                                                 9/12 
  Verifying  : docker-selinux-1.9.1-40.el7.x86_64                                                                                                          10/12 
  Verifying  : docker-forward-journald-1.9.1-40.el7.x86_64                                                                                                 11/12 
  Verifying  : docker-latest-1.10.3-22.el7.x86_64                                                                                                          12/12 

Updated:
  docker.x86_64 0:1.10.3-28.el7                                                                                                                                  

Dependency Updated:
  docker-common.x86_64 0:1.10.3-28.el7                    docker-forward-journald.x86_64 0:1.10.3-28.el7          docker-latest.x86_64 0:1.10.3-27.el7         
  docker-rhel-push-plugin.x86_64 0:1.10.3-28.el7          docker-selinux.x86_64 0:1.10.3-28.el7                  

Complete!

Comment 5 Lokesh Mandvekar 2016-06-02 15:41:06 UTC
With the above repo added, this also works for the case when i've got both installed and i'm only updating 'docker-latest' from -22 to -27

$ dnf update docker-latest
Loaded plugins: search-disabled-repos
Resolving Dependencies
--> Running transaction check
---> Package docker-latest.x86_64 0:1.10.3-22.el7 will be updated
---> Package docker-latest.x86_64 0:1.10.3-27.el7 will be an update
--> Processing Dependency: docker-selinux >= 1.10.3-27 for package: docker-latest-1.10.3-27.el7.x86_64
--> Processing Dependency: docker-rhel-push-plugin >= 1.10.3-27 for package: docker-latest-1.10.3-27.el7.x86_64
--> Processing Dependency: docker-forward-journald >= 1.10.3-27 for package: docker-latest-1.10.3-27.el7.x86_64
--> Processing Dependency: docker-common >= 1.10.3-27 for package: docker-latest-1.10.3-27.el7.x86_64
--> Running transaction check
---> Package docker-common.x86_64 0:1.9.1-40.el7 will be updated
--> Processing Dependency: docker-common = 1.9.1-40.el7 for package: docker-1.9.1-40.el7.x86_64
---> Package docker-common.x86_64 0:1.10.3-28.el7 will be an update
---> Package docker-forward-journald.x86_64 0:1.9.1-40.el7 will be updated
---> Package docker-forward-journald.x86_64 0:1.10.3-28.el7 will be an update
---> Package docker-rhel-push-plugin.x86_64 0:1.10.3-22.el7 will be updated
---> Package docker-rhel-push-plugin.x86_64 0:1.10.3-28.el7 will be an update
---> Package docker-selinux.x86_64 0:1.9.1-40.el7 will be updated
---> Package docker-selinux.x86_64 0:1.10.3-28.el7 will be an update
--> Running transaction check
---> Package docker.x86_64 0:1.9.1-40.el7 will be updated
---> Package docker.x86_64 0:1.10.3-28.el7 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

=================================================================================================================================================================
 Package                                     Arch                       Version                           Repository                                        Size
=================================================================================================================================================================
Updating:
 docker-latest                               x86_64                     1.10.3-27.el7                     Internal-Extras-Repository-2                     8.6 M
Updating for dependencies:
 docker                                      x86_64                     1.10.3-28.el7                     Internal-Extras-Repository-2                      14 M
 docker-common                               x86_64                     1.10.3-28.el7                     Internal-Extras-Repository-2                      56 k
 docker-forward-journald                     x86_64                     1.10.3-28.el7                     Internal-Extras-Repository-2                     828 k
 docker-rhel-push-plugin                     x86_64                     1.10.3-28.el7                     Internal-Extras-Repository-2                     1.9 M
 docker-selinux                              x86_64                     1.10.3-28.el7                     Internal-Extras-Repository-2                      73 k

Transaction Summary
=================================================================================================================================================================
Upgrade  1 Package (+5 Dependent packages)

Total download size: 25 M
Is this ok [y/d/N]: y
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
(1/6): docker-common-1.10.3-28.el7.x86_64.rpm                                                                                             |  56 kB  00:00:00     
(2/6): docker-forward-journald-1.10.3-28.el7.x86_64.rpm                                                                                   | 828 kB  00:00:01     
(3/6): docker-1.10.3-28.el7.x86_64.rpm                                                                                                    |  14 MB  00:00:06     
(4/6): docker-latest-1.10.3-27.el7.x86_64.rpm                                                                                             | 8.6 MB  00:00:04     
(5/6): docker-selinux-1.10.3-28.el7.x86_64.rpm                                                                                            |  73 kB  00:00:00     
(6/6): docker-rhel-push-plugin-1.10.3-28.el7.x86_64.rpm                                                                                   | 1.9 MB  00:00:01     
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                            3.2 MB/s |  25 MB  00:00:07     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   : docker-rhel-push-plugin-1.10.3-28.el7.x86_64                                                                                                 1/12 
  Updating   : docker-forward-journald-1.10.3-28.el7.x86_64                                                                                                 2/12 
  Updating   : docker-common-1.10.3-28.el7.x86_64                                                                                                           3/12 
  Updating   : docker-selinux-1.10.3-28.el7.x86_64                                                                                                          4/12 
  Updating   : docker-1.10.3-28.el7.x86_64                                                                                                                  5/12 
  Updating   : docker-latest-1.10.3-27.el7.x86_64                                                                                                           6/12 
  Cleanup    : docker-latest-1.10.3-22.el7.x86_64                                                                                                           7/12 
  Cleanup    : docker-1.9.1-40.el7.x86_64                                                                                                                   8/12 
  Cleanup    : docker-common-1.9.1-40.el7.x86_64                                                                                                            9/12 
  Cleanup    : docker-selinux-1.9.1-40.el7.x86_64                                                                                                          10/12 
  Cleanup    : docker-forward-journald-1.9.1-40.el7.x86_64                                                                                                 11/12 
  Cleanup    : docker-rhel-push-plugin-1.10.3-22.el7.x86_64                                                                                                12/12 
  Verifying  : docker-1.10.3-28.el7.x86_64                                                                                                                  1/12 
  Verifying  : docker-selinux-1.10.3-28.el7.x86_64                                                                                                          2/12 
  Verifying  : docker-common-1.10.3-28.el7.x86_64                                                                                                           3/12 
  Verifying  : docker-forward-journald-1.10.3-28.el7.x86_64                                                                                                 4/12 
  Verifying  : docker-latest-1.10.3-27.el7.x86_64                                                                                                           5/12 
  Verifying  : docker-rhel-push-plugin-1.10.3-28.el7.x86_64                                                                                                 6/12 
  Verifying  : docker-selinux-1.9.1-40.el7.x86_64                                                                                                           7/12 
  Verifying  : docker-common-1.9.1-40.el7.x86_64                                                                                                            8/12 
  Verifying  : docker-rhel-push-plugin-1.10.3-22.el7.x86_64                                                                                                 9/12 
  Verifying  : docker-1.9.1-40.el7.x86_64                                                                                                                  10/12 
  Verifying  : docker-forward-journald-1.9.1-40.el7.x86_64                                                                                                 11/12 
  Verifying  : docker-latest-1.10.3-22.el7.x86_64                                                                                                          12/12 

Updated:
  docker-latest.x86_64 0:1.10.3-27.el7                                                                                                                           

Dependency Updated:
  docker.x86_64 0:1.10.3-28.el7                           docker-common.x86_64 0:1.10.3-28.el7           docker-forward-journald.x86_64 0:1.10.3-28.el7         
  docker-rhel-push-plugin.x86_64 0:1.10.3-28.el7          docker-selinux.x86_64 0:1.10.3-28.el7         

Complete!

Comment 6 Qian Cai 2016-06-02 17:29:05 UTC
It seems you did not install docker-latest-v1.10-migrator-1.10.3-22.el7.x86_64 at the first place.

Comment 8 Qian Cai 2016-06-03 16:05:48 UTC
Works fine now.

Comment 9 Luwen Su 2016-06-12 05:04:49 UTC
Per comment#8 , move to verified

Comment 11 errata-xmlrpc 2016-06-23 16:19:27 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://access.redhat.com/errata/RHBA-2016:1274


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