]> sourceware.org Git - lvm2.git/commit - configure.in
A compromise integration of LVMetaD into the build: I have kept all the
authorPetr Rockai <prockai@redhat.com>
Wed, 31 Aug 2011 11:31:57 +0000 (11:31 +0000)
committerPetr Rockai <prockai@redhat.com>
Wed, 31 Aug 2011 11:31:57 +0000 (11:31 +0000)
commit615534d305b3015ecc1fc3c6d3b4b28ea1d4ad79
tree0bd5f6eb63e5606e8071cce85e26b4d4a43156ae
parent68e89ab2d25197a275cb3c068d4ec1b2ad8b7ca4
A compromise integration of LVMetaD into the build: I have kept all the
daemon/common code in a single libdaemon.a, which is completely private. This
is currently linked into the lvmetad binary, and will be linked into LVM (the
client part, since static linking only picks up only symbols that are actually
used). I have also added --enable/disable-lvmetad to ./configure; although the
current default is off, I expect this to be flipped to on shortly. There's no
LVM-side support yet, but when there is, even when built, it'll still need to
be enabled by an lvm.conf option.
configure.in
daemons/Makefile.in
daemons/common/daemon-server.c
daemons/lvmetad/Makefile.in [new file with mode: 0644]
test/Makefile.in
test/lib/aux.sh
test/lib/test.sh
This page took 0.032749 seconds and 5 git commands to generate.