summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-09-15 13:14:30 +0200
committerGuido Günther <agx@sigxcpu.org>2017-09-15 14:07:27 +0200
commitea0f70cfde9ad38b40df4db4b05582d498f2a8e0 (patch)
tree9fe115bce05fe18ca37a032128847e800f7f7e6b /debian/control
parent63542740fdf70c1f5fb8f9620ad0710fb28dfbbb (diff)
Move glusterfs, rbd, sheepdog and zfs storage drivers into separate packages
This reduces the dependencies pulled into default installations. Closes: #875834
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control72
1 files changed, 72 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 32338cba9..db095eed2 100644
--- a/debian/control
+++ b/debian/control
@@ -112,6 +112,10 @@ Recommends:
libxml2-utils,
netcat-openbsd,
Suggests:
+ libvirt-daemon-driver-storage-gluster,
+ libvirt-daemon-driver-storage-rbd,
+ libvirt-daemon-driver-storage-sheepdog,
+ libvirt-daemon-driver-storage-zfs,
libvirt-daemon-system,
numad,
Description: Virtualization daemon
@@ -122,6 +126,74 @@ Description: Virtualization daemon
.
This package contains the daemon libvirtd to manage the hypvervisors.
+Package: libvirt-daemon-driver-storage-gluster
+Architecture: linux-any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ libvirt-daemon (= ${binary:Version}),
+Replaces: libvirt-daemon (<< 3.7.0-3~)
+Breaks: libvirt-daemon (<< 3.7.0-3~)
+Section: admin
+Description: Virtualization daemon glusterfs storage driver
+ Libvirt is a C toolkit to interact with the virtualization capabilities
+ of recent versions of Linux (and other OSes). The library aims at providing
+ a long term stable C API for different virtualization mechanisms. It currently
+ supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox.
+ .
+ This package contains the libvirtd storage driver for GlusterFS.
+
+Package: libvirt-daemon-driver-storage-rbd
+Architecture: linux-any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ libvirt-daemon (= ${binary:Version}),
+Replaces: libvirt-daemon (<< 3.7.0-3~)
+Breaks: libvirt-daemon (<< 3.7.0-3~)
+Section: admin
+Description: Virtualization daemon RBD storage driver
+ Libvirt is a C toolkit to interact with the virtualization capabilities
+ of recent versions of Linux (and other OSes). The library aims at providing
+ a long term stable C API for different virtualization mechanisms. It currently
+ supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox.
+ .
+ This package contains the libvirtd storage driver for RBD/Rados/Ceph.
+
+Package: libvirt-daemon-driver-storage-sheepdog
+Architecture: linux-any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ libvirt-daemon (= ${binary:Version}),
+Replaces: libvirt-daemon (<< 3.7.0-3~)
+Breaks: libvirt-daemon (<< 3.7.0-3~)
+Section: admin
+Description: Virtualization daemon Sheedog storage driver
+ Libvirt is a C toolkit to interact with the virtualization capabilities
+ of recent versions of Linux (and other OSes). The library aims at providing
+ a long term stable C API for different virtualization mechanisms. It currently
+ supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox.
+ .
+ This package contains the libvirtd storage driver for Sheepdog.
+
+Package: libvirt-daemon-driver-storage-zfs
+Architecture: linux-any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ libvirt-daemon (= ${binary:Version}),
+Replaces: libvirt-daemon (<< 3.7.0-3~)
+Breaks: libvirt-daemon (<< 3.7.0-3~)
+Section: admin
+Description: Virtualization daemon ZFS storage driver
+ Libvirt is a C toolkit to interact with the virtualization capabilities
+ of recent versions of Linux (and other OSes). The library aims at providing
+ a long term stable C API for different virtualization mechanisms. It currently
+ supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox.
+ .
+ This package contains the libvirtd storage driver for ZFS.
+
Package: libvirt-daemon-system
Architecture: any
# Needed to clean up old libvirt-bin cruft, can be removed post jessie