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

Peter Krempa posted 11 patches 8 years, 10 months ago
[libvirt] [PATCH 01/11] configure: Fix configure output for RBD storage backend
Posted by Peter Krempa 8 years, 10 months ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 01/11] configure: Fix configure output for RBD storage backend
Posted by John Ferlan 8 years, 10 months ago

On 02/08/2017 11:27 AM, Peter Krempa wrote:
> 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(-)
> 

ACK

John

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list