Il 24/07/2013 07:38, Wenchao Xia ha scritto:
>>
>> Because libvirt would use a local (Unix) socket to communicate with QEMU
>> and pass the file descriptor, there is no need to authenticate the NBD
>> connection. There is no need for ticketing, though if necessary we can
>> make QEMU only accept connections from libvirtd's pid. libvirt and VDSM
>> already do authentication and/or encryption.
How do I get the info about IP/port needed to access that snapshot?
call virSnapshotGetInfo(or similar API) later?
See above. You don't, you use the libvirt channel.
Paolo