Whamcloud - gitweb
Branch b1_6
authorliuy <liuy>
Mon, 22 Oct 2007 08:43:31 +0000 (08:43 +0000)
committerliuy <liuy>
Mon, 22 Oct 2007 08:43:31 +0000 (08:43 +0000)
b=13556
i=scjody

lustre/ChangeLog
lustre/tests/conf-sanity.sh

index 4acb97a..ccac542 100644 (file)
@@ -14,6 +14,11 @@ tbd         Cluster File Systems, Inc. <info@clusterfs.com>
        * Recommended e2fsprogs version: 1.40.2-cfs1
        * Note that reiserfs quotas are disabled on SLES 10 in this kernel.
 
+Severity   : normal
+Bugzilla   : 13556
+Description: conf-sanity.sh test_33 failed with 1
+Details    : change mgsnode 
+
 --------------------------------------------------------------------------------
 
 2007-10-26         Cluster File Systems, Inc. <info@clusterfs.com>
index d089c84..7417ea9 100644 (file)
@@ -1206,7 +1206,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