From: rread Date: Thu, 22 Aug 2002 18:06:33 +0000 (+0000) Subject: - always create the gdb script X-Git-Tag: 0.5.5~85 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=4c28cec2d7fa0e15355ccb701343d185bd6803b8;p=fs%2Flustre-release.git - always create the gdb script --- diff --git a/lustre/utils/lconf b/lustre/utils/lconf index 75060fc..328d418 100755 --- 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)