|
|
-
1.
Windows 6.3.9600 under KVM, no video fix
-
(Windows)
-
... out under graphical console ! But the live charts of CPU/HDD usage shows definitely that VMs is alive.... No worries it can be easily fixed.
Get to the "Advanced Boot Menu". This can ...
-
Created on 17 February 2014
-
2.
Libvirt + cgroups settings = keep VMs limited
-
(Libvirt)
-
... cgroup.clone_children="1";
cpuset.cpus="1-3";
}
memory {
}
}
### ARCHIPEL -- VMs MGMT
group USERS.slice/archipel {
cpu {
...
-
Created on 14 February 2014
-
3.
Openvswitch + libvirt = FIX - operation not permitted
-
(Libvirt)
-
... to start VMs with this configuration, the start will end with "error: Unable to add port vnet0 to OVS bridge CORE: Operation not permitted" error. But if you know what is causing this there is easy fix ...
-
Created on 14 February 2014
-
4.
Libvirt + openvswitch = vlans with portgroups
-
(Libvirt)
-
VLANs are old technology to keep L2 separated, but it's very handy to limit the interfaces needed on Linux to provide multiple separate networks for VMs. In old fashion way like XenServer does without ...
-
Created on 08 February 2014
|
|
|