1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/daemons/lvmetad
Petr Rockai 0cfb99d385 First stab at making lvmetad-core threadsafe. The current design should allow
very reasonable amount of parallel access, although the hash tables may become
a point of contention under heavy loads. Nevertheless, there should be orders
of magnitude less contention on the hash table locks than we currently have on
block device scanning.
2011-07-20 21:23:43 +00:00
..
lvmetad-client.h Add a skeleton for lvmetad, a test client, and a temporary Makefile to build 2011-06-14 02:36:38 +00:00
lvmetad-core.c First stab at making lvmetad-core threadsafe. The current design should allow 2011-07-20 21:23:43 +00:00
Makefile Work out some more details in metadata update in lvmetad. 2011-07-19 16:48:13 +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