1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-30 17:18:21 +03:00
lvm2/daemons
Zdenek Kabelac 116cbc267c Fix udev synchronization for no-locking mode
Instead of implicitly syncing udev operation in clustered and
file locking code -  call synchronization directly in lock_vol() when
the operation unlocks VG

The problem is missing implicit fs_unlock() in the no_locking code.
This is used with --sysinit on read-only filesystem locking dir.
In this case vgchange -ay could exit before all udev nodes are properly
synchronised and may cause problems with accessing such node right after
vgchange --sysinint command is finished.

Add test case for vgchange --sysinit.
2011-01-31 19:52:40 +00:00
..
clvmd Fix udev synchronization for no-locking mode 2011-01-31 19:52:40 +00:00
cmirrord Removed unused pointer 2010-12-20 13:58:38 +00:00
dmeventd Remove DEBUGLOG from dmeventd. 2011-01-17 23:14:05 +00:00
Makefile.in Use vpath instead of VPATH. 2010-04-09 21:34:25 +00:00