From: meijia Date: Mon, 28 Apr 2003 14:22:08 +0000 (+0000) Subject: [liblustre]: X-Git-Tag: v1_7_100~1^92~27 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=99140c5bc34a95edb7884f5b218c0f2f029c5656;p=fs%2Flustre-release.git [liblustre]: - add liblustre startup wrapper script --- diff --git a/lustre/liblustre/lustrerun b/lustre/liblustre/lustrerun new file mode 100755 index 0000000..f44fb925 --- /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 $@