Activity log for bug #1487950

Date Who What changed Old value New value Message
2015-08-24 03:15:52 Zhongcheng Lao bug added bug
2015-08-24 03:16:08 Zhongcheng Lao nova: assignee Zhongcheng Lao (zlao)
2015-08-24 03:24:55 OpenStack Infra nova: status New In Progress
2015-11-16 12:50:02 OpenStack Infra nova: assignee Zhongcheng Lao (zlao) Gary Kotton (garyk)
2015-11-17 10:15:01 OpenStack Infra nova: assignee Gary Kotton (garyk) Zhongcheng Lao (zlao)
2016-06-10 16:44:02 Jay Pipes nova: status In Progress Incomplete
2016-06-13 01:40:24 Zhongcheng Lao description Rally received 400 when creating a VM from the snapshot created earlier from an instance. Rally scenario snapshot_server will wait till the snapshot becomes READY which is odd to receive such kind of error. Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/rally/benchmark/runners/base.py", line 77, in _run_scenario_once method_name)(**kwargs) or scenario_output File "/usr/local/lib/python2.7/dist-packages/rally/benchmark/scenarios/nova/servers.py", line 267, in snapshot_servers **kwargs) File "/usr/local/lib/python2.7/dist-packages/rally/benchmark/scenarios/base.py", line 254, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/rally/benchmark/scenarios/nova/utils.py", line 515, in _boot_servers_with_images **kwargs) File "/usr/local/lib/python2.7/dist-packages/novaclient/v1_1/servers.py", line 902, in create **boot_kwargs) File "/usr/local/lib/python2.7/dist-packages/novaclient/v1_1/servers.py", line 554, in _boot return_raw=return_raw, **kwargs) File "/usr/local/lib/python2.7/dist-packages/novaclient/base.py", line 100, in _create _resp, body = self.api.client.post(url, body=body) File "/usr/local/lib/python2.7/dist-packages/novaclient/client.py", line 490, in post return self._cs_request(url, 'POST', **kwargs) File "/usr/local/lib/python2.7/dist-packages/novaclient/client.py", line 465, in _cs_request resp, body = self._time_request(url, method, **kwargs) File "/usr/local/lib/python2.7/dist-packages/novaclient/client.py", line 439, in _time_request resp, body = self.request(url, method, **kwargs) File "/usr/local/lib/python2.7/dist-packages/novaclient/client.py", line 433, in request raise exceptions.from_response(resp, body, url, method) BadRequest: Image 6c450a07-2e61-4720-9560-ed1b6a5c438f is not active. (HTTP 400) (Request-ID: req-ec100533-0365-4816-84fa-298f8e5b8671) Rally received 400 when creating a VM from the snapshot created earlier from an instance. Rally scenario snapshot_server will wait till the snapshot becomes READY which is odd to receive such kind of error. Traceback (most recent call last):   File "/usr/local/lib/python2.7/dist-packages/rally/benchmark/runners/base.py", line 77, in _run_scenario_once     method_name)(**kwargs) or scenario_output   File "/usr/local/lib/python2.7/dist-packages/rally/benchmark/scenarios/nova/servers.py", line 267, in snapshot_servers     **kwargs)   File "/usr/local/lib/python2.7/dist-packages/rally/benchmark/scenarios/base.py", line 254, in func_atomic_actions     f = func(self, *args, **kwargs)   File "/usr/local/lib/python2.7/dist-packages/rally/benchmark/scenarios/nova/utils.py", line 515, in _boot_servers_with_images     **kwargs)   File "/usr/local/lib/python2.7/dist-packages/novaclient/v1_1/servers.py", line 902, in create     **boot_kwargs)   File "/usr/local/lib/python2.7/dist-packages/novaclient/v1_1/servers.py", line 554, in _boot     return_raw=return_raw, **kwargs)   File "/usr/local/lib/python2.7/dist-packages/novaclient/base.py", line 100, in _create     _resp, body = self.api.client.post(url, body=body)   File "/usr/local/lib/python2.7/dist-packages/novaclient/client.py", line 490, in post     return self._cs_request(url, 'POST', **kwargs)   File "/usr/local/lib/python2.7/dist-packages/novaclient/client.py", line 465, in _cs_request     resp, body = self._time_request(url, method, **kwargs)   File "/usr/local/lib/python2.7/dist-packages/novaclient/client.py", line 439, in _time_request     resp, body = self.request(url, method, **kwargs)   File "/usr/local/lib/python2.7/dist-packages/novaclient/client.py", line 433, in request     raise exceptions.from_response(resp, body, url, method) BadRequest: Image 6c450a07-2e61-4720-9560-ed1b6a5c438f is not active. (HTTP 400) (Request-ID: req-ec100533-0365-4816-84fa-298f8e5b8671) Further investigation revealed that the image was deleted by nova immediately after its status turned READY as the cleanup codes in vCenter driver may throw an exception which triggered the delete_image_on_error. When Rally tries to boot from the image later, nova complained about the missing images and threw 400 back to the client.
2016-08-16 05:11:49 Maciej Szankin nova: assignee Zhongcheng Lao (zlao)
2016-08-17 19:06:48 Maciej Szankin nova: status Incomplete Confirmed