Comment 8 for bug 1197648

Revision history for this message
Rongze Zhu (zrzhit) wrote : Re: LVM Unable to clone a volume

self.db.volume_update() will clear the exc_info, I traced the code and found out the invoked function "engine.connect()" will clear the exc_info.

volume_update -> get_session() -> get_engine() -> create_engine() -> engine.connect() .

I think sqlalchemy have some side effect, it will clear exc_info.