Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lustre-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
debian-packages
lustre-release
Commits
ffc3c984
Commit
ffc3c984
authored
17 years ago
by
Liu Ying
Browse files
Options
Downloads
Patches
Plain Diff
Branch b1_6
b=13556 i=scjody
parent
0e1433d0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lustre/ChangeLog
+5
-0
5 additions, 0 deletions
lustre/ChangeLog
lustre/tests/conf-sanity.sh
+1
-1
1 addition, 1 deletion
lustre/tests/conf-sanity.sh
with
6 additions
and
1 deletion
lustre/ChangeLog
+
5
−
0
View file @
ffc3c984
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
lustre/tests/conf-sanity.sh
+
1
−
1
View file @
ffc3c984
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment