Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
cc4d9597
Commit
cc4d9597
authored
Nov 11, 2014
by
Kirk Webb
Browse files
Ugh - fix my recent fix.
parent
07a25b09
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/reload_daemon.in
View file @
cc4d9597
...
...
@@ -473,6 +473,9 @@ while (1) {
$nodeobj
->
SetNodeHistory
(
TB_NODEHISTORY_OP_MOVE
,
undef
,
$reloading_experiment
);
}
# Clear any taint states set for the node since it's going
# to be reloaded.
$nodeobj
->
RemoveTaintState
();
}
# It is now safe to clear this.
@retry_list
=
();
...
...
@@ -507,8 +510,6 @@ while (1) {
}
foreach
my
$node
(
@nodelist
)
{
if
(
!
$failed
{
$node
})
{
# Clear any taint states set for the node.
$node
->
RemoveTaintState
();
$nodes
.=
"
$node
";
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment