1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/locking
Dave Wysochanski 3de6df8410 Enforce an alphabetical lock ordering for vgname locks.
Add a new constraint that vgname locks must be obtained in
alphabetical order.  At this point, we have test coverage for
the 3 commands affected - vgsplit, vgmerge, and vgrename.
Tests have been updated to cover these commands.
Going forward any command or library call that must obtain
more than one vgname lock must do so in alphabetical order.
Future patches will update lvm2app to enforce this ordering.


Author: Dave Wysochanski <dwysocha@redhat.com>
2009-09-02 21:34:11 +00:00
..
.exported_symbols Pre-release cleanups. 2009-05-21 03:04:52 +00:00
cluster_locking.c Re-instate partial activation support in clustered mode. (mornfall) 2009-06-12 08:30:19 +00:00
external_locking.c Pre-release cleanups. 2009-05-21 03:04:52 +00:00
file_locking.c Implement write lock prioritisation for file locking and make it default. 2009-09-02 14:47:39 +00:00
locking_types.h Fix bad prototype from previous checkin. 2009-07-15 05:57:11 +00:00
locking.c Enforce an alphabetical lock ordering for vgname locks. 2009-09-02 21:34:11 +00:00
locking.h Enforce an alphabetical lock ordering for vgname locks. 2009-09-02 21:34:11 +00:00
Makefile.in Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
no_locking.c Allow LV suspend while --ignorelockingfailure is in force. 2009-08-02 21:03:09 +00:00