1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-04 09:18:36 +03:00
lvm2/daemons/lvmetad
Petr Rockai 615534d305 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.
2011-08-31 11:31:57 +00:00
..
lvmetad-client.h Adapt LVMetaD to use the new dm_config interfaces. 2011-08-30 15:44:01 +00:00
lvmetad-core.c Adapt LVMetaD to use the new dm_config interfaces. 2011-08-30 15:44:01 +00:00
Makefile Work out some more details in metadata update in lvmetad. 2011-07-19 16:48:13 +00:00
Makefile.in A compromise integration of LVMetaD into the build: I have kept all the 2011-08-31 11:31:57 +00:00
test.sh Work out some more details in metadata update in lvmetad. 2011-07-19 16:48:13 +00:00
testclient.c Add code to lvmetad's testclient that scans an actual physical device, 2011-07-20 15:15:41 +00:00