yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #90688
[Bug 1758943] Fix included in openstack/glance queens-eol
This issue was fixed in the openstack/glance queens-eol release.
** Changed in: glance/queens
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1758943
Title:
Image Import creates taskflow for impossible import scenarios
Status in Glance:
Fix Released
Status in Glance queens series:
Fix Released
Status in Glance rocky series:
Fix Released
Bug description:
When the image_import call is made the taskflow is created and
responsible handling the rest of the request. It does not do any
prechecks if the import conditions are met (like verifying that the
image status transition would be possible. This will create lots of
tasks that will end up to the database with no apparent reason.
We should make at least basic status checks (like if "glance-direct"
method was called agains non "uploading" status or "web-download"
method used against non "queued" image) before creating the taskflow.
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1758943/+subscriptions
References