openstack server list --deleted --limit -1 hangs
Bug #1849409 reported by
Keith Berger
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Matt Riedemann | ||
Ocata |
Fix Committed
|
High
|
Matt Riedemann | ||
Pike |
Fix Released
|
High
|
Matt Riedemann | ||
Queens |
Fix Released
|
High
|
Matt Riedemann | ||
Rocky |
Fix Committed
|
High
|
Matt Riedemann | ||
Stein |
Fix Committed
|
High
|
Matt Riedemann | ||
Train |
Fix Committed
|
High
|
Matt Riedemann |
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://
and a direct curl is shown here
http://
It seems to be related to the marker as discussed here.
after the initial collection of 18 servers, for some reason it than tried to grab with
where the marker is the 18th deleted server in the list. it then loops on this until you breakout.
Changed in nova: | |
status: | Triaged → In Progress |
To post a comment you must log in.
I've got the fix started here: https:/ /review. opendev. org/#/c/ 690429/