[libvirt] [PATCH] openvz: unlock virDomainObj objects in openvzOpen

Eric Blake eblake at redhat.com
Tue Aug 14 16:13:57 UTC 2012


On 08/14/2012 04:58 AM, Dmitry Guryanov wrote:
> openvzOpen fucntion must leave unlocked virDomainObj objects in
> driver->domains.
> 
> Now even simple commands like list or domain lookup hang,
> for example virsh -c openvz:///system list --all.
> 
> Signed-off-by: Dmitry Guryanov <dguryanov at parallels.com>
> ---
>  src/openvz/openvz_conf.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/src/openvz/openvz_conf.c b/src/openvz/openvz_conf.c
> index e62bf8c..802a9f8 100644
> --- a/src/openvz/openvz_conf.c
> +++ b/src/openvz/openvz_conf.c
> @@ -673,6 +673,7 @@ int openvzLoadDomains(struct openvz_driver *driver) {
>              goto cleanup;
>          }
>  
> +        virDomainObjUnlock(dom);
>          dom = NULL;

ACK and pushed.

-- 
Eric Blake   eblake at redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 620 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20120814/8b305091/attachment-0001.sig>


More information about the libvir-list mailing list