search for: 27aaff984b36

Displaying 1 result from an estimated 1 matches for "27aaff984b36".

2008 Jul 11
0
PATCH: Ignore errors from dieing domains in RPC server
...makes XenD ignore and skip over domains which throw an exception, logging the problematic domain. NB, this problem only hits ''xm list'' if it is configured to use the legay XMLRPC server instead of XenAPI. Signed-off-by: Daniel P. Berrange <berrange@redhat.com> diff -r 27aaff984b36 tools/python/xen/xend/server/XMLRPCServer.py --- a/tools/python/xen/xend/server/XMLRPCServer.py Thu Jul 10 17:33:23 2008 +0100 +++ b/tools/python/xen/xend/server/XMLRPCServer.py Fri Jul 11 12:28:02 2008 +0100 @@ -64,7 +64,14 @@ def domains_with_state(detail, state, full): if detail:...