also return if fsck fails; it's a bad bad idea to try to mount if fsck has just failed.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 22 Jul 2009 23:44:30 +0000 (23:44 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 22 Jul 2009 23:44:30 +0000 (23:44 +0000)
source/steps/ValidateNodeInstall.py

index 393e8f5..ad853b6 100644 (file)
@@ -93,6 +93,7 @@ def Run( vars, log ):
         except BootManagerException, e:
             log.write( "BootManagerException during fsck of /root and /vservers : %s\n" %
                        str(e) )
+            return 0
 
         try:
             # then attempt to mount them