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:
58c63ee
)
[liblustre]: add back the script
author
meijia
<meijia>
Wed, 25 Jun 2003 05:09:24 +0000
(
05:09
+0000)
committer
meijia
<meijia>
Wed, 25 Jun 2003 05:09:24 +0000
(
05:09
+0000)
lustre/liblustre/lustrerun
[new file with mode: 0755]
patch
|
blob
diff --git a/lustre/liblustre/lustrerun
b/lustre/liblustre/lustrerun
new file mode 100755
(executable)
index 0000000..
f44fb92
--- /dev/null
+++ b/
lustre/liblustre/lustrerun
@@ -0,0
+1,12
@@
+#!/bin/sh
+
+#PORTALS_MYNID=${PORTALS_MYNID:-`hostname -i`}
+PORTALS_MYNID=${PORTALS_MYNID:-"172.16.1.1"}
+LUSTRE_MOUNT_POINT=${LUSTRE_MOUNT_POINT:-"/mnt/lustre"}
+LD_PRELOAD=${LD_PRELOAD:-"/usr/lib/liblustre.so"}
+
+export PORTALS_MYNID
+export LUSTRE_MOUNT_POINT
+export LD_PRELOAD
+
+exec $@