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:
f3f7b55
)
the last merge b_devel to b_cray
author
nfshp
<nfshp>
Tue, 8 Apr 2003 09:35:30 +0000
(09:35 +0000)
committer
nfshp
<nfshp>
Tue, 8 Apr 2003 09:35:30 +0000
(09:35 +0000)
lustre/utils/lconf.in
patch
|
blob
|
history
diff --git
a/lustre/utils/lconf.in
b/lustre/utils/lconf.in
index
b52b097
..
f17ff25
100755
(executable)
--- a/
lustre/utils/lconf.in
+++ b/
lustre/utils/lconf.in
@@
-1750,7
+1750,7
@@
def sys_set_timeout(timeout):
# the command overrides the value in the node config
if config.timeout > 0:
timeout = config.timeout
- if timeout > 0:
+ if timeout
!= None and timeout
> 0:
sysctl('lustre/timeout', timeout)
def sys_set_ptldebug():