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
1ce1b33d
Commit
1ce1b33d
authored
16 years ago
by
Yury Umanets
Browse files
Options
Downloads
Patches
Plain Diff
- revert patch from 17110 as it's causing ost stop issues
parent
b0bb5deb
No related branches found
Branches containing commit
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/ptlrpc/recov_thread.c
+5
-0
5 additions, 0 deletions
lustre/ptlrpc/recov_thread.c
with
5 additions
and
0 deletions
lustre/ptlrpc/recov_thread.c
+
5
−
0
View file @
1ce1b33d
...
@@ -552,6 +552,11 @@ int llog_obd_repl_cancel(struct llog_ctxt *ctxt,
...
@@ -552,6 +552,11 @@ int llog_obd_repl_cancel(struct llog_ctxt *ctxt,
GOTO
(
out
,
rc
=
-
ENODEV
);
GOTO
(
out
,
rc
=
-
ENODEV
);
}
}
if
(
ctxt
->
loc_obd
->
obd_stopping
)
{
CDEBUG
(
D_RPCTRACE
,
"Obd is stopping for ctxt %p
\n
"
,
ctxt
);
GOTO
(
out
,
rc
=
-
ENODEV
);
}
if
(
test_bit
(
LLOG_LCM_FL_EXIT
,
&
lcm
->
lcm_flags
))
{
if
(
test_bit
(
LLOG_LCM_FL_EXIT
,
&
lcm
->
lcm_flags
))
{
CDEBUG
(
D_RPCTRACE
,
"Commit thread is stopping for ctxt %p
\n
"
,
CDEBUG
(
D_RPCTRACE
,
"Commit thread is stopping for ctxt %p
\n
"
,
ctxt
);
ctxt
);
...
...
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