Whamcloud - gitweb
Branch HEAD
authorliuy <liuy>
Mon, 22 Oct 2007 09:17:00 +0000 (09:17 +0000)
committerliuy <liuy>
Mon, 22 Oct 2007 09:17:00 +0000 (09:17 +0000)
b=13556
i=scjody

change mgsnode

lustre/tests/conf-sanity.sh

index d36a22c..37cf74c 100644 (file)
@@ -1187,7 +1187,7 @@ test_33() { # bug 12333
         local fs2mdsdev=${fs2mds_DEV:-${MDSDEV}_2}
         local fs2ostdev=${fs2ost_DEV:-$(ostdevname 1)_2}
         add fs2mds $MDS_MKFS_OPTS --fsname=${FSNAME2} --reformat $fs2mdsdev || exit 10
-        add fs2ost $OST_MKFS_OPTS --fsname=${FSNAME2} --index=8191 --mgsnode=`hostname`@tcp --reformat $fs2ostdev || exit 10
+        add fs2ost $OST_MKFS_OPTS --fsname=${FSNAME2} --index=8191 --mgsnode=$MGSNID --reformat $fs2ostdev || exit 10
 
         start fs2mds $fs2mdsdev $MDS_MOUNT_OPTS
         start fs2ost $fs2ostdev $OST_MOUNT_OPTS