Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
623516f4
Commit
623516f4
authored
Jan 14, 2002
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
www/endexp.php3
www/endexp.php3
+2
-1
www/swapexp.php3
www/swapexp.php3
+7
-1
No files found.
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
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