Inappropriate exception handling on kvm live/block migration
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Undecided
|
Kei Masumoto | ||
Diablo |
Fix Released
|
Undecided
|
Kiall Mac Innes | ||
Essex |
Fix Released
|
Undecided
|
Unassigned | ||
nova (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Precise |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
1. Cannot check exception messages when live/block migration fails.
Error message is below.
> -------
> 2012-01-17 05:19:10,250 DEBUG nova.rpc [-] Making asynchronous cast on
> compute.os-sv02... from (pid=18400) cast
> /opt/openstack/
> Traceback (most recent call last):
> File "/usr/lib/
> readers.get(fileno, noop).cb(fileno)
> File "/usr/lib/
> result = function(*args, **kwargs)
> File "/opt/openstack
> raise
> TypeError: exceptions must be old-style classes or derived from
> BaseException, not NoneType Removing descriptor: 9
> -------
2. invalid argument
nova.compute.
Otherwise, it cause an TypeError.
- block_device_info, True)
+ block_device_info)
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 → NTT DATA (nttdata) |
assignee: | NTT DATA (nttdata) → nobody |
Changed in nova: | |
assignee: | nobody → Kei Masumoto (masumotok) |
Changed in nova: | |
milestone: | none → essex-4 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | essex-4 → 2012.1 |
Changed in nova (Ubuntu): | |
status: | New → Fix Released |
Changed in nova (Ubuntu Precise): | |
status: | New → Confirmed |
Fix proposed to branch: master /review. openstack. org/3134
Review: https:/