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
5ce63299
Commit
5ce63299
authored
Jan 20, 2012
by
Leigh B Stoller
Browse files
Bump waittime for virtual nodes.
parent
95ada2d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libossetup.pm.in
View file @
5ce63299
#
!/usr/bin/perl -w
#
#
EMULAB
-
COPYRIGHT
#
Copyright
(
c
)
2000
-
201
1
University
of
Utah
and
the
Flux
Group
.
#
Copyright
(
c
)
2000
-
201
2
University
of
Utah
and
the
Flux
Group
.
#
All
rights
reserved
.
#
package
libossetup
;
...
...
@@ -1629,12 +1629,7 @@ sub Volunteers($)
#
#
The
wait
times
are
totally
bogus
! Need a better way to do this.
#
if
($
node
->
isremotenode
())
{
$
node
->
_maxwait
($
reboot_time
+
(
60
*
$
pnode
->
_vnodecount
()));
}
else
{
$
node
->
_maxwait
($
reboot_time
+
(
40
*
$
pnode
->
_vnodecount
()));
}
$
node
->
_maxwait
($
reboot_time
+
(
60
*
$
pnode
->
_vnodecount
()));
$
node
->
_seteupstatus
($
libossetup
::
SETUP_OKAY
);
}
return
@
nodelist
;
...
...
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