sapcc / manila

Shared filesystem management project for OpenStack.

Home Page:http://openstack.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

share.API.create() not return in quota exception handling

chuan137 opened this issue · comments

commented

with excutils.save_and_reraise_exception():

looks to me, the function create() can stop here after db roll-back?

commented

the function is indeed stopped here, because excutils.save_and_reraise_exception() re-raises the exception after execution of the code block under it. Nothing to be changed.