1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons
David Teigland 9b6a62f944 lvmcache: simplify
Recent changes allow some major simplification of the way
lvmcache works and is used.  lvmcache_label_scan is now
called in a controlled fashion at the start of commands,
and not via various unpredictable side effects.  Remove
various calls to it from other places.  lvmcache_label_scan
should not be called from anywhere during a command, because
it produces an incorrect representation of PVs with no MDAs,
and misclassifies them as orphans.  This has been a long
standing problem.  The invalid flag and rescanning based on
that is no longer used and removed.  The 'force' variation is
no longer needed and removed.
2018-04-20 11:22:48 -05:00
..
clvmd lvmcache: simplify 2018-04-20 11:22:48 -05:00
cmirrord coverity: ensure 0 end string 2018-04-20 12:17:01 +02:00
dmeventd thin: pass environment to scripts 2018-03-06 15:35:04 +01:00
dmfilemapd coverity: missing free on error path 2018-02-28 21:05:18 +01:00
lvmdbusd lvmdbusd: Remove duplicated DataPercent definition 2018-01-25 08:37:24 -06:00
lvmetad cleanup: use zalloc 2018-03-17 23:33:58 +01:00
lvmlockd sanlock: set proper return value 2018-02-19 16:44:10 +01:00
lvmpolld makefiles: fixing linking 2017-08-01 11:53:30 +02:00
Makefile.in daemons: add dmfilemapd 2017-03-09 18:50:15 +00:00