]> sourceware.org Git - lvm2.git/commit
The lvmetad client-side integration. Only active when use_lvmetad = 1 is set in
authorPetr Rockai <prockai@redhat.com>
Thu, 23 Feb 2012 13:11:07 +0000 (13:11 +0000)
committerPetr Rockai <prockai@redhat.com>
Thu, 23 Feb 2012 13:11:07 +0000 (13:11 +0000)
commitdae0822698327e81f467c3594141d70cdafca331
tree673c87128df8e56be79703a799c83d12acbe5b19
parent182d1f60d2fb1bbadef2974fa55278f553b04ed9
The lvmetad client-side integration. Only active when use_lvmetad = 1 is set in
lvm.conf *and* lvmetad is running.
47 files changed:
daemons/dmeventd/plugins/lvm2/Makefile.in
daemons/dmeventd/plugins/mirror/Makefile.in
daemons/dmeventd/plugins/snapshot/Makefile.in
daemons/lvmetad/lvmetad-client.h
doc/example.conf.in
lib/Makefile.in
lib/activate/activate.c
lib/cache/lvmcache.c
lib/cache/lvmcache.h
lib/cache/lvmetad.c [new file with mode: 0644]
lib/cache/lvmetad.h [new file with mode: 0644]
lib/commands/toolcontext.c
lib/device/dev-cache.c
lib/device/dev-cache.h
lib/device/dev-io.c
lib/format1/format1.c
lib/format_pool/format_pool.c
lib/format_text/export.c
lib/format_text/format-text.c
lib/format_text/import_vsn1.c
lib/format_text/text_label.c
lib/label/label.c
lib/label/label.h
lib/metadata/metadata-exported.h
lib/metadata/metadata.c
lib/metadata/metadata.h
scripts/vgimportclone.sh
test/lib/aux.sh
test/shell/inconsistent-metadata.sh
test/shell/lvconvert-mirror.sh
test/shell/lvcreate-repair.sh
test/shell/lvmcache-exercise.sh
test/shell/pool-labels.sh
test/shell/vgimportclone.sh
test/unit/Makefile.in
tools/Makefile.in
tools/args.h
tools/commands.h
tools/pvcreate.c
tools/pvremove.c
tools/pvscan.c
tools/toollib.c
tools/tools.h
tools/vgcfgrestore.c
tools/vgcreate.c
tools/vgrename.c
tools/vgscan.c
This page took 0.040531 seconds and 5 git commands to generate.