Whamcloud - gitweb
Change port numbers to 988, now that BA OSTs also use that port.
authoradilger <adilger>
Wed, 18 Sep 2002 20:07:30 +0000 (20:07 +0000)
committeradilger <adilger>
Wed, 18 Sep 2002 20:07:30 +0000 (20:07 +0000)
lustre/tests/lustre.cfg
lustre/tests/mcr.sh
lustre/tests/mcrlov.sh
lustre/tests/mdcreq.sh
lustre/tests/net-client.cfg
lustre/tests/net-local.cfg
lustre/tests/net-server.cfg
lustre/tests/ostreq.sh
lustre/utils/ha_assist2.sh

index eee3148..cc97b1b 100644 (file)
@@ -11,7 +11,7 @@ LOCALHOST=`hostname`
 SERVER=$LOCALHOST
 OSTNODE=$LOCALHOST
 CLIENTS=*
-PORT=2432
+PORT=988
 
 # Set up the lock manager (required)
 SETUP_LDLM=y
index dc9b643..7bfc35a 100755 (executable)
@@ -12,7 +12,7 @@ ROUTER=dev5
 CLIENT_LO=dev2
 CLIENT_HI=dev25
 
-PORT=2432
+PORT=988
 TCPBUF=1048576
  
 
index 0b8b6dc..cd3a880 100755 (executable)
@@ -13,7 +13,7 @@ MDS=dev7
 CLIENT_LO=dev2
 CLIENT_HI=dev25
 
-PORT=2432
+PORT=988
 TCPBUF=1048576
  
 
index a6f169a..1e2b780 100644 (file)
@@ -6,7 +6,7 @@ SRCDIR="`dirname $0`"
 NETWORK=tcp
 LOCALHOST=localhost
 SERVER=localhost
-PORT=2432
+PORT=988
 
 setup_portals
 setup_lustre
index 1554feb..7cd4a8d 100644 (file)
@@ -3,4 +3,4 @@
 NETWORK=tcp
 LOCALHOST=dev5
 SERVER=dev4
-PORT=2432
+PORT=988
index 0670b7e..2ce3abe 100644 (file)
@@ -3,4 +3,4 @@
 NETWORK=tcp
 LOCALHOST=localhost
 SERVER=localhost
-PORT=2432
+PORT=988
index f173f21..8386525 100644 (file)
@@ -3,4 +3,4 @@
 NETWORK=tcp
 LOCALHOST=dev4
 SERVER=dev4
-PORT=2432
+PORT=988
index 6371692..48104bf 100644 (file)
@@ -4,7 +4,7 @@ SRCDIR="`dirname $0`/"
 . $SRCDIR/common.sh
 
 SERVER=localhost
-PORT=2432
+PORT=988
 
 $ACCEPTOR $PORT
 
index bd1da59..a07d8b5 100755 (executable)
@@ -21,7 +21,7 @@ echo "- please supply a new mds"
 setup tcp
 close_uuid mds
 del_uuid mds
-connect dev5 2432
+connect dev5 988
 add_uuid mds
 quit
 EOF3