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
8976169c
Commit
8976169c
authored
Oct 24, 2017
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another part of issue
#334
; better help info on the status page when the
error is a resource shortage.
parent
1ab5b7ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
2 deletions
+30
-2
www/aptui/template/status.html
www/aptui/template/status.html
+30
-2
No files found.
www/aptui/template/status.html
View file @
8976169c
...
...
@@ -300,16 +300,44 @@ pre {
col-xs-12 col-xs-offset-0'
>
<div
class=
"panel panel-danger"
>
<div
class=
"panel-heading"
>
<center><h4>
Error Message
</h4></center>
<center><h4
class=
"panel-title"
>
Error Message
</h4></center>
</div>
<div
class=
"panel-body"
>
<code
style=
"white-space: pre-wrap"
id=
"error_panel_text"
></code>
</div>
<div
class=
"panel-footer"
>
Not sure what the error message means or how to proceed? Join the
<div
class=
"resource-error"
>
<b>
More info about resource errors (not enough nodes):
</b>
<ul>
<li>
To see how many nodes are available right now, or
when nodes will be available in the future, check out
the
<a
href=
"resinfo.php"
target=
"_blank"
>
cluster status
</a>
page.
</li>
<li>
Try asking for a smaller number of nodes, or nodes of a
different type.
<
%
if
(
window.ISCLOUD
)
{
%
>
Or try using a different cluster.
<
%
}
%
>
</li>
<li>
Try setting the initial experiment duration to a
shorter amount of time. You will find this option in the
<em>
Advanced Options
</em>
section of the
<a
href=
"instantiate"
target=
"_blank"
>
Start Experiment
</a>
page.
</li>
<li>
Still cannot get enough nodes right away? Try making a
<a
href=
"reserve.php"
target=
"_blank"
>
reservation
</a>
for the future.
</li>
</ul>
</div>
Not sure how to proceed or have further questions about this
error? Join the
<a
href=
'<%= errorURL %>'
>
users group
</a>
and ask a question. Be
sure to include the error message in your question, and the name
of your profile and experiment: '
<
%=
profileName
%
>
/
<
%=
name
%
>
'.
</div>
</div>
</div>
</div>
...
...
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