Whamcloud - gitweb
Fixed incorrect attempt to read clients configuration when mds is mounted for writing...
[fs/lustre-release.git] / lustre / tests / local.sh
index 405b45f..12e305d 100755 (executable)
@@ -36,7 +36,7 @@ rm -f $config
 
 # create nodes
 ${LMC} --add node --node localhost || exit 10
-${LMC} --add net --node  localhost --nid `hostname` --nettype $NETWORKTYPE || exit 11
+${LMC} --add net --node localhost --nid `hostname` --nettype $NETWORKTYPE || exit 11
 ${LMC} --add net --node client --nid '*' --nettype $NETWORKTYPE || exit 12