[lvm-devel] [PATCH 1/6] Pool locking code

Joe Thornber thornber at redhat.com
Thu Mar 24 12:21:16 UTC 2011


On Wed, 2011-03-23 at 20:01 +0100, Zdenek Kabelac wrote:
> 
> Yes - the locking has rather 'debug' semantic to catch writes to vg
> mempool.
> 
> But I'm not sure what do you mean here by 'set/restore api won't be
> needed' ? 

I had a quick chat about this with Alasdair yesterday.  The plan is to
change the code that updates the VGs so they don't touch the VG data in
the pool, but instead hold those small changes off to one side.

So the steps you seem to be following are:

i) debug lock/unlock api for pool to identify mutating code.  (Useful in
perpetuity for regression tests.)
ii) set/restore api for pool (temporary).
iii) update the mutating code to use set.
iv) gradually get rid of the use of set/restore on a case by case basis.
v) remove the set/restore api

There is an argument that set/restore shouldn't ever go into HEAD, but
is instead something solely useful to you while you do this work.  But
since this work is going to take some time I see no problem with this
going in on the understanding that it comes out again as soon as
possible.

- Joe





More information about the lvm-devel mailing list