[Ocfs2-tools-commits] smushran commits r863 - trunk/vendor/common

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Apr 28 20:24:24 CDT 2005


Author: smushran
Signed-off-by: masingh
Date: 2005-04-28 20:24:22 -0500 (Thu, 28 Apr 2005)
New Revision: 863

Modified:
   trunk/vendor/common/o2cb.init
Log:
o2cb.init status accepts cluster in cmd line
Signed-off-by: masingh

Modified: trunk/vendor/common/o2cb.init
===================================================================
--- trunk/vendor/common/o2cb.init	2005-04-29 01:14:59 UTC (rev 862)
+++ trunk/vendor/common/o2cb.init	2005-04-29 01:24:22 UTC (rev 863)
@@ -604,7 +604,7 @@
         return 1;
     fi
 
-    echo -n "Checking cluster: "
+    echo -n "Checking cluster $CLUSTER: "
     check_online $CLUSTER
     if [ $? = 2 ]
     then
@@ -677,7 +677,7 @@
         ;;
 
     status)
-        status
+        status $2
         ;;
 
     stop)



More information about the Ocfs2-tools-commits mailing list