[Ocfs2-tools-commits] smushran commits r1109 - trunk/extras

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Nov 2 13:47:00 CST 2005


Author: smushran
Date: 2005-11-02 13:46:59 -0600 (Wed, 02 Nov 2005)
New Revision: 1109

Modified:
   trunk/extras/watch-hb.sh
Log:
watch-hb updated

Modified: trunk/extras/watch-hb.sh
===================================================================
--- trunk/extras/watch-hb.sh	2005-11-02 19:45:59 UTC (rev 1108)
+++ trunk/extras/watch-hb.sh	2005-11-02 19:46:59 UTC (rev 1109)
@@ -35,6 +35,6 @@
 	die "a region must be specified with -r or a device with -d"
 
 watch -n 3 -d \
-	"echo \"cat //heartbeat\" | debugfs.ocfs2 $device 2>/dev/null \
+	"echo \"cat //heartbeat\" | debugfs.ocfs2 -n $device 2>/dev/null \
 	| od -A d -x | \
 	awk '( NF > 2 ) { \$(1) = \$1 / $slot_bytes; if (\$1 == int(\$1)) print \$0 }'"



More information about the Ocfs2-tools-commits mailing list