Skip to content
GitLab
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
f6a006b9
Commit
f6a006b9
authored
Oct 02, 2003
by
Leigh B. Stoller
Browse files
Do not try to load an image on subnodes; might be something we do
someday, but not today!
parent
687ca3db
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/os_setup.in
View file @
f6a006b9
...
...
@@ -199,7 +199,7 @@ while (my %row = $db_result->fetchhash()) {
}
}
elsif
(
$subnode
)
{
print
"
Skipping
subnode
$node
\n
";
print
"
Will skip
subnode
$node
ISUP wait.
\n
";
}
else
{
my
$nodeAllocState
;
...
...
@@ -304,7 +304,7 @@ while (my %row = $db_result->fetchhash()) {
# associated with it, which means the same thing; we don't worry about
# it.
#
if
(
!
$bootpath
&&
!
$jailnode
&&
!
$plabnode
)
{
if
(
!
$bootpath
&&
!
$jailnode
&&
!
$plabnode
&&
!
$subnode
)
{
#
# These checks are not necessary if the front end and web page
# are doing the right thing, but lets be careful anyway.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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