Whamcloud - gitweb
change debug_client_off from 0 to the minimal but still useful 0x3f0400
authorphil <phil>
Mon, 15 Dec 2003 06:14:25 +0000 (06:14 +0000)
committerphil <phil>
Mon, 15 Dec 2003 06:14:25 +0000 (06:14 +0000)
lustre/tests/acceptance-metadata-double.sh
lustre/tests/acceptance-metadata-single.sh

index c8d5dd8..707198a 100644 (file)
@@ -31,7 +31,7 @@ debug_client_on()
 
 debug_client_off()
 {
-       echo 0 > /proc/sys/portals/debug
+       echo 0x3f0400 > /proc/sys/portals/debug
 }
 
 MNT=${MNT:-/mnt/lustre}
index 3366d9c..306ce37 100644 (file)
@@ -31,7 +31,7 @@ debug_client_on()
 
 debug_client_off()
 {
-       echo 0 > /proc/sys/portals/debug
+       echo 0x3f0400 > /proc/sys/portals/debug
 }
 
 MNT=${MNT:-/mnt/lustre}