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

Daniel P. Berrange berrange at redhat.com
Fri Sep 4 15:30:01 UTC 2015


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.

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
-- 
2.4.3




More information about the libvir-list mailing list