]> git.pld-linux.org Git - packages/libvirt.git/commitdiff
- RADOS BD/Ceph support
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 5 Oct 2012 19:21:26 +0000 (21:21 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 5 Oct 2012 19:21:26 +0000 (21:21 +0200)
libvirt.spec

index 37fa2292bd9e3136d5bff494bf9ddc7a4e84c2fc..2f2758c47efb67479a529de94fb856e965047598 100644 (file)
@@ -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 \
This page took 0.130376 seconds and 4 git commands to generate.