|
|
|
|
|
|
|
|
|
|
xen-api
Re: [Xen-API] Accessing xentore data created by VM.add_to_xenstore_data
We now using libxs to access xenstore directly on host.
xapi is not very reliable way to get this access (f.e. if master is
down, centralized access is unavailable, but xenstore on hosts still
works fine), and not very fast, actually.
On 14.07.2011 00:04, Marco Sinhoreli wrote:
Hello all:
I'm trying to access the data stored in xenstore using the xenapi and
it isn't available to read into VM. In VM creation, I used:
VM.add_to_xenstore_data(vm_ref, 'key', 'value')
Consulting the xenstore-data in cli return this:
xe vm-param-get param-name=xenstore-data
uuid=723831a7-b9f6-f3ff-f4df-7462e3a9c8e5
key: value
Where is the path to access this data into VM?
Cheers,
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
|
|
|
|