Whamcloud - gitweb
b=21115
authorgrev <grev>
Thu, 10 Dec 2009 12:21:09 +0000 (12:21 +0000)
committergrev <grev>
Thu, 10 Dec 2009 12:21:09 +0000 (12:21 +0000)
i=Robert.Read
mount the same config on all clients

lustre/tests/test-framework.sh

index 24031dd..919d90f 100644 (file)
@@ -1917,10 +1917,10 @@ check_config_client () {
     local mgshost=$(mount | grep " $mntpt " | awk -F@ '{print $1}')
     mgshost=$(echo $mgshost | awk -F: '{print $1}')
 
     local mgshost=$(mount | grep " $mntpt " | awk -F@ '{print $1}')
     mgshost=$(echo $mgshost | awk -F: '{print $1}')
 
-    if [ "$mgshost" != "$myMGS_host" ]; then
-            log "Bad config file: lustre is mounted with mgs $mgshost, but mgs_HOST=$mgs_HOST, NETTYPE=$NETTYPE
-                   Please use correct config or set mds_HOST correctly!"
-    fi
+#    if [ "$mgshost" != "$myMGS_host" ]; then
+#            log "Bad config file: lustre is mounted with mgs $mgshost, but mgs_HOST=$mgs_HOST, NETTYPE=$NETTYPE
+#                   Please use correct config or set mds_HOST correctly!"
+#    fi
 
 }
 
 
 }