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:
204c575
)
b=12910
author
nathan
<nathan>
Tue, 10 Jul 2007 15:30:40 +0000
(15:30 +0000)
committer
nathan
<nathan>
Tue, 10 Jul 2007 15:30:40 +0000
(15:30 +0000)
increase conf_param time
This should be happening quickly (lock revocation signals clients to update
config), not based on any timeout.
lustre/tests/conf-sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/conf-sanity.sh
b/lustre/tests/conf-sanity.sh
index
bfd7358
..
ade3888
100644
(file)
--- a/
lustre/tests/conf-sanity.sh
+++ b/
lustre/tests/conf-sanity.sh
@@
-905,7
+905,7
@@
set_and_check() {
echo "Setting $PARAM from $ORIG to $FINAL"
$LCTL conf_param $PARAM=$FINAL
local RESULT
- local MAX=
2
0
+ local MAX=
3
0
local WAIT=0
while [ 1 ]; do
sleep 5