Re: [libvirt] [PATCH v1 05/10] driver_lockd: Implement seclabel APIs

2014-09-19 Thread Daniel P. Berrange
On Wed, Sep 10, 2014 at 03:26:11PM +0200, Michal Privoznik wrote: This is the client side, so there's nothing more we need to do than call the RPC. Although, there's one interesting change: new virLockManagerLockSeclabelConnect() had to be implemented since the VIR_LOCK_SPACE_PROTOCOL_PROGRAM

[libvirt] [PATCH v1 05/10] driver_lockd: Implement seclabel APIs

2014-09-10 Thread Michal Privoznik
This is the client side, so there's nothing more we need to do than call the RPC. Although, there's one interesting change: new virLockManagerLockSeclabelConnect() had to be implemented since the VIR_LOCK_SPACE_PROTOCOL_PROGRAM doesn't have any ConnectOpen() procedure. Signed-off-by: Michal