Francesco Romani has posted comments on this change. Change subject: vm: Prevent multiple threads blocking on same libvirt domain ......................................................................
Patch Set 1: (1 comment) Nice idea, but I need to think about this. http://gerrit.ovirt.org/#/c/30772/1//COMMIT_MSG Commit Message: Line 19: Line 20: This should slow down calls for single vm, since each call is invoked Line 21: only when the previous call returns. However, when using many vms, this Line 22: creates natural round-robin scheduling, giving each vm equal chance to Line 23: make progress, and limiting the load on libvirt. I need to spend a bit of time thinking about this and probably doing some measurements. Line 24: Line 25: Change-Id: Ib459697b8688ebcba987cd6b9e11815826e92990 -- To view, visit http://gerrit.ovirt.org/30772 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib459697b8688ebcba987cd6b9e11815826e92990 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
