[linux-lvm] RE: Newbie VFS-lock question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Greg Freemeyer writes: 

-----Original Message-----
[snip]
I don't not know if my problem is with xfs or lvm, or some form of
interaction.
 
I am still having lvcreate lockups, even though I am no longer calling
xfs_freeze.  Even stranger, calling xfs_freeze -u causes lvcreate to
continue, even though I had not called xfs_freeze -f.

I have rebooted the server, and this is repeatable, but it does not
occur until the 6th or 7th repeat of my snapshot test script.

It was my understanding that the VFS-lock patch (or lack thereof) would
allow the mount step to be reliable, not that it would have any impact
on lvcreate being able to run to completion.
[snip]
---end original message

With the VFS lock patch, the calls made inside the lvm layer to freeze and
unfreeze are functionally identical to the ioctls made by xfs_freeze -f and
xfs_freeze -u.  So you are susceptible to the same sort of lockups.  That's
also why xfs_freeze -u jogged the lvcreate loose.

If you look through the XFS list archives, you'll find some patches I posted
to help alleviate some of the lockups I had seen, but I've still seen a
few--generally with multiple snapshots of the same source volume with heavy
write I/O directed to the source volume.

One way that should not experience lockups is to use neither xfs_freeze nor
the VFS lock patch, but use writable snapshots.  The snapshot won't be a
consistent filesystem, but mount it with
the nouuid option and let it do recovery.  This way may not give you what
you wanted, but at  least it won't lock up.

Dale J. Stephenson
steph@snapserver.com

_______________________________________________
linux-lvm mailing list
linux-lvm@sistina.com
http://lists.sistina.com/mailman/listinfo/linux-lvm
read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html

[Index of Archives]     [Gluster Users]     [Kernel Development]     [Linux Clusters]     [Device Mapper]     [Security]     [Bugtraq]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]

  Powered by Linux