From 0dafabe70a9cfc1ebc77dc8b6c2b31105e21f82a Mon Sep 17 00:00:00 2001 From: ericm Date: Mon, 1 Sep 2003 07:38:57 +0000 Subject: [PATCH] [liblustre]: add 'lrun' into utils. --- lustre/utils/lrun | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 lustre/utils/lrun diff --git a/lustre/utils/lrun b/lustre/utils/lrun new file mode 100755 index 0000000..00865f1 --- /dev/null +++ b/lustre/utils/lrun @@ -0,0 +1,11 @@ +#!/bin/sh + +LUSTRE_MOUNT_POINT=${LUSTRE_MOUNT_POINT:-"/mnt/lustre"} +LUSTRE_CONFIG_FILE=${LUSTRE_CONFIG_FILE:-"/tmp/DUMP_FILE"} +LD_PRELOAD=${LD_PRELOAD:-"/usr/lib/liblustre.so"} + +export LUSTRE_MOUNT_POINT +export LUSTRE_CONFIG_FILE +export LD_PRELOAD + +exec $@ -- 1.8.3.1