Dan Kenigsberg has submitted this change and it was merged. Change subject: BZ#781975 VM creation concurrency limit ......................................................................
BZ#781975 VM creation concurrency limit Since libvirt now does not support concurrent VM creation, simultaneous requests lead to the situation when a user should wait all VMs to be created before he sees any progress in the UI. Tho just for now it is more reasonable to limit parallel creation (4 threads does the stuff slightly faster than 1, and a user will see the progress in UI). As libvirt will support more fine-grained lock in its driver, we can return to caps.CpuInfo().cores() usage. Change-Id: I527c1f5201646f7f912d976b59355f70b8ca20eb Signed-off-by: Peter V. Saveliev <[email protected]> Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=781975 --- M vdsm/vm.py 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: Dan Kenigsberg: Looks good to me, approved Peter V. Saveliev: Verified Michal Skrivanek: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/8295 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I527c1f5201646f7f912d976b59355f70b8ca20eb Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Peter V. Saveliev <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Igor Lvovsky <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Peter V. Saveliev <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
