Re: [Cluster-devel] GFS2: Wait for unlock completion on umount

2010-01-26 Thread Fabio M. Di Nitto
still not good. setup: 8 nodes cluster (node1-4 x86, node5-8 x86_64) mounting one partition - OK umounting is OOPS´orama. http://fabbione.fedorapeople.org/oops.tar.bz2 5 out of 8 nodes do OOPS (node1/2/3 are ok and can continue mounting again). This happens at the very first iteration.

[Cluster-devel] GFS2: Wait for unlock completion on umount

2010-01-14 Thread Steven Whitehouse
This patch adds a wait on umount between the point at which we dispose of all glocks and the point at which we unmount the lock protocol. This ensures that we've received all the replies to our unlock requests before we stop the locking. Signed-off-by: Steven Whitehouse swhit...@redhat.com