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
97e2feae
Commit
97e2feae
authored
Jan 30, 2003
by
Robert Ricci
Browse files
Change check for suceeded reload - used to look for ISUP, but os_load
no longer waits that long.
parent
8f2e2934
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/os_setup.in
View file @
97e2feae
...
...
@@ -436,14 +436,14 @@ foreach my $imageid ( keys(%reloads) ) {
my
@list
=
@
{
$reloads
{
$imageid
}
};
foreach
my
$node
(
@list
)
{
my
$
stat
e
;
my
$
mod
e
;
if
(
!
TBGetNode
EventStat
e
(
$node
,
\
$
stat
e
))
{
print
"
*** Error getting
event stat
e for
$node
!
\n
";
if
(
!
TBGetNode
OpMod
e
(
$node
,
\
$
mod
e
))
{
print
"
*** Error getting
operational mod
e for
$node
!
\n
";
$failed
++
;
delete
(
$nodes
{
$node
});
}
if
(
$
state
ne
TBDB_NODE
STATE_ISUP
)
{
if
(
$
mode
eq
TBDB_NODE
OPMODE_RELOAD
)
{
print
"
*** Not waiting for
$node
since its reload failed!
\n
";
$failed
++
;
delete
(
$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