yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #00506
[Bug 1119817] Re: Missing exception data for exceptions raised in resize methods
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => grizzly-3
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1119817
Title:
Missing exception data for exceptions raised in resize methods
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
Any exception raised in:
migrate_disk_and_power_off
confirm_migration
finish_revert_migration
finish_migration
Results in:
TypeError: exceptions must be old-style classes or derived from
BaseException, not NoneType
See full stack trace here: http://paste.openstack.org/show/30832/
Due to this issue it's not possible to collect data on the source of the issue.
The workaround consists in logging and re-raising the original exception:
try:
...
except Exception, ex:
LOG.exception(ex)
raise
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1119817/+subscriptions