Activity log for bug #2059800

Date Who What changed Old value New value Message
2024-03-29 17:04:00 Takashi Kajinami bug added bug
2024-03-29 17:19:17 OpenStack Infra nova: status New In Progress
2024-03-29 17:27:14 Takashi Kajinami description Description =========== nova-compute downloads a vm image from glance when launching an instance. It retries requests when it gets 503, but it does not when it gets 500. When glance uses cinder backend and a image volume is still used, glance returns 500 and this results in immediate instance creation failure. Steps to reproduce ================== * Deploy glance with cinder image store * Upload an image * Create an image-boot instance from the image, while downloading the image in background Expected result =============== Instance creation succeeeds Actual result ============= Instance creation fails because of 500 error from glance Environment =========== This has been seen in Puppet OpenStack integration job, which uses RDO master. Logs & Configs ============== Example failure can be found in https://zuul.opendev.org/t/openstack/build/fc0e584a70f947d988ac057a8cc991c2 Description =========== nova-compute downloads a vm image from glance when launching an instance. It retries requests when it gets 503, but it does not when it gets 500. When glance uses cinder backend and a image volume is still used (for example because another client is downloading the same image), glance returns 500 and this results in immediate instance creation failure. Steps to reproduce ================== * Deploy glance with cinder image store * Upload an image * Create an image-boot instance from the image, while downloading the image in background Expected result =============== Instance creation succeeeds Actual result ============= Instance creation fails because of 500 error from glance Environment =========== This has been seen in Puppet OpenStack integration job, which uses RDO master. Logs & Configs ============== Example failure can be found in https://zuul.opendev.org/t/openstack/build/fc0e584a70f947d988ac057a8cc991c2
2024-04-02 03:28:14 Takashi Kajinami nova: assignee Takashi Kajinami (kajinamit)
2024-09-03 12:46:47 sean mooney nova: status In Progress Won't Fix