Skip to content
GitLab
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
473aeb2e
Commit
473aeb2e
authored
Nov 11, 2014
by
Kirk Webb
Browse files
Fix previous commit.
parent
16a63146
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/reload_daemon.in
View file @
473aeb2e
...
...
@@ -507,6 +507,8 @@ while (1) {
}
foreach
my
$node
(
@nodelist
)
{
if
(
!
$failed
{
$node
})
{
# Clear any taint states set for the node.
$node
->
RemoveTaintState
();
$nodes
.=
"
$node
";
}
}
...
...
@@ -633,9 +635,6 @@ sub freefromreloading($) {
$experiment
->
eid
()
eq
$PENDINGEID
))
{
$node
->
ClearSchedReload
();
# Clear any taint states set for the node
$node
->
RemoveTaintState
();
# Check if the robot is back in its pen, otherwise we have to throw it
# back to repositionpending.
my
$loc_result
=
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment