Codebase list libvirt / e4714b7
Add sanlock support Closes: #676345 Thanks: David Weber Guido Günther 11 years ago
5 changed file(s) with 27 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3232 libnuma-dev [amd64 i386 ia64 mips mipsel powerpc],
3333 radvd [linux-any],
3434 libnetcf-dev [linux-any],
35 libsanlock-dev [linux-any],
3536 # For "make check"
3637 dwarves,
3738 libxml2-utils,
135136 .
136137 This package contains Python bindings for the libvirt library
137138
139 Package: libvirt-sanlock
140 Architecture: linux-any
141 Depends: ${shlibs:Depends}, ${misc:Depends}, libvirt0 (= ${binary:Version}), augeas-tools
142 Priority: extra
143 Description: library for interfacing with different virtualization systems
144 Libvirt is a C toolkit to interact with the virtualization capabilities
145 of recent versions of Linux (and other OSes). The library aims at providing
146 a long term stable C API for different virtualization mechanisms. It currently
147 supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox.
148 .
149 This package contains the sanlock plugin.
150
22 etc/libvirt/*
33 etc/sasl2/*
44 usr/share/polkit-1
5 usr/lib/libvirt/*
5 usr/lib/libvirt/libvirt*
6 usr/lib/libvirt/connection-driver
67 usr/share/augeas/*
78 usr/share/libvirt/*
89 usr/share/man/man8/*
0 #!/bin/sh
1
2 # Disabled by default
3 exit 0
4
5 /usr/sbin/virt-sanlock-cleanup -q
6 exit 0
7
8
9
0 usr/lib/libvirt/lock-driver/sanlock.so
2727 WITH_QEMU = --with-qemu
2828 WITH_OPENVZ = --with-openvz
2929 WITH_NETCF = --with-netcf
30 WITH_SANLOCK = --with-sanlock
3031 ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 i386 ia64 mips mipsel powerpc))
3132 WITH_NUMA = --with-numactl
3233 else