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 1267320 - Cloud-init (re)start Docker Daemon
Summary: Cloud-init (re)start Docker Daemon
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: cloud-init
Version: 7.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Lars Kellogg-Stedman
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-29 15:49 UTC by Eric Jones
Modified: 2015-09-30 14:34 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-09-30 13:32:25 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Eric Jones 2015-09-29 15:49:24 UTC
Description of problem:
cloud-init cannot restart docker daemon, it freezes and will fail to finish.

Version-Release number of selected component (if applicable):
RHEL 7.1
cloud-init 0.7.6

How reproducible:
Every time I run cloud-init script with - systemctl restart docker 
or without the re, it will freeze

Steps to Reproduce:
1. Spin up vm with image of rhel 7.1 with flavor m3.large on https://control.os1.phx2.redhat.com/dashboard and add a basic cloud init script, including - systemctl start docker under runcmd
2. log into the instance and run 'tail -f /var/log/cloud-init.log'

Actual results:
cloud-init freezes and fails to complete

Expected results:
restart/start the docker daemon

Additional info:
there is a github logged issue that is very similar: https://github.com/projectatomic/docker-storage-setup/issues/77

Wanted to make sure this was a highlighted issue as Openshift, as well as containers, are running into this issue.

Comment 2 Lars Kellogg-Stedman 2015-09-29 17:45:36 UTC
Try running:

    systemctl --no-block restart docker

The problem is that docker can't start until cloud-init has finished running, so you've got yourself deadlocked.

Comment 3 Eric Jones 2015-09-29 18:33:31 UTC
That worked. Thank you. Is there any documentation on that?

Comment 4 Lars Kellogg-Stedman 2015-09-30 13:32:25 UTC
> Is there any documentation on that?

Well, there's the systemd documentation, describes the --no-block option:

  http://www.freedesktop.org/software/systemd/man/systemctl.html

It looks like there is a blog post out there on this particular issue:

  http://dustymabe.com/2015/08/03/installingstarting-systemd-services-using-cloud-init/

Comment 5 Eric Jones 2015-09-30 14:34:00 UTC
Okay,

I appreciate it.


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