[libvirt-users] Support live migration of OpenVZ container

2014-08-13 Thread Hongbin Lu
Hi libvirt team, I was trying to migrate an OpenVZ domain from one host to another host. It seems that the live migration of OpenVZ container is there ( https://openvz.org/Migration_from_one_HN_to_another), but it haven't been integrated to libvirt yet. In particular, I ran the following commands

Re: [libvirt-users] Error when compiling libvirt 1.2.7 on CentOS 6.4

2014-08-13 Thread Hongbin Lu
Thanks Jincheng, After installing perl, the error is resolved. Best regards, Hongbin On Wed, Aug 13, 2014 at 3:33 AM, Jincheng Miao wrote: > > On 08/10/2014 06:18 AM, Hongbin Lu wrote: > > Hi, > > I was trying to follow this guide (http://libvirt.org/compiling.

[libvirt-users] Error when compiling libvirt 1.2.7 on CentOS 6.4

2014-08-11 Thread Hongbin Lu
Hi, I was trying to follow this guide (http://libvirt.org/compiling.html) to compile libvirt1.2.7 on CentOS6.4. There is an error on executing "make". Below is the steps to reproduce and the error messages. Any help is appreciated. Thanks. $ sudo yum install gcc make gnutls-devel device-mapper-de

[libvirt-users] Create image from running domain

2013-04-22 Thread Hongbin Lu
Hi. A short question. I want to know what is the proper steps to create an image from a running domain and use it as base image of another domains. The domain is with Qemu Hypervisor, persistent, and created based on Ubuntu Cloud image. Thank in advance Hongbin ___