From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andrew D. Ball" Subject: Re: Q: How to find own domid or uuid from domU? Date: Mon, 22 May 2006 10:18:15 -0400 Message-ID: <4471C827.70100@us.ibm.com> References: <87fyj7ravp.fsf@pike.pond.sub.org> <877j4jr7gd.fsf@pike.pond.sub.org> <87882c2fef4a6cb52eeb9881d1b4ca4a@cl.cam.ac.uk> <87r72rppv2.fsf@pike.pond.sub.org> <87iro3pj2z.fsf@pike.pond.sub.org> <0cbcc9c018815b56e92521554c2cd585@cl.cam.ac.uk> <446C8488.1030503@us.ibm.com> <8d2b2f0e40dfb24f939a81970a493a7f@cl.cam.ac.uk> <446C910A.50000@us.ibm.com> <3d8eece20605180959i5b06dbd2q3f66ebfeba0be255@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: <3d8eece20605180959i5b06dbd2q3f66ebfeba0be255@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: Christian.Limpach@cl.cam.ac.uk, xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Christian Limpach wrote: > On 5/18/06, Andrew D. Ball wrote: > >> Good! I've been strapped for time, but will eventually get around to it >> perhaps. Mike Day's been doing excellent work on it. >> >> I think it would be nice if the attribute were called uuid and not vm >> with "/vm/" prepended. I suppose it's fine to keep "vm" as a shortcut, >> but a separate UUID attribute is more important, IMHO. > > > There's a uuid node under the vm path. I.e. you'd do: > vmpath=$(xenstore-read vm) > uuid=$(xenstore-read $vmpath/uuid) > > I think exposing this through sysfs would be wrong, there's no need to > make the kernel aware of any of this. It's not the kernel's knowing about it that I'm interested in, but userspace systems management applications. It's essential that management applications running outside of domU's and the dom0's hosting those domU's to have a stable method of correlating output from agents running in the domU's with their dom0's. The UUID's are good for this, but need to be read from xenstore now. Since I'm interested in instead of /vm/, I'd like to see by itself in xenstore. Make sense? > > christian > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel