From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 24 Aug 2017 10:19:14 -0500 From: David Teigland Message-ID: <20170824151914.GA21493@redhat.com> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [linux-lvm] How to compile lvm with lvmlockd Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Ravi Hemnani Cc: linux-lvm@redhat.com On Tue, Aug 22, 2017 at 10:29:25PM +0530, Ravi Hemnani wrote: > Hey > > How to compile lvm with lvmlockd? I cant see any documentation related to > that. I want to use lvmlockd on ubuntu/debian. Any help is appreciated. You'll need packages for dlm and sanlock, and configure lvm with --enable-lvmlockd-sanlock --enable-lvmlockd-dlm. Dave