QA update - do not remount filesystems if corruption detected as this writes to the log
authorfsgqa <fsgqa>
Fri, 30 May 2003 04:41:31 +0000 (04:41 +0000)
committerfsgqa <fsgqa>
Fri, 30 May 2003 04:41:31 +0000 (04:41 +0000)
common.rc

index 47ee1e332e2aa964948dbd733ff51942340791cf..581304cb15068904a0798fcd65f63e56c42d5726 100644 (file)
--- a/common.rc
+++ b/common.rc
@@ -607,9 +607,7 @@ _check_filesystem()
         echo "*** mount output ***"                             >>$seq.full
         mount                                                   >>$seq.full
         echo "*** end mount output"                             >>$seq.full
         echo "*** mount output ***"                             >>$seq.full
         mount                                                   >>$seq.full
         echo "*** end mount output"                             >>$seq.full
-    fi
-    
-    if [ "$type" = "xfs" ]
+    elif [ "$type" = "xfs" ]
     then
         # mounted... 
         if [ $USE_REMOUNT -eq 0 ]
     then
         # mounted... 
         if [ $USE_REMOUNT -eq 0 ]