1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00
lvm2/daemons
Milan Broz 4b3efd3537 Allow implicit lock conversion for pre/post callbacks.
This is unnoticed regression from commit 31672ff60e

The pre/post callback need to convert lock always, local node
is going to modify metadata in this case, it it fails conversion,
the call is ignored.

Also it fixes bug when the lock is not yet held, we cannot set LKF_CONVERT
in this case, it will fail because this lock do not exist.

Note that the automatic conversion is still disabled in activate
call, so the original fix (reactivation of exlusive LV) should
be still in place.
2009-12-09 18:55:53 +00:00
..
clvmd Allow implicit lock conversion for pre/post callbacks. 2009-12-09 18:55:53 +00:00
cmirrord More makefile cleaning up and fixing. (gentoo) 2009-10-05 13:46:00 +00:00
dmeventd Log failure type and recognise type 'F' (flush) in dmeventd mirror plugin. 2009-11-25 15:59:07 +00:00
Makefile.in Allow for a build directory separate from the source. 2009-10-02 19:10:31 +00:00