Re: [libvirt] [PATCH] lxc: Do not try to reconnect inactive domain when do lxcStartup

2011-05-03 Thread Osier Yang
于 2011年04月29日 23:11, Eric Blake 写道: On 04/29/2011 01:21 AM, Osier Yang wrote: Otherwise if there are inactive lxc domains, lxcStartup will try to reconnect to sockets of these domains, which results in errors in libvirtd log. --- src/lxc/lxc_driver.c |3 +++ 1 files changed, 3

Re: [libvirt] [PATCH] lxc: Do not try to reconnect inactive domain when do lxcStartup

2011-05-03 Thread Daniel P. Berrange
On Fri, Apr 29, 2011 at 03:21:03PM +0800, Osier Yang wrote: Otherwise if there are inactive lxc domains, lxcStartup will try to reconnect to sockets of these domains, which results in errors in libvirtd log. --- src/lxc/lxc_driver.c |3 +++ 1 files changed, 3 insertions(+), 0

Re: [libvirt] [PATCH] lxc: Do not try to reconnect inactive domain when do lxcStartup

2011-05-03 Thread Eric Blake
On 05/03/2011 07:09 AM, Daniel P. Berrange wrote: On Fri, Apr 29, 2011 at 03:21:03PM +0800, Osier Yang wrote: Otherwise if there are inactive lxc domains, lxcStartup will try to reconnect to sockets of these domains, which results in errors in libvirtd log. --- src/lxc/lxc_driver.c |3

Re: [libvirt] [PATCH] lxc: Do not try to reconnect inactive domain when do lxcStartup

2011-05-03 Thread Daniel P. Berrange
On Tue, May 03, 2011 at 09:19:59AM -0600, Eric Blake wrote: On 05/03/2011 07:09 AM, Daniel P. Berrange wrote: On Fri, Apr 29, 2011 at 03:21:03PM +0800, Osier Yang wrote: Otherwise if there are inactive lxc domains, lxcStartup will try to reconnect to sockets of these domains, which results

Re: [libvirt] [PATCH] lxc: Do not try to reconnect inactive domain when do lxcStartup

2011-05-03 Thread Eric Blake
On 05/03/2011 09:37 AM, Daniel P. Berrange wrote: Osier, can you get this done before 0.9.1, or are we better off reverting commit 0e7f7f85 for the release and resolving this post-release? I vote for reverting it, since the original problem was merely a harmless message in the logs which

Re: [libvirt] [PATCH] lxc: Do not try to reconnect inactive domain when do lxcStartup

2011-05-03 Thread Osier Yang
于 2011年05月04日 00:11, Eric Blake 写道: On 05/03/2011 09:37 AM, Daniel P. Berrange wrote: Osier, can you get this done before 0.9.1, or are we better off reverting commit 0e7f7f85 for the release and resolving this post-release? I vote for reverting it, since the original problem was merely a

[libvirt] [PATCH] lxc: Do not try to reconnect inactive domain when do lxcStartup

2011-04-29 Thread Osier Yang
Otherwise if there are inactive lxc domains, lxcStartup will try to reconnect to sockets of these domains, which results in errors in libvirtd log. --- src/lxc/lxc_driver.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/lxc/lxc_driver.c b/src/lxc/lxc_driver.c index

Re: [libvirt] [PATCH] lxc: Do not try to reconnect inactive domain when do lxcStartup

2011-04-29 Thread Eric Blake
On 04/29/2011 01:21 AM, Osier Yang wrote: Otherwise if there are inactive lxc domains, lxcStartup will try to reconnect to sockets of these domains, which results in errors in libvirtd log. --- src/lxc/lxc_driver.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) ACK. -- Eric