search for: xendapistore

Displaying 4 results from an estimated 4 matches for "xendapistore".

2009 Feb 03
0
[PATCH] XendAPIStore - do not remove non-existent item
...c8a'', ''VM_metrics'') Usage: xm destroy <Domain> Terminate a domain immediately. I''m not sure why this vm had no metrics object associated with it but nonetheless I don''t think we should be throwing exceptions by removing non-existent objects from XendAPIStore. Signed-off-by: Jim Fehlig <jfehlig@novell.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Jul 25
1
[PATCH]xend: fix dual destroy
...VmError; Then start() will invoke self.destroy() and re-raise the exception; Next, the global create() will invoke vm.destroy() again; finally, _cleanupVm() and "self.metrics.destroy()" will be invoked again. Here when we execute metrics.destroy() for the second time, the deregister() in XendAPIStore.py will complain: there is no such an element in the dict __classes and a KeyError exception is raised! We can avoid the dual destroy by adding a check as follows. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> diff -r f0cd9df566ec tools/python/xen/xend/XendDomainInfo.py --- a/tools/pyth...
2009 Mar 12
0
Successfully running VM, subsequently startup gives this error -- VmError: Boot loader didn''t return any data!
...ackages/xen/xend/XendDomainInfo.py", line 1808, in destroy self._cleanupVm() File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 2007, in _cleanupVm self.metrics.destroy() File "/usr/lib/python2.4/site-packages/xen/xend/XendBase.py", line 94, in destroy XendAPIStore.deregister(self.get_uuid(), self.getClass()) File "/usr/lib/python2.4/site-packages/xen/xend/XendAPIStore.py", line 36, in deregister del __classes(uuid, type) KeyError: (''c618d493-a696-7637-333d-bd891fa41ac2'', ''VM_metrics'') ____________________________...
2007 Jul 15
0
virtman breaks after installing XEN 3.1 on SELS 10.1
...tp xen.web.httpserver xen.web.protocol xen.web.resource xen.web.static xen.web.tcp xen.web.unix xen.xend.Args xen.xend.PrettyPrint - General pretty-printer, including support for SXP. xen.xend.Vifctl - Xend interface to networking control scripts. xen.xend.XendAPI xen.xend.XendAPIConstants xen.xend.XendAPIStore - This is a place to put instances of XenAPI objects, xen.xend.XendAPIVersion xen.xend.XendAuthSessions xen.xend.XendBase - Base class for all XenAPI classes xen.xend.XendBootloader xen.xend.XendCheckpoint xen.xend.XendClient xen.xend.XendConfig xen.xend.XendConstants xen.xend.XendDevices xen.xend....