mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
b714c7ebc6
If clvmd does not hold any lock, it should also not keep any opened device. The reason for this patch is, that refresh_toolcontext calls dev_cache_exit() which destroys whole device cache (even those with opened file) - previous patch added recovery path to avoid memory corruption, but opened files are still bugs that need to be fixed. So this patch certainly kills many internal mirror & raid tests, since they leak opened file descriptors (when tests are executed with 'abort_on_error'). |
||
---|---|---|
.. | ||
clvm.h | ||
clvmd-cman.c | ||
clvmd-command.c | ||
clvmd-common.h | ||
clvmd-comms.h | ||
clvmd-corosync.c | ||
clvmd-openais.c | ||
clvmd-singlenode.c | ||
clvmd.c | ||
clvmd.h | ||
lvm-functions.c | ||
lvm-functions.h | ||
Makefile.in | ||
refresh_clvmd.c | ||
refresh_clvmd.h |