[libvirt] [PATCH 01/11] configure: Fix configure output for RBD storage backend

Peter Krempa pkrempa at redhat.com
Wed Feb 8 16:27:01 UTC 2017


We'd print status for the 'dir' backend instead of the correct one.
---
 m4/virt-storage-rbd.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/virt-storage-rbd.m4 b/m4/virt-storage-rbd.m4
index 0104b7cfc..48522a6a7 100644
--- a/m4/virt-storage-rbd.m4
+++ b/m4/virt-storage-rbd.m4
@@ -41,7 +41,7 @@ AC_DEFUN([LIBVIRT_STORAGE_CHECK_RBD], [
 ])

 AC_DEFUN([LIBVIRT_STORAGE_RESULT_RBD], [
-  LIBVIRT_RESULT([RBD], [$with_storage_dir])
+  LIBVIRT_RESULT([RBD], [$with_storage_rbd])
 ])

 AC_DEFUN([LIBVIRT_RESULT_RBD], [
-- 
2.11.0




More information about the libvir-list mailing list