Skip to content
Snippets Groups Projects
Commit 1c46a4c5 authored by Guido Günther's avatar Guido Günther
Browse files

Drop sheepdog support

Closes: #908071
parent fac3da8e
No related branches found
No related tags found
No related merge requests found
...@@ -49,8 +49,6 @@ Build-Depends: ...@@ -49,8 +49,6 @@ Build-Depends:
xsltproc, xsltproc,
zfsutils [kfreebsd-amd64 kfreebsd-i386], zfsutils [kfreebsd-amd64 kfreebsd-i386],
po-debconf, po-debconf,
# for --with-storage-sheepdog
sheepdog [linux-any],
# for --with-storage-rados # for --with-storage-rados
librbd-dev [linux-any], librbd-dev [linux-any],
librados-dev [linux-any], librados-dev [linux-any],
...@@ -113,7 +111,6 @@ Recommends: ...@@ -113,7 +111,6 @@ Recommends:
Suggests: Suggests:
libvirt-daemon-driver-storage-gluster, libvirt-daemon-driver-storage-gluster,
libvirt-daemon-driver-storage-rbd, libvirt-daemon-driver-storage-rbd,
libvirt-daemon-driver-storage-sheepdog,
libvirt-daemon-driver-storage-zfs, libvirt-daemon-driver-storage-zfs,
libvirt-daemon-system, libvirt-daemon-system,
numad, numad,
...@@ -159,23 +156,6 @@ Description: Virtualization daemon RBD storage driver ...@@ -159,23 +156,6 @@ Description: Virtualization daemon RBD storage driver
. .
This package contains the libvirtd storage driver for RBD/Rados/Ceph. 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 Package: libvirt-daemon-driver-storage-zfs
Architecture: linux-any Architecture: linux-any
Depends: Depends:
......
/usr/lib/libvirt/storage-backend/libvirt_storage_backend_sheepdog.so
libvirt (4.10.0-3) unstable; urgency=medium
Sheepdog support has been removed since sheepdog is unmaintained
in Debian. See #918947.
-- Guido Günther <agx@sigxcpu.org> Sun, 13 Jan 2019 13:20:54 +0100
libvirt (2.5.0-2) unstable; urgency=medium libvirt (2.5.0-2) unstable; urgency=medium
libvirt-daemon-system now uses the allocated uid and gid 64055 libvirt-daemon-system now uses the allocated uid and gid 64055
......
...@@ -24,7 +24,6 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux)) ...@@ -24,7 +24,6 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
WITH_STORAGE_LVM = --with-storage-lvm WITH_STORAGE_LVM = --with-storage-lvm
WITH_STORAGE_ISCSI = --with-storage-iscsi WITH_STORAGE_ISCSI = --with-storage-iscsi
WITH_STORAGE_DISK = --with-storage-disk WITH_STORAGE_DISK = --with-storage-disk
WITH_STORAGE_SHEEPDOG = --with-storage-sheepdog
WITH_STORAGE_RBD = --with-storage-rbd WITH_STORAGE_RBD = --with-storage-rbd
WITH_STORAGE_ZFS = --with-storage-zfs WITH_STORAGE_ZFS = --with-storage-zfs
WITH_STORAGE_GLUSTER = --with-storage-gluster WITH_STORAGE_GLUSTER = --with-storage-gluster
...@@ -64,7 +63,6 @@ else ...@@ -64,7 +63,6 @@ else
WITH_STORAGE_LVM = --without-storage-lvm WITH_STORAGE_LVM = --without-storage-lvm
WITH_STORAGE_ISCSI = --without-storage-iscsi WITH_STORAGE_ISCSI = --without-storage-iscsi
WITH_STORAGE_DISK = --without-storage-disk WITH_STORAGE_DISK = --without-storage-disk
WITH_STORAGE_SHEEPDOG = --without-storage-sheepdog
WITH_STORAGE_RBD = --without-storage-rbd WITH_STORAGE_RBD = --without-storage-rbd
WITH_UDEV = --without-udev WITH_UDEV = --without-udev
WITH_CAPNG = --without-capng WITH_CAPNG = --without-capng
...@@ -107,7 +105,7 @@ DEB_CONFIGURE_EXTRA_ARGS := \ ...@@ -107,7 +105,7 @@ DEB_CONFIGURE_EXTRA_ARGS := \
$(WITH_STORAGE_LVM) \ $(WITH_STORAGE_LVM) \
$(WITH_STORAGE_ISCSI) \ $(WITH_STORAGE_ISCSI) \
$(WITH_STORAGE_DISK) \ $(WITH_STORAGE_DISK) \
$(WITH_STORAGE_SHEEPDOG) \ --without-storage-sheepdog \
$(WITH_STORAGE_RBD) \ $(WITH_STORAGE_RBD) \
$(WITH_STORAGE_GLUSTER) \ $(WITH_STORAGE_GLUSTER) \
$(WITH_STORAGE_ZFS) \ $(WITH_STORAGE_ZFS) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment