[Ocfs2-tools-commits] manish commits r759 - trunk/ocfs2console/ocfs2interface

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Mar 28 17:58:38 CST 2005


Author: manish
Date: 2005-03-28 17:58:36 -0600 (Mon, 28 Mar 2005)
New Revision: 759

Modified:
   trunk/ocfs2console/ocfs2interface/fsck.py
Log:
Call the right function in the test code


Modified: trunk/ocfs2console/ocfs2interface/fsck.py
===================================================================
--- trunk/ocfs2console/ocfs2interface/fsck.py	2005-03-28 23:58:02 UTC (rev 758)
+++ trunk/ocfs2console/ocfs2interface/fsck.py	2005-03-28 23:58:36 UTC (rev 759)
@@ -110,7 +110,7 @@
     return ['/bin/sh', '-c', realcommand]
 
 def main():
-    fsck(None, '/dev/sdb1', check=True)
+    fsck_volume(None, '/dev/sdb1', check=True)
 
 if __name__ == '__main__':
     main()



More information about the Ocfs2-tools-commits mailing list