[packages/libvirt] - RADOS BD/Ceph support

qboosh qboosh at pld-linux.org
Fri Oct 5 21:20:20 CEST 2012


commit c2a00b8b896437a4d0e122d860af89654e0ac45b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Oct 5 21:21:26 2012 +0200

    - RADOS BD/Ceph support

 libvirt.spec | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/libvirt.spec b/libvirt.spec
index 37fa229..2f2758c 100644
--- a/libvirt.spec
+++ b/libvirt.spec
@@ -1,8 +1,8 @@
 #
 # TODO:
-#   --with-storage-rbd (ceph)
 #   --with-storage-sheepdog (COLLIE program)
 # Conditional build:
+%bcond_without	ceph		# RADOS BD (Ceph) storage support
 %bcond_without	esx		# VMware ESX support
 %bcond_without	hyperv		# Hyper-V support
 %bcond_without	libxl		# libxenlight support
@@ -455,12 +455,13 @@ mv po/vi_VN.gmo po/vi.gmo
 	--with-html-dir=%{_gtkdocdir} \
 	--with-html-subdir=%{name} \
 	--with-init-script=redhat \
-	--with-storage-lvm \
+	--with-storage-disk \
 	--with-storage-fs \
 	--with-storage-iscsi \
-	--with-storage-scsi \
+	--with-storage-lvm \
 	--with-storage-mpath \
-	--with-storage-disk \
+	--with-storage-rbd%{!?with_ceph:=no} \
+	--with-storage-scsi \
 	--with-macvtap \
 	--with-virtualport \
 	--with-udev \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libvirt.git/commitdiff/83426b5b488425966341b83293a64deae54c5336



More information about the pld-cvs-commit mailing list