[Pkg-libvirt-commits] [libvirt] 01/03: Rados storage backend needs --with-storage-rbd
Guido Guenther
agx at moszumanska.debian.org
Sun Nov 24 21:38:47 UTC 2013
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to branch master
in repository libvirt.
commit 78cadf560441b871e5f760f5bf7f38d32d75a2f6
Author: Guido Günther <agx at sigxcpu.org>
Date: Tue Nov 12 16:15:01 2013 +0100
Rados storage backend needs --with-storage-rbd
not --with-storage-rados
---
debian/rules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 6871132..d510024 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
WITH_STORAGE_ISCSI = --with-storage-iscsi
WITH_STORAGE_DISK = --with-storage-disk
WITH_STORAGE_SHEEPDOG = --with-storage-sheepdog
- WITH_STORAGE_RADOS = --with-storage-rados
+ WITH_STORAGE_RBD = --with-storage-rbd
WITH_UDEV = --with-udev --without-hal
WITH_CAPNG = --with-capng
WITH_POLKIT = --with-polkit
@@ -49,7 +49,7 @@ else
WITH_STORAGE_ISCSI = --without-storage-iscsi
WITH_STORAGE_DISK = --without-storage-disk
WITH_STORAGE_SHEEPDOG = --without-storage-sheepdog
- WITH_STORAGE_RADOS = --without-storage-rados
+ WITH_STORAGE_RBD = --without-storage-rbd
WITH_UDEV = --without-udev --with-hal
WITH_CAPNG = --without-capng
WITH_POLKIT = --without-polkit
@@ -83,7 +83,7 @@ DEB_CONFIGURE_EXTRA_ARGS := \
$(WITH_STORAGE_ISCSI) \
$(WITH_STORAGE_DISK) \
$(WITH_STORAGE_SHEEPDOG) \
- $(WITH_STORAGE_RADOS) \
+ $(WITH_STORAGE_RBD) \
$(WITH_INIT_SCRIPT) \
$(WITH_NUMA) \
--without-selinux \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git
More information about the Pkg-libvirt-commits
mailing list