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
6f3b3a87
Commit
6f3b3a87
authored
16 years ago
by
Alexey Lyashkov
Browse files
Options
Downloads
Patches
Plain Diff
revert debug code.
parent
daae8976
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/test-framework.sh
+5
-6
5 additions, 6 deletions
lustre/tests/test-framework.sh
with
5 additions
and
6 deletions
lustre/tests/test-framework.sh
+
5
−
6
View file @
6f3b3a87
...
...
@@ -280,16 +280,16 @@ mount_facet() {
local
dev
=
${
facet
}
_dev
local
opt
=
${
facet
}
_opt
echo
"Starting
${
facet
}
:
${
!opt
}
$@
${
!dev
}
${
MOUNT
%/*
}
/
${
facet
}
"
do_facet
${
facet
}
"lctl set_param debug=
$PTLDEBUG
;
\
lctl set_param subsystem_debug=
${
SUBSYSTEM
#
}
;
\
lctl set_param debug_mb=
${
DEBUG_SIZE
}
;
\
sync"
do_facet
${
facet
}
mount
-t
lustre
${
!opt
}
$@
${
!dev
}
${
MOUNT
%/*
}
/
${
facet
}
RC
=
${
PIPESTATUS
[0]
}
if
[
$RC
-ne
0
]
;
then
echo
"mount -t lustre
$@
${
!dev
}
${
MOUNT
%/*
}
/
${
facet
}
"
echo
"Start of
${
!dev
}
on
${
facet
}
failed
${
RC
}
"
do_facet
${
facet
}
"lctl set_param debug=
$PTLDEBUG
;
\
lctl set_param subsystem_debug=
${
SUBSYSTEM
#
}
;
\
lctl set_param debug_mb=
${
DEBUG_SIZE
}
;
\
sync"
fi
return
$RC
}
...
...
@@ -349,12 +349,11 @@ zconf_mount() {
echo
"Starting client:
$client
:
$OPTIONS
$device
$mnt
"
do_node
$client
mkdir
-p
$mnt
do_node
$client
mount
-t
lustre
$OPTIONS
$device
$mnt
||
return
1
do_node
$client
"lctl set_param debug=
$PTLDEBUG
;
lctl set_param subsystem_debug=
${
SUBSYSTEM
#
}
;
lctl set_param debug_mb=
${
DEBUG_SIZE
}
"
do_node
$client
mount
-t
lustre
$OPTIONS
$device
$mnt
||
return
1
[
-d
/r
]
&&
$LCTL
modules
>
/r/tmp/ogdb-
$HOSTNAME
return
0
}
...
...
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