]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add a plugin for the 'sanlock' project
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 18 Jan 2011 18:37:45 +0000 (18:37 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 2 Jun 2011 09:54:01 +0000 (10:54 +0100)
commit9f135031ff98d73470b1afd8d7a282112558bb7f
tree789c39eb0bb3b1feee768b27098da054810d05ab
parent30ffe7bceb083540c542e9bf81148f194668d77d
Add a plugin for the 'sanlock' project

Sanlock is a project that implements a disk-paxos locking
algorithm. This is suitable for cluster deployments with
shared storage.

* src/Makefile.am: Add dlopen plugin for sanlock
* src/locking/lock_driver_sanlock.c: Sanlock driver
* configure.ac: Check for sanlock
* libvirt.spec.in: Add a libvirt-lock-sanlock RPM
configure.ac
libvirt.spec.in
po/POTFILES.in
src/Makefile.am
src/libvirt_private.syms
src/locking/lock_driver_sanlock.c [new file with mode: 0644]