From: phil Date: Mon, 15 Dec 2003 06:14:25 +0000 (+0000) Subject: change debug_client_off from 0 to the minimal but still useful 0x3f0400 X-Git-Tag: 1.0.2~49 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=232670baa31bb869e32d86acdc23b91de1dc1700;p=fs%2Flustre-release.git change debug_client_off from 0 to the minimal but still useful 0x3f0400 --- diff --git a/lustre/tests/acceptance-metadata-double.sh b/lustre/tests/acceptance-metadata-double.sh index c8d5dd8..707198a 100644 --- a/lustre/tests/acceptance-metadata-double.sh +++ b/lustre/tests/acceptance-metadata-double.sh @@ -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} diff --git a/lustre/tests/acceptance-metadata-single.sh b/lustre/tests/acceptance-metadata-single.sh index 3366d9c..306ce37 100644 --- a/lustre/tests/acceptance-metadata-single.sh +++ b/lustre/tests/acceptance-metadata-single.sh @@ -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}