Re: [libvirt] [PATCH sandbox] Require libvirt-glib >= 0.2.2 for LXC fsdriver format fix
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 > format/driver attributes, causing the disk to be > setup as a plain volume instead of nbd. ACK -- Cedric > Signed-off-by: Daniel P. Berrange > --- > 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 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list
[libvirt] [PATCH sandbox] Require libvirt-glib >= 0.2.2 for LXC fsdriver format fix
Versions of libvirt-glib < 0.2.2 are buggy when configuring the format/driver attributes, causing the disk to be setup as a plain volume instead of nbd. Signed-off-by: Daniel P. Berrange --- 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 -- 2.4.3 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list