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
623516f4
Commit
623516f4
authored
Jan 14, 2002
by
Leigh B. Stoller
Browse files
Minor changes to the amount of time swapin/swapout/endexp should take,
as requested by Jay.
parent
7773b1e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/endexp.php3
View file @
623516f4
...
...
@@ -152,7 +152,8 @@ else {
echo
"Experiment `
$exp_eid
' in project `
$exp_pid
' is terminating!<br><br>
You will be notified via email when the experiment has been torn
down, and you can reuse the experiment name.
This typically takes less than 5 minutes.
This typically takes less than two minutes, depending on the
number of nodes in the experiment.
If you do not receive email notification within a reasonable amount
of time, please contact
$TBMAILADDR
.
\n
"
;
}
...
...
www/swapexp.php3
View file @
623516f4
...
...
@@ -154,10 +154,16 @@ if ($retval < 0) {
#
echo
"<br><br><h3>
\n
"
;
if
(
$retval
==
0
)
{
if
(
strcmp
(
$inout
,
"in"
)
==
0
)
$howlong
=
"five to ten"
;
else
$howlong
=
"less than two"
;
echo
"Experiment `
$exp_eid
' in project `
$exp_pid
' is swapping
$inout
.
<br><br>
You will be notified via email when the experiment has finished
swapping. This typically takes 5-10 minutes.
swapping. This typically takes
$howlong
minutes, depending on the
number of nodes in the experiment.
If you do not receive email notification within a reasonable amount
of time, please contact
$TBMAILADDR
.
\n
"
;
}
...
...
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