On Sun, Mar 03, 2013 at 01:05:50AM +0100, Richard Weinberger wrote: > We cannot run fsck.ocfs2 because the file system > is most likely mounted on another node. This patch means that ocfs2 filesystems are *never* checked for consistency, even when you are testing them with exclusive local access. That defeats a primary function of xfstests - ensuring that the tests run do no corrupt the filesystem. Besides, why would you be running xfstests on a filesystem that is mounted on multiple nodes? Yes, ocfs2 is a cluster filesystem, but xfstests is designed to test local filesystem behaviour and is completely cluster naive. Hence having multiple nodes mount the filesystem that is being tested by xfstests does not serve any purpose at all. Further, turning off consistency checking for those that are running ocfs2 testing on single nodes means that testing is now mostly wasted as the majority of problems that can occur are no longer detectable.... Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs