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:
d63d724
)
[liblustre]: add 'lrun' into utils.
author
ericm
<ericm>
Mon, 1 Sep 2003 07:38:57 +0000
(07:38 +0000)
committer
ericm
<ericm>
Mon, 1 Sep 2003 07:38:57 +0000
(07:38 +0000)
lustre/utils/lrun
[new file with mode: 0755]
patch
|
blob
diff --git a/lustre/utils/lrun
b/lustre/utils/lrun
new file mode 100755
(executable)
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 $@