Whamcloud - gitweb
Add elan config files (not sure if they are correct, but someone will fix
authoradilger <adilger>
Fri, 12 Apr 2002 17:00:25 +0000 (17:00 +0000)
committeradilger <adilger>
Fri, 12 Apr 2002 17:00:25 +0000 (17:00 +0000)
that).

lustre/tests/elan-client.cfg [new file with mode: 0644]
lustre/tests/elan-server.cfg [new file with mode: 0644]

diff --git a/lustre/tests/elan-client.cfg b/lustre/tests/elan-client.cfg
new file mode 100644 (file)
index 0000000..c6924ef
--- /dev/null
@@ -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 (file)
index 0000000..c3b7888
--- /dev/null
@@ -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