Re: [libvirt] [PATCH 10/10] Add a plugin for the 'sanlock' project

2011-06-03 Thread Eric Blake
On 05/24/2011 09:21 AM, Daniel P. Berrange wrote: > 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 > *

Re: [libvirt] [PATCH 10/10] Add a plugin for the 'sanlock' project

2011-05-27 Thread Daniel P. Berrange
On Fri, May 27, 2011 at 05:37:51PM +0800, Daniel Veillard wrote: > On Thu, May 19, 2011 at 07:24:25AM -0400, Daniel P. Berrange wrote: > > Sanlock is a project that implements a disk-paxos locking > > algorithm. This is suitable for cluster deployments with > > shared storage. > > > > * src/Makefi

Re: [libvirt] [PATCH 10/10] Add a plugin for the 'sanlock' project

2011-05-27 Thread Daniel Veillard
On Thu, May 19, 2011 at 07:24:25AM -0400, Daniel P. Berrange wrote: > 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: S

[libvirt] [PATCH 10/10] Add a plugin for the 'sanlock' project

2011-05-24 Thread Daniel P. Berrange
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

Re: [libvirt] [PATCH 10/10] Add a plugin for the 'sanlock' project

2011-05-23 Thread Daniel P. Berrange
On Fri, May 20, 2011 at 03:11:35PM -0500, Doug Goldstein wrote: > On Thu, May 19, 2011 at 6:24 AM, Daniel P. Berrange > wrote: > > Sanlock is a project that implements a disk-paxos locking > > algorithm. This is suitable for cluster deployments with > > shared storage. > > > > * src/Makefile.am:

Re: [libvirt] [PATCH 10/10] Add a plugin for the 'sanlock' project

2011-05-20 Thread Doug Goldstein
On Thu, May 19, 2011 at 6:24 AM, Daniel P. Berrange wrote: > 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 dr

[libvirt] [PATCH 10/10] Add a plugin for the 'sanlock' project

2011-05-19 Thread Daniel P. Berrange
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 --- libvirt.spec.in | 11 + po/POTFILES.in