- Oct 18, 2012
-
-
Anael Beutot authored
Was ignoring event 0 which is used to stop "polling" events. Was using mapping which couldn't work with multiple events.
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
These jobs are needed for VM migration/clone.
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
Libvirt raises an exception saying "domain not runnning" when trying to destroy a VM that is in fact running. So we try to figure out if this is this kind of exception and we ignore it in this case.
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
Only log error in case of error.
-
Anael Beutot authored
When VM is not started, vnc port value is -1 in the libvirt domain XML config.
-
Anael Beutot authored
Some tags were returning None because of bad decorator.
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
Support for registering/unregistering sub object to the cc-server. Support for tag lifecycle handling (libev), was previously managed by plugins.
-
Anael Beutot authored
-
Anael Beutot authored
Try to connect to libvirt while no exception is thrown. Clean global variable for libvirt connection.
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
In case of error.
-
Anael Beutot authored
-
Anael Beutot authored
Plus error handling.
-
Anael Beutot authored
No more global variable.
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
Therefore do not block next stop actions.
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
Refactored plugins. Updated hypervisor libvirt event handling. Async rpc handling. Minor renaming for libvirt event callback. Remove uneeded method sub_tags (in hypervisor Handler).
-
Anael Beutot authored
-
Anael Beutot authored
-
Anael Beutot authored
Create/Start/Stop/Destroy/Undefine/Export/Suspend/Resume.
-
Anael Beutot authored
-
Anael Beutot authored
-