From: rread Date: Wed, 4 Sep 2002 19:17:32 +0000 (+0000) Subject: add hostname to gdb script X-Git-Tag: v1_7_100~4893 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=f1becab5a6de03855a358b3f6561aff95f508fdd;hp=a36161a07cd540540fa44e60088334d7e7f95a4a add hostname to gdb script --- diff --git a/lustre/utils/lconf b/lustre/utils/lconf index 6d3c79d..6b808cd 100755 --- a/lustre/utils/lconf +++ b/lustre/utils/lconf @@ -1379,7 +1379,8 @@ def main(): debug("configuring for host: ", node_list) if len(host) > 0: - config._debug_path = '/tmp/lustre-log-' + host + config._debug_path = config._debug_path + '-' + host + config._gdb_script = config._gdb_script + '-' + host TCP_ACCEPTOR = find_prog('acceptor') if not TCP_ACCEPTOR: