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
e718002d
Commit
e718002d
authored
Oct 17, 2008
by
David Johnson
Browse files
Make sure PLC doesn't touch node disk state if a node that's supposed to
be in elab mode somehow boots from the PLC by accident...
parent
83e7538d
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/epmodeset.in
View file @
e718002d
...
...
@@ -179,6 +179,12 @@ foreach my $n (keys(%einfo)) {
next
;
}
}
# make sure that node doesn't get touched by PLC if it mistakenly boots
# from there, somehow
if
(
system
("
$PLABFED
$PLC
manage node
$n
setstate dbg
"))
{
print
STDERR
"
plabfed failed to set node '
$n
' boot state to dbg!
\n
";
next
;
}
}
elsif
(
$mode
eq
'
plab
')
{
my
(
$pid
,
$eid
);
...
...
Write
Preview
Markdown
is supported
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