From: adilger Date: Fri, 12 Apr 2002 17:00:25 +0000 (+0000) Subject: Add elan config files (not sure if they are correct, but someone will fix X-Git-Tag: 0.4.2~386 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=45ae30b992bd2098e46a98ce407ece55d6d191a2;p=fs%2Flustre-release.git Add elan config files (not sure if they are correct, but someone will fix that). --- diff --git a/lustre/tests/elan-client.cfg b/lustre/tests/elan-client.cfg new file mode 100644 index 0000000..c6924ef --- /dev/null +++ b/lustre/tests/elan-client.cfg @@ -0,0 +1,10 @@ +#!/bin/sh +# Config file for setting up a remote server with a real OST +NETWORK=elan +LOCALHOST=5 +SERVER=4 + +[ -z "$RSH" ] && RSH=ssh +RSH_MDS="$RSH $SERVER" +RSH_OST="$RSH $SERVER" +RSH_OSC=eval diff --git a/lustre/tests/elan-server.cfg b/lustre/tests/elan-server.cfg new file mode 100644 index 0000000..c3b7888 --- /dev/null +++ b/lustre/tests/elan-server.cfg @@ -0,0 +1,7 @@ +#!/bin/sh +# Config file for setting up a remote server with a real OST +NETWORK=elan +LOCALHOST=4 +SERVER=4 + +RSH_MDS=eval