Skip to content
Snippets Groups Projects
Commit ffc3c984 authored by Liu Ying's avatar Liu Ying
Browse files

Branch b1_6

b=13556
i=scjody
parent 0e1433d0
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,11 @@ tbd Cluster File Systems, Inc. <info@clusterfs.com> ...@@ -14,6 +14,11 @@ tbd Cluster File Systems, Inc. <info@clusterfs.com>
* Recommended e2fsprogs version: 1.40.2-cfs1 * Recommended e2fsprogs version: 1.40.2-cfs1
* Note that reiserfs quotas are disabled on SLES 10 in this kernel. * 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> 2007-10-26 Cluster File Systems, Inc. <info@clusterfs.com>
......
...@@ -1206,7 +1206,7 @@ test_33() { # bug 12333 ...@@ -1206,7 +1206,7 @@ test_33() { # bug 12333
local fs2mdsdev=${fs2mds_DEV:-${MDSDEV}_2} local fs2mdsdev=${fs2mds_DEV:-${MDSDEV}_2}
local fs2ostdev=${fs2ost_DEV:-$(ostdevname 1)_2} local fs2ostdev=${fs2ost_DEV:-$(ostdevname 1)_2}
add fs2mds $MDS_MKFS_OPTS --fsname=${FSNAME2} --reformat $fs2mdsdev || exit 10 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 fs2mds $fs2mdsdev $MDS_MOUNT_OPTS
start fs2ost $fs2ostdev $OST_MOUNT_OPTS start fs2ost $fs2ostdev $OST_MOUNT_OPTS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment