← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1970087] [NEW] When the rest API gets the server, it returns an empty list. Nova-api says Cell "cellid"is not responding and hence is being omitted from the results

 

Public bug reported:

Thank you in advance for seeing this question

When I view it on Web pages and CLI commands, the instance is fine

openstack 4.0.2
train

nova-api.log
2022-04-24 17:42:04.142 2487 WARNING nova.compute.multi_cell_list [req-53aa6a4d-61b7-4248-a7e6-b2a5544808e4 db9e37bfd51a4853b045ec98388a2ffb - - default -] Cell 00000000-0000-0000-0000-000000000000 is not responding and hence is being omitted from the results
2022-04-24 17:42:04.143 2487 WARNING nova.compute.multi_cell_list [req-53aa6a4d-61b7-4248-a7e6-b2a5544808e4 db9e37bfd51a4853b045ec98388a2ffb - - default -] Cell cd67e4f8-daa9-4cf3-a1ee-64a11959f6ad is not responding and hence is being omitted from the results

When I ask http://control:8774/v2.1/servers/"instance ID" , an error will be reported
nova-api.log

2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi [req-33b68053-5d7b-42d8-861b-60931ed03100 db9e37bfd51a4853b045ec98388a2ffb - - default -] Unexpected exception in API method: NovaException: Cell cd67e4f8-daa9-4cf3-a1ee-64a11959f6ad is not responding and hence instance info is not available.
2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi Traceback (most recent call last):
2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/wsgi.py", line 671, in wrapped
2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     return f(*args, **kwargs)
2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/compute/servers.py", line 476, in show
2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     cell_down_support=cell_down_support)
2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/compute/servers.py", line 379, in _get_server
2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     cell_down_support=cell_down_support)
2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/common.py", line 473, in get_instance
2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     cell_down_support=cell_down_support)
2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 2657, in get
2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     expected_attrs, cell_down_support=cell_down_support)
2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 2604, in _get_instance
2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     expected_attrs, cell_down_support)
2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 2597, in _get_instance_from_cell
2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     "info is not available.") % cell_uuid)
2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi NovaException: Cell cd67e4f8-daa9-4cf3-a1ee-64a11959f6ad is not responding and hence instance info is not available.
2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi
2022-04-24 17:40:10.913 2487 INFO nova.api.openstack.wsgi [req-33b68053-5d7b-42d8-861b-60931ed03100 db9e37bfd51a4853b045ec98388a2ffb - - default -] HTTP exception

** Affects: nova
     Importance: Undecided
         Status: New

** Description changed:

  Thank you in advance for seeing this question
  
  When I view it on the Web page, the instance status is fine
  
- openstack 4.0.2 
+ openstack 4.0.2
  train
  
  nova-api.log
  "GET /v2.1/servers/54174caa-4f7e-4c75-88bb-ffc17bd858c1 HTTP/1.1" status: 500 len: 741 time: 0.0619140
  2022-04-24 17:42:04.142 2487 WARNING nova.compute.multi_cell_list [req-53aa6a4d-61b7-4248-a7e6-b2a5544808e4 db9e37bfd51a4853b045ec98388a2ffb - - default -] Cell 00000000-0000-0000-0000-000000000000 is not responding and hence is being omitted from the results
  2022-04-24 17:42:04.143 2487 WARNING nova.compute.multi_cell_list [req-53aa6a4d-61b7-4248-a7e6-b2a5544808e4 db9e37bfd51a4853b045ec98388a2ffb - - default -] Cell cd67e4f8-daa9-4cf3-a1ee-64a11959f6ad is not responding and hence is being omitted from the results
  
- 
- When I ask http://10.25.135.1:8774/v2.1/servers/ When the instance ID is, an error will be reported
+ When I ask http://control:8774/v2.1/servers/ When the instance ID is, an error will be reported
  nova-api.log
  
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi [req-33b68053-5d7b-42d8-861b-60931ed03100 db9e37bfd51a4853b045ec98388a2ffb - - default -] Unexpected exception in API method: NovaException: Cell cd67e4f8-daa9-4cf3-a1ee-64a11959f6ad is not responding and hence instance info is not available.
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi Traceback (most recent call last):
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/wsgi.py", line 671, in wrapped
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     return f(*args, **kwargs)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/compute/servers.py", line 476, in show
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/compute/servers.py", line 379, in _get_server
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/common.py", line 473, in get_instance
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 2657, in get
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     expected_attrs, cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 2604, in _get_instance
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     expected_attrs, cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 2597, in _get_instance_from_cell
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     "info is not available.") % cell_uuid)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi NovaException: Cell cd67e4f8-daa9-4cf3-a1ee-64a11959f6ad is not responding and hence instance info is not available.
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi
  2022-04-24 17:40:10.913 2487 INFO nova.api.openstack.wsgi [req-33b68053-5d7b-42d8-861b-60931ed03100 db9e37bfd51a4853b045ec98388a2ffb - - default -] HTTP exception thrown: 发生意外 API 错误。请在 http://bugs.launchpad.net/nova/ 处报告此错误,并且附上 Nova API 日志(如果可能)。
  <class 'nova.exception.NovaException'>

** Description changed:

  Thank you in advance for seeing this question
  
  When I view it on the Web page, the instance status is fine
  
  openstack 4.0.2
  train
  
  nova-api.log
  "GET /v2.1/servers/54174caa-4f7e-4c75-88bb-ffc17bd858c1 HTTP/1.1" status: 500 len: 741 time: 0.0619140
  2022-04-24 17:42:04.142 2487 WARNING nova.compute.multi_cell_list [req-53aa6a4d-61b7-4248-a7e6-b2a5544808e4 db9e37bfd51a4853b045ec98388a2ffb - - default -] Cell 00000000-0000-0000-0000-000000000000 is not responding and hence is being omitted from the results
  2022-04-24 17:42:04.143 2487 WARNING nova.compute.multi_cell_list [req-53aa6a4d-61b7-4248-a7e6-b2a5544808e4 db9e37bfd51a4853b045ec98388a2ffb - - default -] Cell cd67e4f8-daa9-4cf3-a1ee-64a11959f6ad is not responding and hence is being omitted from the results
  
- When I ask http://control:8774/v2.1/servers/ When the instance ID is, an error will be reported
+ When I ask http://control:8774/v2.1/servers/"instance ID" , an error will be reported
  nova-api.log
  
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi [req-33b68053-5d7b-42d8-861b-60931ed03100 db9e37bfd51a4853b045ec98388a2ffb - - default -] Unexpected exception in API method: NovaException: Cell cd67e4f8-daa9-4cf3-a1ee-64a11959f6ad is not responding and hence instance info is not available.
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi Traceback (most recent call last):
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/wsgi.py", line 671, in wrapped
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     return f(*args, **kwargs)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/compute/servers.py", line 476, in show
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/compute/servers.py", line 379, in _get_server
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/common.py", line 473, in get_instance
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 2657, in get
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     expected_attrs, cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 2604, in _get_instance
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     expected_attrs, cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 2597, in _get_instance_from_cell
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     "info is not available.") % cell_uuid)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi NovaException: Cell cd67e4f8-daa9-4cf3-a1ee-64a11959f6ad is not responding and hence instance info is not available.
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi
  2022-04-24 17:40:10.913 2487 INFO nova.api.openstack.wsgi [req-33b68053-5d7b-42d8-861b-60931ed03100 db9e37bfd51a4853b045ec98388a2ffb - - default -] HTTP exception thrown: 发生意外 API 错误。请在 http://bugs.launchpad.net/nova/ 处报告此错误,并且附上 Nova API 日志(如果可能)。
  <class 'nova.exception.NovaException'>

** Description changed:

  Thank you in advance for seeing this question
  
  When I view it on the Web page, the instance status is fine
  
  openstack 4.0.2
  train
  
  nova-api.log
  "GET /v2.1/servers/54174caa-4f7e-4c75-88bb-ffc17bd858c1 HTTP/1.1" status: 500 len: 741 time: 0.0619140
  2022-04-24 17:42:04.142 2487 WARNING nova.compute.multi_cell_list [req-53aa6a4d-61b7-4248-a7e6-b2a5544808e4 db9e37bfd51a4853b045ec98388a2ffb - - default -] Cell 00000000-0000-0000-0000-000000000000 is not responding and hence is being omitted from the results
  2022-04-24 17:42:04.143 2487 WARNING nova.compute.multi_cell_list [req-53aa6a4d-61b7-4248-a7e6-b2a5544808e4 db9e37bfd51a4853b045ec98388a2ffb - - default -] Cell cd67e4f8-daa9-4cf3-a1ee-64a11959f6ad is not responding and hence is being omitted from the results
  
  When I ask http://control:8774/v2.1/servers/"instance ID" , an error will be reported
  nova-api.log
  
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi [req-33b68053-5d7b-42d8-861b-60931ed03100 db9e37bfd51a4853b045ec98388a2ffb - - default -] Unexpected exception in API method: NovaException: Cell cd67e4f8-daa9-4cf3-a1ee-64a11959f6ad is not responding and hence instance info is not available.
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi Traceback (most recent call last):
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/wsgi.py", line 671, in wrapped
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     return f(*args, **kwargs)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/compute/servers.py", line 476, in show
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/compute/servers.py", line 379, in _get_server
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/common.py", line 473, in get_instance
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 2657, in get
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     expected_attrs, cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 2604, in _get_instance
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     expected_attrs, cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 2597, in _get_instance_from_cell
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     "info is not available.") % cell_uuid)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi NovaException: Cell cd67e4f8-daa9-4cf3-a1ee-64a11959f6ad is not responding and hence instance info is not available.
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi
- 2022-04-24 17:40:10.913 2487 INFO nova.api.openstack.wsgi [req-33b68053-5d7b-42d8-861b-60931ed03100 db9e37bfd51a4853b045ec98388a2ffb - - default -] HTTP exception thrown: 发生意外 API 错误。请在 http://bugs.launchpad.net/nova/ 处报告此错误,并且附上 Nova API 日志(如果可能)。
- <class 'nova.exception.NovaException'>
+ 2022-04-24 17:40:10.913 2487 INFO nova.api.openstack.wsgi [req-33b68053-5d7b-42d8-861b-60931ed03100 db9e37bfd51a4853b045ec98388a2ffb - - default -] HTTP exception

** Description changed:

  Thank you in advance for seeing this question
  
  When I view it on the Web page, the instance status is fine
  
  openstack 4.0.2
  train
  
  nova-api.log
- "GET /v2.1/servers/54174caa-4f7e-4c75-88bb-ffc17bd858c1 HTTP/1.1" status: 500 len: 741 time: 0.0619140
  2022-04-24 17:42:04.142 2487 WARNING nova.compute.multi_cell_list [req-53aa6a4d-61b7-4248-a7e6-b2a5544808e4 db9e37bfd51a4853b045ec98388a2ffb - - default -] Cell 00000000-0000-0000-0000-000000000000 is not responding and hence is being omitted from the results
  2022-04-24 17:42:04.143 2487 WARNING nova.compute.multi_cell_list [req-53aa6a4d-61b7-4248-a7e6-b2a5544808e4 db9e37bfd51a4853b045ec98388a2ffb - - default -] Cell cd67e4f8-daa9-4cf3-a1ee-64a11959f6ad is not responding and hence is being omitted from the results
  
  When I ask http://control:8774/v2.1/servers/"instance ID" , an error will be reported
  nova-api.log
  
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi [req-33b68053-5d7b-42d8-861b-60931ed03100 db9e37bfd51a4853b045ec98388a2ffb - - default -] Unexpected exception in API method: NovaException: Cell cd67e4f8-daa9-4cf3-a1ee-64a11959f6ad is not responding and hence instance info is not available.
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi Traceback (most recent call last):
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/wsgi.py", line 671, in wrapped
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     return f(*args, **kwargs)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/compute/servers.py", line 476, in show
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/compute/servers.py", line 379, in _get_server
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/common.py", line 473, in get_instance
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 2657, in get
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     expected_attrs, cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 2604, in _get_instance
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     expected_attrs, cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 2597, in _get_instance_from_cell
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     "info is not available.") % cell_uuid)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi NovaException: Cell cd67e4f8-daa9-4cf3-a1ee-64a11959f6ad is not responding and hence instance info is not available.
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi
  2022-04-24 17:40:10.913 2487 INFO nova.api.openstack.wsgi [req-33b68053-5d7b-42d8-861b-60931ed03100 db9e37bfd51a4853b045ec98388a2ffb - - default -] HTTP exception

** Description changed:

  Thank you in advance for seeing this question
  
- When I view it on the Web page, the instance status is fine
+ When I view it on Web pages and CLI commands, the instance is fine
  
  openstack 4.0.2
  train
  
  nova-api.log
  2022-04-24 17:42:04.142 2487 WARNING nova.compute.multi_cell_list [req-53aa6a4d-61b7-4248-a7e6-b2a5544808e4 db9e37bfd51a4853b045ec98388a2ffb - - default -] Cell 00000000-0000-0000-0000-000000000000 is not responding and hence is being omitted from the results
  2022-04-24 17:42:04.143 2487 WARNING nova.compute.multi_cell_list [req-53aa6a4d-61b7-4248-a7e6-b2a5544808e4 db9e37bfd51a4853b045ec98388a2ffb - - default -] Cell cd67e4f8-daa9-4cf3-a1ee-64a11959f6ad is not responding and hence is being omitted from the results
  
  When I ask http://control:8774/v2.1/servers/"instance ID" , an error will be reported
  nova-api.log
  
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi [req-33b68053-5d7b-42d8-861b-60931ed03100 db9e37bfd51a4853b045ec98388a2ffb - - default -] Unexpected exception in API method: NovaException: Cell cd67e4f8-daa9-4cf3-a1ee-64a11959f6ad is not responding and hence instance info is not available.
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi Traceback (most recent call last):
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/wsgi.py", line 671, in wrapped
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     return f(*args, **kwargs)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/compute/servers.py", line 476, in show
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/compute/servers.py", line 379, in _get_server
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/common.py", line 473, in get_instance
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 2657, in get
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     expected_attrs, cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 2604, in _get_instance
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     expected_attrs, cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 2597, in _get_instance_from_cell
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     "info is not available.") % cell_uuid)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi NovaException: Cell cd67e4f8-daa9-4cf3-a1ee-64a11959f6ad is not responding and hence instance info is not available.
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi
  2022-04-24 17:40:10.913 2487 INFO nova.api.openstack.wsgi [req-33b68053-5d7b-42d8-861b-60931ed03100 db9e37bfd51a4853b045ec98388a2ffb - - default -] HTTP exception

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

Title:
  When the rest API gets the server, it returns an empty list. Nova-api
  says Cell "cellid"is not responding and hence is being omitted from
  the results

Status in OpenStack Compute (nova):
  New

Bug description:
  Thank you in advance for seeing this question

  When I view it on Web pages and CLI commands, the instance is fine

  openstack 4.0.2
  train

  nova-api.log
  2022-04-24 17:42:04.142 2487 WARNING nova.compute.multi_cell_list [req-53aa6a4d-61b7-4248-a7e6-b2a5544808e4 db9e37bfd51a4853b045ec98388a2ffb - - default -] Cell 00000000-0000-0000-0000-000000000000 is not responding and hence is being omitted from the results
  2022-04-24 17:42:04.143 2487 WARNING nova.compute.multi_cell_list [req-53aa6a4d-61b7-4248-a7e6-b2a5544808e4 db9e37bfd51a4853b045ec98388a2ffb - - default -] Cell cd67e4f8-daa9-4cf3-a1ee-64a11959f6ad is not responding and hence is being omitted from the results

  When I ask http://control:8774/v2.1/servers/"instance ID" , an error will be reported
  nova-api.log

  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi [req-33b68053-5d7b-42d8-861b-60931ed03100 db9e37bfd51a4853b045ec98388a2ffb - - default -] Unexpected exception in API method: NovaException: Cell cd67e4f8-daa9-4cf3-a1ee-64a11959f6ad is not responding and hence instance info is not available.
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi Traceback (most recent call last):
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/wsgi.py", line 671, in wrapped
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     return f(*args, **kwargs)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/compute/servers.py", line 476, in show
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/compute/servers.py", line 379, in _get_server
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/api/openstack/common.py", line 473, in get_instance
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 2657, in get
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     expected_attrs, cell_down_support=cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 2604, in _get_instance
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     expected_attrs, cell_down_support)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi   File "/usr/lib/python2.7/site-packages/nova/compute/api.py", line 2597, in _get_instance_from_cell
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi     "info is not available.") % cell_uuid)
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi NovaException: Cell cd67e4f8-daa9-4cf3-a1ee-64a11959f6ad is not responding and hence instance info is not available.
  2022-04-24 17:40:10.891 2487 ERROR nova.api.openstack.wsgi
  2022-04-24 17:40:10.913 2487 INFO nova.api.openstack.wsgi [req-33b68053-5d7b-42d8-861b-60931ed03100 db9e37bfd51a4853b045ec98388a2ffb - - default -] HTTP exception

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



Follow ups