|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Re: [Xen-devel] xenstored
I use the sample code on http://wiki.xensource.com/xenwiki/XenStore
and just changed the last line to
for key in $* ; do dumpkey ${key} ; done
it's handy for me
On Nov 25, 2007 8:38 PM, Brendan Cully <brendan@xxxxxxxxx> wrote:
> On Sunday, 25 November 2007 at 19:18, sanket hase wrote:
> > Hi ,
> >
> > Are there any options with xenstored to access xenstore ? Can I look up
> > contents of xenstore ?
>
> In addition to xenstore-ls et al, I once hacked up a fuse filesystem for
> xenstore:
>
> http://hg.kublai.com/xen/xsfs/
>
> Pull the repository from there and make. Then xsfs <mountpoint> and off you
> go.
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|