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
d74922d7
Commit
d74922d7
authored
19 years ago
by
alex
Browse files
Options
Downloads
Patches
Plain Diff
- fix for test 9 from b1_4
parent
0d3b095e
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lustre/tests/conf-sanity.sh
+4
-4
4 additions, 4 deletions
lustre/tests/conf-sanity.sh
with
4 additions
and
4 deletions
lustre/tests/conf-sanity.sh
+
4
−
4
View file @
d74922d7
...
...
@@ -364,18 +364,18 @@ test_9() {
# check lconf --ptldebug/subsystem overriding lmc --ptldebug/subsystem
start_ost
start_mds
CHECK_PTLDEBUG
=
"
`
do_facet mds1
cat
/proc/sys/
portals
/
debug
`
"
CHECK_PTLDEBUG
=
"
`
do_facet mds1
sysctl
portals
.
debug
|
cut
-d
=
-f2
`
"
if
[
$CHECK_PTLDEBUG
=
"3"
]
;
then
echo
"lconf --debug success"
else
echo
"lconf --debug: want 3, have
$CHECK_PTLDEBUG
"
return
1
fi
CHECK_SUBSYS
TEM
=
"
`
do_facet mds1
cat
/proc/sys/
portals
/
subsystem_debug
`
"
if
[
$CHECK_SUBSYS
TEM
=
"20"
]
;
then
CHECK_SUBSYS
=
"
`
do_facet mds1
sysctl
portals
.
subsystem_debug
|cut
-d
=
-f2
`
"
if
[
$CHECK_SUBSYS
=
"20"
]
;
then
echo
"lconf --subsystem success"
else
echo
"lconf --subsystem: want 20, have
$CHECK_SUBSYS
TEM
"
echo
"lconf --subsystem: want 20, have
$CHECK_SUBSYS
"
return
1
fi
mount_client
$MOUNT
...
...
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