From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: xenstore documentation Date: Tue, 04 Oct 2005 12:42:49 -0500 Message-ID: <4342BF19.7000904@us.ibm.com> References: <1128429737.30221.12.camel@localhost.localdomain> <5d7aca950510040555k19e8fb71kb74deff11c344451@mail.gmail.com> <1128432335.30221.33.camel@localhost.localdomain> <1128436946.29007.6.camel@wyvis.research.intel-research.net> <5d7aca950510041024l7d82d7d7h536e0e3aa0ff8728@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5d7aca950510041024l7d82d7d7h536e0e3aa0ff8728@mail.gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: NAHieu Cc: Jacob Gorm Hansen , harry , Rami Rosen , xen-devel@lists.xensource.com, rolf.neugebauer@intel.com List-Id: xen-devel@lists.xenproject.org NAHieu wrote: >>or no ;) depending on what you want to do. so for example if you only >>ever have one backend in the system then you "could" store that under a >>well known name in the store and the frontends can simply read that. >>you'll also need a place for the BE to watch for FE updates in a similar >>fashion. >> >> >> > >Rolf, I am really suprised here: how can BE watch for FE updates? BE >and FE are in different domain, so they cannot access each other >xenstore tree. (??) > > Yes they can. Permissions are currently off so technically any domain can access any other domains tree. When permissions are enabled, the backends will have at least read permission on all the frontend domains. Regards, Anthony Liguori >So exactly what did you mean? > >Thanks. >Hieu > >_______________________________________________ >Xen-devel mailing list >Xen-devel@lists.xensource.com >http://lists.xensource.com/xen-devel > > >