Re: [libvirt] [PATCH v2 1/7] vz: save session uuid on login

2015-07-23 Thread Dmitry Guryanov
On 07/17/2015 03:55 PM, nshirokovs...@virtuozzo.com wrote: From: Nikolay Shirokovskiy This session uuid acts as authN token for different multihost vz operations one of which is migration. Unfortunately we can't get it from server at any time thus we need to save it at login. ACK Signed-of

[libvirt] [PATCH v2 1/7] vz: save session uuid on login

2015-07-17 Thread nshirokovskiy
From: Nikolay Shirokovskiy This session uuid acts as authN token for different multihost vz operations one of which is migration. Unfortunately we can't get it from server at any time thus we need to save it at login. Signed-off-by: Nikolay Shirokovskiy --- src/vz/vz_sdk.c | 39 +++