Re: [libvirt] [PATCH v2] daemon: Always advertise libvirtd service

2011-10-12 Thread Daniel P. Berrange
On Tue, Oct 11, 2011 at 09:24:26PM +0800, Osier Yang wrote: This is a regression introduced by new RPC codes, previously we advertise the service via ssh even if the daemon doesn't listen on TLS port (TCP is not choosed). Now the service is only advertised when it listens on TLS or TCP port.

Re: [libvirt] [PATCH v2] daemon: Always advertise libvirtd service

2011-10-12 Thread Osier Yang
于 2011年10月12日 20:34, Daniel P. Berrange 写道: On Tue, Oct 11, 2011 at 09:24:26PM +0800, Osier Yang wrote: This is a regression introduced by new RPC codes, previously we advertise the service via ssh even if the daemon doesn't listen on TLS port (TCP is not choosed). Now the service is only

[libvirt] [PATCH v2] daemon: Always advertise libvirtd service

2011-10-11 Thread Osier Yang
This is a regression introduced by new RPC codes, previously we advertise the service via ssh even if the daemon doesn't listen on TLS port (TCP is not choosed). Now the service is only advertised when it listens on TLS or TCP port. This breaks upper layer apps which intends to discover the