From ffc3c984229026915a60beb944d0ab3127b0a833 Mon Sep 17 00:00:00 2001 From: liuy <liuy> Date: Mon, 22 Oct 2007 08:43:31 +0000 Subject: [PATCH] Branch b1_6 b=13556 i=scjody --- lustre/ChangeLog | 5 +++++ lustre/tests/conf-sanity.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 4acb97a8c5..ccac542a01 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -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> diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index d089c8424f..7417ea95a9 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -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 -- GitLab