Whamcloud - gitweb
land b1_5 onto HEAD
[fs/lustre-release.git] / lustre / tests / acceptance-metadata-double.sh
index 707198a..9c9df63 100644 (file)
@@ -26,12 +26,12 @@ display_elapsed_time() {
 
 debug_client_on()
 {
-       echo -1 > /proc/sys/portals/debug
+       echo -1 > /proc/sys/lnet/debug
 }
 
 debug_client_off()
 {
-       echo 0x3f0400 > /proc/sys/portals/debug
+       echo 0x3f0400 > /proc/sys/lnet/debug
 }
 
 MNT=${MNT:-/mnt/lustre}