All of lore.kernel.org
 help / color / mirror / Atom feed
* Is it reasonable to build lvmlockd in this way?
@ 2017-05-10  9:10 Eric Ren
  2017-05-10 16:37 ` David Teigland
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Ren @ 2017-05-10  9:10 UTC (permalink / raw)
  To: lvm-devel

Hi David,

Firstly, I really appreciate your work on lvmlockd feature. I've enabled it for openSUSE,
and have testing on it, which works great.

But, we got a build problem on lvmlockd discussed here:
     https://bugzilla.suse.com/show_bug.cgi?id=1037309

This is caused by the way openSUSE tries to build cluster-relative packages separately
by splitting spec file into different ones, in order to avoid dependencies when building
basic lvm packages:
     https://build.opensuse.org/package/show/Base:System/lvm2

For cLVM, we can do it this way without problems. But, it cannot work for lvmlockd in this way,
because main lvm tools(like vgcreate) will link to the empty version of lvmlockd functions
(lockd_running_lock_type in lvmlockd.h).

Our package team insists that we should change lvmlockd to the clvm way so that we can
build lvmlockd separately.   Before doing useless work, I really like to hear your advice first.

Any comments would be appreciated!

Regards,
Eric



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

end of thread, other threads:[~2017-05-12  5:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-10  9:10 Is it reasonable to build lvmlockd in this way? Eric Ren
2017-05-10 16:37 ` David Teigland
2017-05-11  2:21   ` Eric Ren
2017-05-11 14:53     ` David Teigland
2017-05-12  5:05       ` Eric Ren

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.