Whamcloud - gitweb
Add extN support to new_fs helper function.
[fs/lustre-release.git] / lustre / tests / net-client.cfg
1 #!/bin/sh
2 # Config file for setting up a remote server with a real OST
3 NETWORK=tcp
4 LOCALHOST=dev5
5 SERVER=dev4
6 PORT=1234
7
8 [ -z "$RSH" ] && RSH=ssh
9 SERVER_DNS=dev4
10 MDS_RSH="$RSH $SERVER_DNS"
11 OST_RSH="$RSH $SERVER_DNS"