Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e53c04f
)
b=14471
author
grev
<grev>
Tue, 2 Sep 2008 20:32:02 +0000
(20:32 +0000)
committer
grev
<grev>
Tue, 2 Sep 2008 20:32:02 +0000
(20:32 +0000)
i=Adilger
i=grev
replace proc with lctl [set|get]_param
lustre/tests/acceptance-metadata-double.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/acceptance-metadata-double.sh
b/lustre/tests/acceptance-metadata-double.sh
index
9c9df63
..
6027db7
100644
(file)
--- a/
lustre/tests/acceptance-metadata-double.sh
+++ b/
lustre/tests/acceptance-metadata-double.sh
@@
-26,12
+26,12
@@
display_elapsed_time() {
debug_client_on()
{
- echo -1 > /proc/sys/lnet/debug
+ lctl set_param -n debug=-1
}
debug_client_off()
{
- echo 0x3f0400 > /proc/sys/lnet/debug
+ lctl set_param -n debug=0x3f0400
}
MNT=${MNT:-/mnt/lustre}