From 4c28cec2d7fa0e15355ccb701343d185bd6803b8 Mon Sep 17 00:00:00 2001 From: rread Date: Thu, 22 Aug 2002 18:06:33 +0000 Subject: [PATCH] - always create the gdb script --- lustre/utils/lconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 1.8.3.1