On Tue, Feb 14, 2006 at 06:16:11AM +0000, Claudio Martins wrote: > This patch does indeed seem to fix this particular problem. Now creating and > deleting files/directories gives expected results across nodes. Great!
> The bad news is that it didn't last long. While doing some more tests I > found > another problem, but judging from kernel messages I think this one is related > to the DLM code. Not so great :/ We have some dlm fixes in our git tree which haven't made their way to Linus yet (I wanted to run a few more tests). Would you be interested in patching with them so we can see which bugs are left? The easiest way to get this is to pull them out of 2.6.16-rc3-mm1: http://kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.16-rc3/2.6.16-rc3-mm1/broken-out/git-ocfs2.patch You'll also pull a performance fix in that patch. Of course, even easier might be to just run 2.6.16-rc3-mm1 for now as it also contains the checkpoint list split backout. > On node 0, tar exited with: > tar: > build-AMD-linux-2.6.16-rc2-git3-jbdfix1/drivers/media/video/cx25840/cx25840-core.c: > > Cannot stat: Invalid argument > > On node 2, tar exited with a segmentation fault. Could you load up debugfs.ocfs2 against your file system and run the following command: debugfs: locate <M0000000000000000d4a94b05ae097f> It will tell me the path to the file which that metadata lock refers to. The path may help us figure out what sort of access we're having problems on here. --Mark -- Mark Fasheh Senior Software Developer, Oracle [EMAIL PROTECTED] _______________________________________________ Ocfs2-devel mailing list [email protected] http://oss.oracle.com/mailman/listinfo/ocfs2-devel
