- Feb 27, 2013
-
-
Anael Beutot authored
When we update a VM configuration while it is running, for example a change in the network interfaces, we recreate a domain from the running XML which is fine but this is not valid anymore when the VM is stopped. So in the latter case, we keep an attribute on the VM indicating if we need to recreate the VM instance from the XML when it stops.
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
Since a network interface cannot change.
-
- Dec 27, 2012
-
-
Anael Beutot authored
Define a decorator for libvirt handlers, those can be used only when the connection to the libvirt is active
-
- Dec 17, 2012
-
-
Anael Beutot authored
-
Anael Beutot authored
The tag was not removed from TagDB when the libvirt connection was lost.
-
Anael Beutot authored
Only one network interface was shown in the tags.
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
- Nov 29, 2012
-
-
Sébastien Luttringer authored
With the permission of Romain Degez, CTO of Smartjog. Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
- Oct 24, 2012
-
-
Anael Beutot authored
Libvirtd version 0.8.8 is capable of handling connections to virtio consoles but the Python API is broken.
-
Anael Beutot authored
-
- Oct 18, 2012
-
-
Anael Beutot authored
-
Anael Beutot authored
Tunnel endpoints are now automaticaly closed by default.
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
Added the type in the method signature in cc-common.
-
Anael Beutot authored
Moved to cc-common
-
Anael Beutot authored
Was using a closure for tag function thus storage variable was always referencing the last value of the iteration.
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
hypervisor/__init__.py -> hypervisor/__init__.py (Handler) hypervisor/kvm.py (Hypervisor -> KVM) hypervisor/lib.py (Storage*/Volume)
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
Replaced all logger call in child. Added dedicated libev loop. Handle exceptions using fatal helpers of ForkedJob.
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-