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:
8bfced0
)
- always create the gdb script
author
rread
<rread>
Thu, 22 Aug 2002 18:06:33 +0000
(18:06 +0000)
committer
rread
<rread>
Thu, 22 Aug 2002 18:06:33 +0000
(18:06 +0000)
lustre/utils/lconf
patch
|
blob
|
history
diff --git
a/lustre/utils/lconf
b/lustre/utils/lconf
index
75060fc
..
328d418
100755
(executable)
--- a/
lustre/utils/lconf
+++ b/
lustre/utils/lconf
@@
-954,10
+954,10
@@
def doHost(lustreNode, hosts, clean_flag):
if not clean_flag:
setDebugPath()
+ script = config.gdb_script()
+ run(lctl.lctl, ' modules >', script)
if config.gdb():
# dump /tmp/ogdb and sleep/pause here
- script = config.gdb_script()
- run(lctl.lctl, ' modules >', script)
log ("The GDB module script is in", script)
time.sleep(5)