Bug #3677
Use TCP connection for libvirt
Status: | Closed | Start date: | 03/12/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Documentation | |||
Target version: | Release 4.14.2 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 4.14 |
Description
The KVM drivers connect to libvirt using a socket connection. This means that only one action can be performed at a given time. Using TCP connection makes multiple actions at the same time feasible. For example, deploying 16 VM in the same host at the same time.
Check that changing the connection from qemu:///system
to qemu://localhost/system
works.
Related issues
History
#1 Updated by Ruben S. Montero over 6 years ago
- Target version set to Release 5.0
#2 Updated by Ruben S. Montero over 6 years ago
- Related to Bug #3686: Check Libvirt TCP mention in KVM configuration guides (qemu+ssh) added
#3 Updated by Ruben S. Montero almost 6 years ago
- Tracker changed from Backlog to Bug
- Category changed from Drivers - VM to Documentation
- Affected Versions OpenNebula 4.14 added
Documentation was not added, but it tcp connection is supported
#4 Updated by Ruben S. Montero almost 6 years ago
- Target version changed from Release 5.0 to Release 4.14.2
#5 Updated by Ruben S. Montero almost 6 years ago
Evaluate the use of the TCP connection as default for OpenNebula
#6 Updated by Tino Vázquez over 5 years ago
- Assignee set to Javi Fontan
#7 Updated by Javi Fontan over 5 years ago
- Status changed from Pending to Closed
- Resolution set to fixed