Comment 25 for bug 1670627

Revision history for this message
melanie witt (melwitt) wrote :

I think the problem is that we're doing the quotas.commit() immediately in both of our cells v2 local delete cases (_delete_while_booting and _delete). I think the quotas.rollback() won't have any effect if quotas.commit() already happened. They are supposed to be mutually exclusive -- either commit() or rollback() after the reserve().