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 1276346 - Docker Service Crash
Summary: Docker Service Crash
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: docker
Version: 7.2
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: 7.2
Assignee: Lokesh Mandvekar
QA Contact: Chao Yang
URL:
Whiteboard:
Depends On:
Blocks: 1319783
TreeView+ depends on / blocked
 
Reported: 2015-10-29 14:02 UTC by Miheer Salunke
Modified: 2019-09-12 09:11 UTC (History)
11 users (show)

Fixed In Version: docker-1.8.2-10.el7
Doc Type: Bug Fix
Doc Text:
Previously, if the Docker service crashed on a node, it did not automatically restart. As a result, you would need to log in to the master itself and manually start the service in order to have the environment running properly. Now, this has been fixed, and the Docker service is automatically restarted after a failure.
Clone Of:
: 1319783 (view as bug list)
Environment:
Last Closed: 2015-12-08 15:36:28 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:2554 0 normal SHIPPED_LIVE docker bug fix and enhancement update 2015-12-08 20:36:09 UTC

Comment 9 errata-xmlrpc 2015-12-08 15:36:28 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/RHBA-2015-2554.html

Comment 10 Vivek Goyal 2016-03-21 14:07:43 UTC
I am reopening this bug. Instead of Restart=on-failure, we should consider using Restart=on-abnormal.

Reason being that otherwise we try to restart docker multiple times even when docker can't start and has configuration issues. And as a result, it forces restart of docekr-storage-setup and all I see in logs is following.


 systemd[1]: docker.service failed.
 systemd[1]: start request repeated too quickly for docker.service
 systemd[1]: Failed to start Docker Application Container Engine.


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