All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio M. Di Nitto <fdinitto@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH 01/11] debian: fix library search path in example.conf
Date: Tue, 10 Nov 2009 06:26:59 +0100	[thread overview]
Message-ID: <4AF8F9A3.50208@redhat.com> (raw)
In-Reply-To: <4AF83517.1050204@redhat.com>

Fabio M. Di Nitto wrote:
> Alasdair G Kergon wrote:
>> On Mon, Oct 12, 2009 at 06:02:05AM +0200, Fabio M. Di Nitto wrote:
>>> On Sun, 2009-10-11 at 22:23 +0200, Bastian Blank wrote:
>>>> Its currently unused. The cluster locking lib was the only used external
>>>> lib.
>>  
>>> Alasdair, given that cluster locking lib is gone, do we have a use case
>>> to keep this option configurable? 
>> It's used for all lvm2 external libraries and needs to stay.  The
>> commented-out example is only worth making configurable if people are
>> actually installing libraries into private directories (and arguably it
>> should then be hard-coded into the source too).
>>
>> We only stopped building the cluster locking library externally on Red
>> Hat distributions because of some complexities of the Red Hat build
>> system.  If they get resolved (as I hope they will be with RHEL6) then
>> we will probably reinstate it.  
>>
> 
> The patch in attachment:
> - allows lvm2libdir to be configurable
> - dynamically update docs and man pages
> - changes get_shared_library_path to understand LVM2_LIB_DIR
> - make get_shared_library_path returns error (void to int)
> - update get_shared_library_path users
> 
> Fabio
> 
> 

I just realized that the patch doesn?t show properly the rename of
doc/example.conf to doc/example.conf.in. Just a minor detail.

Fabio



  reply	other threads:[~2009-11-10  5:26 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-08 11:54 RFC - Debian patches Fabio M. Di Nitto
2009-10-08 11:54 ` [PATCH 01/11] debian: fix library search path in example.conf Fabio M. Di Nitto
2009-10-08 12:49   ` Fabio M. Di Nitto
2009-10-08 12:16   ` Fabio M. Di Nitto
2009-10-08 11:58   ` Fabio M. Di Nitto
2009-10-08 23:27   ` Alasdair G Kergon
2009-10-11 17:09     ` Fabio M. Di Nitto
2009-10-11 20:23       ` Bastian Blank
2009-10-12  4:02         ` Fabio M. Di Nitto
2009-10-12 10:03           ` Alasdair G Kergon
2009-11-09 15:28             ` Fabio M. Di Nitto
2009-11-10  5:26               ` Fabio M. Di Nitto [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-10-08 11:58 RFC - Debian patches (resend) Fabio M. Di Nitto
2009-10-08 12:16 RFC - Debian patches (resend - one more time) Fabio M. Di Nitto
2009-10-08 12:16 ` [PATCH 02/11] debian: drop realtime Fabio M. Di Nitto
2009-10-08 12:49   ` Fabio M. Di Nitto
2009-10-08 23:28   ` Alasdair G Kergon
2009-10-09 15:03     ` Bastian Blank
2009-10-09 16:24       ` Alasdair G Kergon
2009-10-10  9:21         ` Bastian Blank
2009-10-11 17:20           ` Fabio M. Di Nitto
2009-10-12 17:03             ` Fabio M. Di Nitto
2009-10-08 12:49 RFC - Debian patches (full set) Fabio M. Di Nitto
2009-10-08 12:49 ` [PATCH 03/11] debian: force modprobe Fabio M. Di Nitto
2009-10-08 23:30   ` Alasdair G Kergon
2009-10-09 15:02     ` Bastian Blank
2009-10-08 12:49 ` [PATCH 04/11] debian: fix implicit pointer Fabio M. Di Nitto
2009-10-08 23:34   ` Alasdair G Kergon
2009-10-11 17:29     ` Fabio M. Di Nitto
2009-10-11 20:20       ` Bastian Blank
2009-10-12  8:07         ` Fabio M. Di Nitto
2009-10-12  9:14         ` Fabio M. Di Nitto
2009-10-08 12:49 ` [PATCH 05/11] debian: keep libdm-abi consistent Fabio M. Di Nitto
2009-10-08 23:35   ` Alasdair G Kergon
2009-10-12  4:07     ` Fabio M. Di Nitto
2009-10-08 12:49 ` [PATCH 06/11] debian/ubuntu: make the device node creation more atomic Fabio M. Di Nitto
2009-10-08 23:39   ` Alasdair G Kergon
2009-10-12  6:11     ` Fabio M. Di Nitto
2009-10-12 10:04       ` Alasdair G Kergon
2009-10-12 11:42         ` Fabio M. Di Nitto
2009-10-08 12:49 ` [PATCH 07/11] debian: workaround for broken kernel headers Fabio M. Di Nitto
2009-10-08 23:41   ` Alasdair G Kergon
2009-10-12  8:57   ` Fabio M. Di Nitto
2009-10-08 12:49 ` [PATCH 08/11] debian: use selinux pkgconfig info instead of hardcoding Fabio M. Di Nitto
2009-10-08 23:44   ` Alasdair G Kergon
2009-10-09 14:58     ` Bastian Blank
2009-10-12  9:06     ` Fabio M. Di Nitto
2009-10-12 10:18       ` Alasdair G Kergon
2009-10-12 10:45         ` Bastian Blank
2009-10-12 14:07         ` Fabio M. Di Nitto
2009-10-08 12:49 ` [PATCH 09/11] debian: libs cleanup Fabio M. Di Nitto
2009-10-09  0:02   ` Alasdair G Kergon
2009-10-08 12:49 ` [PATCH 10/11] debian: make the subdir recursion -j capable Fabio M. Di Nitto
2009-10-08 23:57   ` Alasdair G Kergon
2009-10-09 15:00     ` Bastian Blank
2009-10-08 12:49 ` [PATCH 11/11] debian: drop concept of OWNER/GROUP and let install do it's job for permissions Fabio M. Di Nitto
2009-10-09  0:01   ` Alasdair G Kergon
2009-10-09 15:01     ` Bastian Blank
2009-10-09 16:29       ` Alasdair G Kergon
2009-10-12  9:30         ` Fabio M. Di Nitto
2009-10-12 10:14           ` Alasdair G Kergon
2009-10-12 10:54             ` Bastian Blank

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4AF8F9A3.50208@redhat.com \
    --to=fdinitto@redhat.com \
    --cc=lvm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.