linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Do not check ocfs2
@ 2013-03-03  0:05 Richard Weinberger
  2013-03-03  1:19 ` Dave Chinner
  0 siblings, 1 reply; 12+ messages in thread
From: Richard Weinberger @ 2013-03-03  0:05 UTC (permalink / raw)
  To: xfs; +Cc: linux-fsdevel, Richard Weinberger

We cannot run fsck.ocfs2 because the file system
is most likely mounted on another node.

Signed-off-by: Richard Weinberger <richard@nod.at>
---
 common.rc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/common.rc b/common.rc
index f5180fe..00c075d 100644
--- a/common.rc
+++ b/common.rc
@@ -1419,6 +1419,9 @@ _check_test_fs()
     udf)
 	# do nothing for now
 	;;
+    ocfs2)
+	# other nodes may have mounted the fs
+	;;
     btrfs)
 	_check_btrfs_filesystem $TEST_DEV
 	;;
@@ -1448,6 +1451,9 @@ _check_scratch_fs()
     nfs*)
 	# Don't know how to check an NFS filesystem, yet.
 	;;
+    ocfs2)
+	# other nodes may have mounted the fs
+	;;
     btrfs)
 	_check_btrfs_filesystem $SCRATCH_DEV
 	;;
-- 
1.8.1.2


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-03-04 22:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-03  0:05 [PATCH] Do not check ocfs2 Richard Weinberger
2013-03-03  1:19 ` Dave Chinner
2013-03-03  9:02   ` Richard Weinberger
2013-03-03 22:04     ` Eric Sandeen
2013-03-03 22:19       ` Richard Weinberger
2013-03-03 22:40         ` Eric Sandeen
2013-03-03 22:53           ` Richard Weinberger
2013-03-03 22:57             ` Eric Sandeen
2013-03-04  0:42               ` Dave Chinner
2013-03-04 21:05                 ` Joel Becker
2013-03-04 22:09                   ` Richard Weinberger
2013-03-04 22:57                     ` Joel Becker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).