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

Add sanlock support

Closes: #676345
Thanks: David Weber
parent c2bd4652
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ Build-Depends: cdbs (>= 0.4.90~),
libnuma-dev [amd64 i386 ia64 mips mipsel powerpc],
radvd [linux-any],
libnetcf-dev [linux-any],
libsanlock-dev [linux-any],
# For "make check"
dwarves,
libxml2-utils,
......@@ -136,3 +137,15 @@ Description: libvirt Python bindings
.
This package contains Python bindings for the libvirt library
Package: libvirt-sanlock
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}, libvirt0 (= ${binary:Version}), augeas-tools
Priority: extra
Description: library for interfacing with different virtualization systems
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 sanlock plugin.
......@@ -3,7 +3,8 @@ usr/sbin/*
etc/libvirt/*
etc/sasl2/*
usr/share/polkit-1
usr/lib/libvirt/*
usr/lib/libvirt/libvirt*
usr/lib/libvirt/connection-driver
usr/share/augeas/*
usr/share/libvirt/*
usr/share/man/man8/*
#!/bin/sh
# Disabled by default
exit 0
/usr/sbin/virt-sanlock-cleanup -q
exit 0
usr/lib/libvirt/lock-driver/sanlock.so
......@@ -28,6 +28,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
WITH_QEMU = --with-qemu
WITH_OPENVZ = --with-openvz
WITH_NETCF = --with-netcf
WITH_SANLOCK = --with-sanlock
ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 i386 ia64 mips mipsel powerpc))
WITH_NUMA = --with-numactl
else
......
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