From: adilger Date: Wed, 13 Nov 2002 18:13:00 +0000 (+0000) Subject: Add some extra comments and sample configs. X-Git-Tag: v1_7_100~4238 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b84a4987ef0f95925e373ab2e7c01451f331af76;p=fs%2Flustre-release.git Add some extra comments and sample configs. --- diff --git a/lustre/tests/uml.sh b/lustre/tests/uml.sh index 693dd77..7d8da8f 100644 --- a/lustre/tests/uml.sh +++ b/lustre/tests/uml.sh @@ -11,14 +11,34 @@ OSTDEV1=$TMP/ost1 OSTDEV2=$TMP/ost2 OSTSIZE=100000 -MDSNODE=uml1 -OSTNODE=uml2 # NOTE - You can't have different MDS/OST nodes and also have clients on the # MDS/OST nodes without using --endlevel and --startlevel during lconf. # You can put both MDS/OST on one node and client can be there too. # CLIENTS is a space-separated list of client nodes. +# +# The rule is that both the MDS and the OST must be set up before any +# of the clients can be started, so plan accordingly. + +# Three separate systems +MDSNODE=uml1 +OSTNODE=uml2 CLIENTS="uml3" +# Single system with additional clients +#MDSNODE=uml1 +#OSTNODE=uml1 +#CLIENTS="$MDSNODE client" + +# Two systems with client on MDS, and additional clients (set up OST first) +#MDSNODE=uml1 +#OSTNODE=uml2 +#CLIENTS="$MDSNODE client" + +# Two systems with client on OST, and additional clients (set up MDS first) +#MDSNODE=uml1 +#OSTNODE=uml2 +#CLIENTS="$OSTNODE client" + rm -f $config # create nodes