Only return the last N lines of the console log
Bug #1081436 reported by
Michael Still
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Critical
|
Michael Still | ||
Folsom |
Fix Released
|
Critical
|
Yolanda Robla | ||
nova (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Quantal |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Sam Morrison (sorrison) wrote 37 minutes ago (on bug 832507):
We recently had a console log grow to 5.5GB
When a user tries to get the console via the API it in turn packs this into a message and sends it off to rabbitmq.
For us this completely killed our rabbitmq cluster. The user kept trying to get the console knocking out a rabbitmq server each time (each rabbit has 4GB of ram)
To me this seems like nova could do something here like not try and send a 5.5GB message through rabbit?
Related branches
lp://staging/~gandelman-a/ubuntu/quantal/nova/2012.2.1
- Openstack Ubuntu Testers: Pending requested
-
Diff: 121 lines (+100/-4)1 file modifieddebian/changelog (+100/-4)
CVE References
tags: | added: folsom-backport-potential |
Changed in nova (Ubuntu): | |
status: | New → Fix Released |
Changed in nova (Ubuntu Quantal): | |
status: | New → Confirmed |
Changed in nova: | |
milestone: | none → grizzly-2 |
status: | Fix Committed → Fix Released |
tags: | removed: folsom-backport-potential in-stable-folsom |
Changed in nova: | |
milestone: | grizzly-2 → 2013.1 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/16622
Review: https:/