| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] Do not check ocfs2 |
| From: | Richard Weinberger <richard@xxxxxx> |
| Date: | Sun, 3 Mar 2013 01:05:50 +0100 |
| Cc: | linux-fsdevel@xxxxxxxxxxxxxxx, Richard Weinberger <richard@xxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
We cannot run fsck.ocfs2 because the file system
is most likely mounted on another node.
Signed-off-by: Richard Weinberger <richard@xxxxxx>
---
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] xfs: logsunit rounding causes iclog corruption/crash, Dave Chinner |
|---|---|
| Next by Date: | Re: [PATCH] Do not check ocfs2, Dave Chinner |
| Previous by Thread: | [PATCH] xfs: logsunit rounding causes iclog corruption/crash, Mark Tinguely |
| Next by Thread: | Re: [PATCH] Do not check ocfs2, Dave Chinner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |