Displaying 2 results from an estimated 2 matches for "onreleasedomain".
2006 Jan 12
4
Basic xenstore questions (building a watchdog)
I''m looking at building a xenstore-based watchdog, as described at
http://lists.xensource.com/archives/html/xen-users/2005-07/msg00597.html
However, being somewhat new to xenstore, I''d appreciate some pointers.
- What portions of the xenstore namespace should I use? I''m looking for
at least two settings writable by the DomUs: A flag to enable/disable
the watchdog
2005 Nov 14
0
Xend fails to start on newly compiled xen dom0 kernel
...line 422, in
run
self.__target(*self.__args, **self.__kwargs)
File
"/usr/lib/python2.4/site-packages/xen/xend/xenstore/xswatch.py",
line 63, in watchMain
watch.fn(*watch.args, **watch.kwargs)
File
"/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py",
line 98, in onReleaseDomain
self.refresh(cleanup=True)
File
"/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py",
line 270, in refresh
self._delete_domain(d.id)
File
"/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py",
line 201, in _delete_domain
info.cleanup()
File
"/usr/...