← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1849409] [NEW] openstack server list --deleted --limit -1 hangs

 

Public bug reported:

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.

** Affects: nova
     Importance: Undecided
         Status: New

-- 
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):
  New

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


Follow ups