Bug 1388585
Summary: | yum update to Red Hat docker 1.12 omits docker-storage EnvironmentFile entry from systemd unit | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Mike Fiedler <mifiedle> |
Component: | docker | Assignee: | Lokesh Mandvekar <lsm5> |
Status: | CLOSED ERRATA | QA Contact: | atomic-bugs <atomic-bugs> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.3 | CC: | amurdaca, ekuric, jeder, lfriedma, lsm5, lsu, santiago |
Target Milestone: | rc | Keywords: | Extras |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | aos-scalability-34 | ||
Fixed In Version: | docker-1.12.1-7.el7 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-01-17 20:43:38 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Mike Fiedler
2016-10-25 17:36:19 UTC
The following lines in the "before" docker.service file EnvironmentFile=-/etc/sysconfig/docker EnvironmentFile=-/etc/sysconfig/docker-storage EnvironmentFile=-/etc/sysconfig/docker-network become this in the "after" file: EnvironmentFile=-/etc/sysconfig/docker EnvironmentFile=-/etc/sysconfig/docker EnvironmentFile=-/etc/sysconfig/docker Live update from 1.10.3 to 1.12.3-4, the docker service is always alive, move to verified # cat /etc/sysconfig/docker-storage-setup WIPE_SIGNATURES=true DEVS=/dev/sdb VG=docker-test # docker info Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 0 Server Version: 1.10.3 Storage Driver: devicemapper Pool Name: docker--test-docker--pool #yum update .... # docker info Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 0 Server Version: 1.12.3 Storage Driver: devicemapper Pool Name: docker--test-docker--pool *** Bug 1395721 has been marked as a duplicate of this bug. *** 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-2017-0116.html |