|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: [PATCH] libxl: fix xenstore connection when run in d
At 10:15 +0100 on 31 Aug (1283249719), Ian Campbell wrote:
> On Tue, 2010-08-31 at 10:05 +0100, Jun Zhu (Intern) wrote:
> > Hi
> >
> > There are other places that use the xs_daemon_open in libxl. Is it
> > necessory to change them as follows?
> > ctx->xsh = xs_daemon_open();
> > + if (!ctx->xsh)
> > + ctx->xsh = xs_domain_open();
> > if (!ctx->xsh) {
> > XL_LOG_ERRNOVAL(ctx, XL_LOG_ERROR, errno,
> > "cannot connect to xenstore");
>
> I think we'd be better off introducing "libxl__xs_open" which does the
> right thing and make the users to all use it.
>
> Is there any harm in always preferring xs_domain_open, even if the
> xenstore daemon happens to be co-located in the same domain?
I don't think so; even the performance probably won't be that much
different. It certainly used to work when we first put Xenstore in its
own domain and anything that's broken since then is a regression worth
fixing.
Tim.
--
Tim Deegan <Tim.Deegan@xxxxxxxxxx>
Principal Software Engineer, XenServer Engineering
Citrix Systems UK Ltd. (Company #02937203, SL9 0BG)
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|