← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1849409] Fix included in openstack/nova queens-eol

 

This issue was fixed in the openstack/nova queens-eol  release.

** Changed in: nova/queens
       Status: Fix Committed => Fix Released

-- 
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/1849409

Title:
  openstack server list --deleted --limit -1 hangs

Status in OpenStack Compute (nova):
  Fix Released
Status in OpenStack Compute (nova) ocata series:
  Fix Committed
Status in OpenStack Compute (nova) pike series:
  Fix Released
Status in OpenStack Compute (nova) queens series:
  Fix Released
Status in OpenStack Compute (nova) rocky series:
  Fix Committed
Status in OpenStack Compute (nova) stein series:
  Fix Committed
Status in OpenStack Compute (nova) train series:
  Fix Committed

Bug description:
  OpenStack Rocky:

  When running `openstack server list --deleted --limit -1 hangs` it
  will hang and not return.

  A debug output is found in this pastebin

  http://paste.openstack.org/show/785497/

  and a direct curl is shown here

  http://paste.openstack.org/show/785488/

  It seems to be related to the marker as discussed here.

  http://eavesdrop.openstack.org/irclogs/%23openstack-nova/%23openstack-
  nova.2019-10-22.log.html#t2019-10-22T20:35:11

  after the initial collection of 18 servers, for some reason it than
  tried to grab with

  https://192.168.23.35:8774/v2.1/428982d4248a419a933668b6a4dd14a0/servers/dtail?deleted=True&marker=8aab9854-af8e-4e98-840a-192f15ae01f9

  where the marker is the 18th deleted server in the list. it then loops
  on this until you breakout.

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



References