Comment 5 for bug 1245775

Revision history for this message
Zhi Yan Liu (lzy-dev) wrote : Re: safe_delete_from_backend does not raise a "not found " exception

So Amala the root problem to me for this defect is that why those code does calling on "store.safe_delete_from_backend" but "store.delete_from_backend()"? IMO we need find out those code which expect catch exception when it require remove image bits from backend storage, and change them to using "delete_from_backend()" but "safe_delete_from_backend()". Any thoughts?