Re: [libvirt] [PATCH 7/9] vz: prepare migration for ACL checks

2016-08-17 Thread Maxim Nestratov
24-Jun-16 17:32, Nikolay Shirokovskiy пишет: ACL check on perform step should be in API call itself to make ACL checking script pass. Thus we need to reorganize code to obtain domain object in perform API itself. Most of this is straight forward, the only nuance is dropping locks on lengthy

[libvirt] [PATCH 7/9] vz: prepare migration for ACL checks

2016-06-24 Thread Nikolay Shirokovskiy
ACL check on perform step should be in API call itself to make ACL checking script pass. Thus we need to reorganize code to obtain domain object in perform API itself. Most of this is straight forward, the only nuance is dropping locks on lengthy remote operations. The other motivation is to