[libvirt] [PATCH sandbox] Require libvirt-glib >= 0.2.2 for LXC fsdriver format fix

Cedric Bosdonnat cbosdonnat at suse.com
Fri Sep 4 17:18:01 UTC 2015


On Fri, 2015-09-04 at 16:30 +0100, Daniel P. Berrange wrote:
> Versions of libvirt-glib < 0.2.2 are buggy when configuring the
> <filesystem> format/driver attributes, causing the disk to be
> setup as a plain volume instead of nbd.

ACK
--
Cedric

> Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 69b5870..9677b24 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -14,7 +14,7 @@ GIO_UNIX_REQUIRED=2.28.0
>  GOBJECT_REQUIRED=2.32.0
>  LIBVIRT_REQUIRED=1.0.2
>  LIBVIRT_GCONFIG_REQUIRED=0.2.1
> -LIBVIRT_GLIB_REQUIRED=0.1.7
> +LIBVIRT_GLIB_REQUIRED=0.2.2
>  LIBVIRT_GOBJECT_REQUIRED=0.1.7
>  GOBJECT_INTROSPECTION_REQUIRED=0.10.8
>  LZMA_REQUIRED=5.0.0





More information about the libvir-list mailing list