Dan Kenigsberg has submitted this change and it was merged. Change subject: BZ#754445 - Separate granting from callback emitting ......................................................................
BZ#754445 - Separate granting from callback emitting Granting has to happen inside the request transaction to prevent races with cancel\timeouts. The callback is code that the subsystem does not know anything about. For that reason it is crucial to run the callback outside of the lock scope. To keep both demands I split up emit() from grant(). Change-Id: Ic12d170e64399e37a555960c03804778ad7d053b --- M vdsm/storage/resourceManager.py 1 file changed, 23 insertions(+), 23 deletions(-) Approvals: Dan Kenigsberg: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/254 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic12d170e64399e37a555960c03804778ad7d053b Gerrit-PatchSet: 9 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Eduardo <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Haim Ateya <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
