← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1384127] [NEW] Fail-fast if initctl isnt present

 

Public bug reported:

If initctl isn't present in the image, a shutdown will take (by default)
60 seconds to timeout.

In the case of initctl not being present, we figure this out immediately
by way of this error from libvirt:

error: Operation not supported: Container does not provide an initctl
pipe

If we detect this, we should abort the retry loop immediately, and
switch to the unclean shutdown (_destroy_instance).

** Affects: nova
     Importance: Undecided
     Assignee: Rick Harris (rconradharris)
         Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1384127

Title:
  Fail-fast if initctl isnt present

Status in OpenStack Compute (Nova):
  In Progress

Bug description:
  If initctl isn't present in the image, a shutdown will take (by
  default) 60 seconds to timeout.

  In the case of initctl not being present, we figure this out
  immediately by way of this error from libvirt:

  error: Operation not supported: Container does not provide an initctl
  pipe

  If we detect this, we should abort the retry loop immediately, and
  switch to the unclean shutdown (_destroy_instance).

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1384127/+subscriptions


Follow ups

References