yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #01961
[Bug 1131705] Re: Glance API v2 suffers from bug 1036193
** Changed in: glance/grizzly
Importance: Undecided => High
** Changed in: glance/grizzly
Status: New => Fix Released
** Changed in: glance/grizzly
Milestone: None => 2013.1
** Changed in: glance/grizzly
Assignee: (unassigned) => Mark Washenberger (markwash)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1131705
Title:
Glance API v2 suffers from bug 1036193
Status in OpenStack Image Registry and Delivery Service (Glance):
Fix Released
Status in Glance grizzly series:
Fix Released
Bug description:
It seems glance-api v2 doesn't contain the fix for bug #1036193 and
still uses the same ENGINE across workers. This can be demonstrated
on devstack by the following crude script:
# Create 100 image entries
for i in $(seq 1 100); do
glance image-create
done
# <restart the server>
# Then run:
for i in $(seq 1 100); do
glance --os-image-api-version=2 image-list &
done
You'll get the errors outlined by David at
https://bugs.launchpad.net/glance/+bug/1036193/comments/1
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1131705/+subscriptions