Linux LVM users
 help / color / mirror / Atom feed
* [linux-lvm] LVM2 configure options for CLVM with GFS
@ 2004-09-01 21:10 Ed L Cashin
  2004-09-02 13:27 ` [linux-lvm] " Ed L Cashin
  0 siblings, 1 reply; 2+ messages in thread
From: Ed L Cashin @ 2004-09-01 21:10 UTC (permalink / raw)
  To: linux-lvm

Hi.  The example at ...

  http://gfs.wikidev.net/Installation

... shows this command line for LVM2 configuration:

  ./configure --with-clvmd --with-cluster=shared \
     --with-kernel-source=/path/to/patched/kernel

I see there are more options that look to me like they should be set
to "shared" for using CLVMD with GFS:

  --with-pool=TYPE        GFS pool read-only support: internal/shared/none
                          TYPE=internal
  --with-cluster=TYPE     Cluster LVM locking support: internal/shared/none
                          TYPE=internal
  --with-snapshots=TYPE   Snapshot support: internal/shared/none
                          TYPE=internal
  --with-mirrors=TYPE     Mirror support: internal/shared/none
                          TYPE=internal

If I'm already running the patched kernel that I plan to use, should I
configure LVM2 like this?

  ./configure --with-clvmd --with-cluster=shared \
    --with-pool=shared \
    --with-snapshots=shared \
    --with-mirrors=shared


-- 
  Ed L Cashin <ecashin@coraid.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [linux-lvm] Re: LVM2 configure options for CLVM with GFS
  2004-09-01 21:10 [linux-lvm] LVM2 configure options for CLVM with GFS Ed L Cashin
@ 2004-09-02 13:27 ` Ed L Cashin
  0 siblings, 0 replies; 2+ messages in thread
From: Ed L Cashin @ 2004-09-02 13:27 UTC (permalink / raw)
  To: linux-lvm

Ed L Cashin <ecashin@coraid.com> writes:

...
>   --with-pool=TYPE        GFS pool read-only support: internal/shared/none
>                           TYPE=internal
>   --with-cluster=TYPE     Cluster LVM locking support: internal/shared/none
>                           TYPE=internal
>   --with-snapshots=TYPE   Snapshot support: internal/shared/none
>                           TYPE=internal
>   --with-mirrors=TYPE     Mirror support: internal/shared/none
>                           TYPE=internal

Alasdair pointed out to me in the IRC channel that these options do
not configure LVM's ability to share state with other nodes in the
cluster.  Rather, they simply choose how to link in the components of
the LVM binaries -- shared or static.

So it doesn't matter, and the example in GFS' usage.txt should work
fine. 

-- 
  Ed L Cashin <ecashin@coraid.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-09-02 13:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-01 21:10 [linux-lvm] LVM2 configure options for CLVM with GFS Ed L Cashin
2004-09-02 13:27 ` [linux-lvm] " Ed L Cashin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox