[nova][volumes] Exceeding volumes quotas logs "VolumeSizeTooLarge" instead of "VolumeLimitExceeded"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Low
|
Eoghan Glynn | ||
Essex |
Fix Released
|
Low
|
Eoghan Glynn | ||
nova (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Precise |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Exceeding volumes quotas logs "VolumeSizeTooL
2012-07-03 18:36:59 AUDIT nova.api.
olume of 1 GB
2012-07-03 18:36:59 WARNING nova.volume.api [req-35f94ead-
94b238d4f26b742
2012-07-03 18:36:59 ERROR nova.api.openstack [req-35f94ead-
eeded: code=VolumeSize
2012-07-03 18:36:59 TRACE nova.api.openstack Traceback (most recent call last):
2012-07-03 18:36:59 TRACE nova.api.openstack File "/usr/lib/
2012-07-03 18:36:59 TRACE nova.api.openstack return req.get_
2012-07-03 18:36:59 TRACE nova.api.openstack File "/usr/lib/
2012-07-03 18:36:59 TRACE nova.api.openstack application, catch_exc_
2012-07-03 18:36:59 TRACE nova.api.openstack File "/usr/lib/
2012-07-03 18:36:59 TRACE nova.api.openstack app_iter = application(
2012-07-03 18:36:59 TRACE nova.api.openstack File "/usr/lib/
2012-07-03 18:36:59 TRACE nova.api.openstack return self.app(env, start_response)
2012-07-03 18:36:59 TRACE nova.api.openstack File "/usr/lib/
2012-07-03 18:36:59 TRACE nova.api.openstack return resp(environ, start_response)
2012-07-03 18:36:59 TRACE nova.api.openstack File "/usr/lib/
2012-07-03 18:36:59 TRACE nova.api.openstack return resp(environ, start_response)
2012-07-03 18:36:59 TRACE nova.api.openstack File "/usr/lib/
2012-07-03 18:36:59 TRACE nova.api.openstack return resp(environ, start_response)
2012-07-03 18:36:59 TRACE nova.api.openstack File "/usr/lib/
2012-07-03 18:36:59 TRACE nova.api.openstack response = self.app(environ, start_response)
2012-07-03 18:36:59 TRACE nova.api.openstack File "/usr/lib/
2012-07-03 18:36:59 TRACE nova.api.openstack return resp(environ, start_response)
2012-07-03 18:36:59 TRACE nova.api.openstack File "/usr/lib/
2012-07-03 18:36:59 TRACE nova.api.openstack resp = self.call_func(req, *args, **self.kwargs)
2012-07-03 18:36:59 TRACE nova.api.openstack File "/usr/lib/
2012-07-03 18:36:59 TRACE nova.api.openstack return self.func(req, *args, **kwargs)
2012-07-03 18:36:59 TRACE nova.api.openstack File "/usr/lib/
2012-07-03 18:36:59 TRACE nova.api.openstack content_type, body, accept)
2012-07-03 18:36:59 TRACE nova.api.openstack File "/usr/lib/
2012-07-03 18:36:59 TRACE nova.api.openstack action_result = self.dispatch(meth, request, action_args)
2012-07-03 18:36:59 TRACE nova.api.openstack File "/usr/lib/
2012-07-03 18:36:59 TRACE nova.api.openstack return method(req=request, **action_args)
2012-07-03 18:36:59 TRACE nova.api.openstack File "/usr/lib/
2012-07-03 18:36:59 TRACE nova.api.openstack **kwargs)
2012-07-03 18:36:59 TRACE nova.api.openstack File "/usr/lib/
2012-07-03 18:36:59 TRACE nova.api.openstack raise exception.
2012-07-03 18:36:59 TRACE nova.api.openstack QuotaError: Quota exceeded: code=VolumeSize
2012-07-03 18:36:59 TRACE nova.api.openstack
2012-07-03 18:36:59 INFO nova.api.openstack [req-35f94ead-
Related branches
- Chuck Short: Pending requested
-
Diff: 56 lines (+14/-4)3 files modifieddebian/changelog (+8/-0)
debian/control (+6/-3)
debian/nova-console.install (+0/-1)
Changed in nova: | |
assignee: | nobody → Eoghan Glynn (eglynn) |
status: | New → Confirmed |
Changed in nova: | |
importance: | Undecided → Low |
milestone: | none → folsom-3 |
Changed in nova: | |
status: | Fix Committed → Fix Released |
Changed in nova (Ubuntu): | |
status: | New → Fix Released |
Changed in nova (Ubuntu Precise): | |
status: | New → Confirmed |
Changed in nova: | |
milestone: | folsom-3 → 2012.2 |
Fix proposed to branch: master /review. openstack. org/9317
Review: https:/